...sr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/address_sorting/address_sorting_windows.c -o python_build/temp.linux-x86_64-cpython-311/third_party/address_sorting/address_sorting_windows.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_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/subchannel.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/subchannel.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/subchannel.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/subchannel.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/subchannel.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/subchannel.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/subchannel.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/subchannel.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/subchannel.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/subchannel.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/subchannel.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/client_channel_factory.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel_factory.h:24:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:118: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/client_channel_factory.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel_factory.h:24:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:118: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_distributor.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:31:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::HashState>' requested here
                    absl::is_trivially_destructible<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::HashState>' 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:31:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:31:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState &>' 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::HashState &>' 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::HashState &>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState &)>' requested here
  T t;
    ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_constructible.h:23:38: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    : public integral_constant<bool, __is_constructible(_Tp, _Args...)>
                                     ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:31:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::FunctionRef<void (absl::HashState &)>>' requested here
                    absl::is_trivially_destructible<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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:31:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/bn_extra/convert.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/bn_extra/convert.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/err_data.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/err_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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/asn1/tasn_enc.c -o python_build/temp.linux-x86_64-cpython-311/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/tls/grpc_tls_certificate_distributor.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:31:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:31:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
51 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/bio/connect.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/bio/connect.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/cipher_extra/derive_key.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/cipher_extra/derive_key.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/surface/byte_buffer_reader.cc:30:
In file included from ./src/core/lib/iomgr/exec_ctx.h:35:
In file included from ./src/core/lib/gprpp/time.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c src/core/ext/xds/xds_cluster_specifier_plugin.cc -o python_build/temp.linux-x86_64-cpython-311/src/core/ext/xds/xds_cluster_specifier_plugin.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/cmac/cmac.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/cmac/cmac.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:31:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:31:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/linux-arm/crypto/chacha/chacha-armv4.S -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/linux-arm/crypto/chacha/chacha-armv4.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:31:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:170: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_distributor.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:31:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:170: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/rls/rls.cc:42:
In file included from third_party/abseil-cpp/absl/hash/hash.h:84:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/rls/rls.cc:42:
In file included from third_party/abseil-cpp/absl/hash/hash.h:84:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/rls/rls.cc:42:
In file included from third_party/abseil-cpp/absl/hash/hash.h:84:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/rls/rls.cc:42:
In file included from third_party/abseil-cpp/absl/hash/hash.h:84:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/rls/rls.cc:42:
In file included from third_party/abseil-cpp/absl/hash/hash.h:84:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
In file included from src/core/ext/filters/client_channel/lb_policy/rls/rls.cc:42:
In file included from third_party/abseil-cpp/absl/hash/hash.h:84:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/cipher_extra/e_aesccm.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/cipher_extra/e_aesccm.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/client_channel_factory.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel_factory.h:24:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/transport/bdp_estimator.cc:21:
In file included from ./src/core/lib/transport/bdp_estimator.h:31:
In file included from ./src/core/lib/gprpp/time.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/transport/bdp_estimator.cc:21:
In file included from ./src/core/lib/transport/bdp_estimator.h:31:
In file included from ./src/core/lib/gprpp/time.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/transport/bdp_estimator.cc:21:
In file included from ./src/core/lib/transport/bdp_estimator.h:31:
In file included from ./src/core/lib/gprpp/time.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/transport/bdp_estimator.cc:21:
In file included from ./src/core/lib/transport/bdp_estimator.h:31:
In file included from ./src/core/lib/gprpp/time.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/transport/bdp_estimator.cc:21:
In file included from ./src/core/lib/transport/bdp_estimator.h:31:
In file included from ./src/core/lib/gprpp/time.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/transport/bdp_estimator.cc:21:
In file included from ./src/core/lib/transport/bdp_estimator.h:31:
In file included from ./src/core/lib/gprpp/time.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/transport/bdp_estimator.cc:21:
In file included from ./src/core/lib/transport/bdp_estimator.h:31:
In file included from ./src/core/lib/gprpp/time.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/transport/bdp_estimator.cc:21:
In file included from ./src/core/lib/transport/bdp_estimator.h:31:
In file included from ./src/core/lib/gprpp/time.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/transport/bdp_estimator.cc:21:
In file included from ./src/core/lib/transport/bdp_estimator.h:31:
In file included from ./src/core/lib/gprpp/time.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/transport/bdp_estimator.cc:21:
In file included from ./src/core/lib/transport/bdp_estimator.h:31:
In file included from ./src/core/lib/gprpp/time.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/transport/bdp_estimator.cc:21:
In file included from ./src/core/lib/transport/bdp_estimator.h:31:
In file included from ./src/core/lib/gprpp/time.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/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_copyable 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_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/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:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/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:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/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:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/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:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/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:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/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:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/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:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/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:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/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:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/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:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/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:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/bio/fd.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/bio/fd.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/subchannel.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:745: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/subchannel.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:745: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/security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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
43 warnings generated.
55 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/asn1/a_utf8.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/asn1/a_utf8.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c src/core/lib/surface/channel.cc -o python_build/temp.linux-x86_64-cpython-311/src/core/lib/surface/channel.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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_copyable 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) &&
       ^
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/strings/cord.h:745: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/curve25519/asm/x25519-asm-arm.S -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/curve25519/asm/x25519-asm-arm.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/security_connector/security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:745: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/rls/rls.cc:42:
In file included from third_party/abseil-cpp/absl/hash/hash.h:84:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:103: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/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:25:
In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::HashState>' requested here
In file included from src/core/ext/filters/client_channel/client_channel_factory.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel_factory.h:24:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:117: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:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::HashState>' 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/buf/buf.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/buf/buf.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:25:
In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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:25:
In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState &>' 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::HashState &>' 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::HashState &>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState &)>' requested here
  T t;
    ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_constructible.h:23:38: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    : public integral_constant<bool, __is_constructible(_Tp, _Args...)>
                                     ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
31 warnings generated.
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:25:
In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::FunctionRef<void (absl::HashState &)>>' requested here
                    absl::is_trivially_destructible<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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/linux-arm/crypto/fipsmodule/aesv8-armx32.S -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/linux-arm/crypto/fipsmodule/aesv8-armx32.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:25:
In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c src/core/tsi/ssl/session_cache/ssl_session_boringssl.cc -o python_build/temp.linux-x86_64-cpython-311/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/strings/internal/cord_rep_crc.cc:15:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_crc.h:23:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:26:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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) &&
                ^
33 warnings generated.
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable 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_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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_crc.cc:15:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_crc.h:23:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:26:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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_crc.cc:15:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_crc.h:23:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:26:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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_crc.cc:15:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_crc.h:23:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:26:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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_crc.cc:15:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_crc.h:23:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:26:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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_crc.cc:15:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_crc.h:23:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:26:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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_crc.cc:15:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_crc.h:23:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:26:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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_crc.cc:15:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_crc.h:23:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:26:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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_crc.cc:15:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_crc.h:23:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:26:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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_crc.cc:15:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_crc.h:23:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:26:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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_crc.cc:15:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_crc.h:23:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:26:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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_crc.cc:15:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_rep_crc.h:23:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:26:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/cipher_extra/e_aesctrhmac.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/cipher_extra/e_aesctrhmac.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/ec_extra/hash_to_curve.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/ec_extra/hash_to_curve.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/lb_policy/rls/rls.cc:42:
In file included from third_party/abseil-cpp/absl/hash/hash.h:84:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
In file included from src/core/ext/filters/client_channel/lb_policy/rls/rls.cc:42:
In file included from third_party/abseil-cpp/absl/hash/hash.h:84:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
In file included from src/core/ext/filters/client_channel/lb_policy/rls/rls.cc:42:
In file included from third_party/abseil-cpp/absl/hash/hash.h:84:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:170: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/rls/rls.cc:42:
In file included from third_party/abseil-cpp/absl/hash/hash.h:84:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:170: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/asn1/asn1_lib.c -o python_build/temp.linux-x86_64-cpython-311/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/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:25:
In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/conf/conf.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/conf/conf.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/asn1/tasn_fre.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/asn1/tasn_fre.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:25:
In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
In file included from src/core/ext/filters/client_channel/client_channel_factory.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel_factory.h:24:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256:3: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  ~InlinedVector() {}
  ^
./src/core/lib/transport/metadata_batch.h:1322:8: 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, grpc_core::GrpcStatusFromWire, grpc_core::WaitForReady>::~MetadataMap' requested here
struct grpc_metadata_batch : public grpc_metadata_batch_base {
       ^
./src/core/lib/resource_quota/arena.h:145:38: note: in instantiation of function template specialization 'grpc_core::Arena::DeletePooled<grpc_metadata_batch>' requested here
      if (arena_ != nullptr) arena_->DeletePooled(p);
                                     ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of function template specialization 'grpc_core::Arena::PooledDeleter::operator()<grpc_metadata_batch>' requested here
      __ptr_.second()(__tmp);
      ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::reset' requested here
  ~unique_ptr() { reset(); }
                  ^
./src/core/lib/transport/transport.h:127:12: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::~unique_ptr' requested here
    return ServerMetadataFromStatus(m);
           ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/bytestring/asn1_compat.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/bytestring/asn1_compat.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:25:
In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:170: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:25:
In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:170: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/curve25519/curve25519.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/curve25519/curve25519.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/client_channel_factory.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel_factory.h:24:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256:3: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  ~InlinedVector() {}
  ^
./src/core/lib/transport/metadata_batch.h:1322:8: 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, grpc_core::GrpcStatusFromWire, grpc_core::WaitForReady>::~MetadataMap' requested here
struct grpc_metadata_batch : public grpc_metadata_batch_base {
       ^
./src/core/lib/resource_quota/arena.h:145:38: note: in instantiation of function template specialization 'grpc_core::Arena::DeletePooled<grpc_metadata_batch>' requested here
      if (arena_ != nullptr) arena_->DeletePooled(p);
                                     ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of function template specialization 'grpc_core::Arena::PooledDeleter::operator()<grpc_metadata_batch>' requested here
      __ptr_.second()(__tmp);
      ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::reset' requested here
  ~unique_ptr() { reset(); }
                  ^
./src/core/lib/transport/transport.h:127:12: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::~unique_ptr' requested here
    return ServerMetadataFromStatus(m);
           ^
In file included from src/core/ext/filters/client_channel/subchannel.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/subchannel.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/subchannel.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/subchannel.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/linux-arm/crypto/fipsmodule/armv4-mont.S -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/linux-arm/crypto/fipsmodule/armv4-mont.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/security_connector/security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
In file included from src/core/lib/security/security_connector/security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
In file included from src/core/ext/filters/client_channel/lb_policy/rls/rls.cc:42:
In file included from third_party/abseil-cpp/absl/hash/hash.h:84:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:137: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:190: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/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:25:
In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/transport/tcp_connect_handshaker.cc:139:18: note: in instantiation of template class 'absl::optional<bool>' requested here
      args->args.GetBool(GRPC_ARG_TCP_HANDSHAKER_BIND_ENDPOINT_TO_POLLSET)
                 ^
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:25:
In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/transport/tcp_connect_handshaker.cc:139:18: note: in instantiation of template class 'absl::optional<bool>' requested here
      args->args.GetBool(GRPC_ARG_TCP_HANDSHAKER_BIND_ENDPOINT_TO_POLLSET)
                 ^
In file included from src/core/ext/filters/client_channel/subchannel.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
In file included from src/core/ext/filters/client_channel/subchannel.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/bytestring/ber.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/bytestring/ber.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/rbac/rbac_filter.cc:19:
In file included from ./src/core/ext/filters/rbac/rbac_filter.h:25:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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) &&
                                   ^
In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:31:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:164: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:494:17: warning: builtin __has_trivial_assign 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_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:31:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: third_party/abseil-cpp/absl/meta/type_traits.hbuiltin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
          bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
                ^      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&

       ^
third_party/abseil-cpp/absl/types/internal/optional.h:183: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<
                    ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/cipher_extra/e_aesgcmsiv.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/cipher_extra/e_aesgcmsiv.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<std::string>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:164: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/bio/file.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/bio/file.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:31:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::vector<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<std::vector<grpc_core::PemKeyCertPair>>' requested here
          std::is_lvalue_reference<T>>::type::type {
                                        ^
third_party/abseil-cpp/absl/types/internal/optional.h:182:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::vector<grpc_core::PemKeyCertPair>>' 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::vector<grpc_core::PemKeyCertPair>>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.cc:30:51: note: in instantiation of template class 'absl::optional<std::vector<grpc_core::PemKeyCertPair>>' requested here
    absl::optional<grpc_core::PemKeyCertPairList> pem_key_cert_pairs) {
                                                  ^
In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:31:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::vector<grpc_core::PemKeyCertPair>>' 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::vector<grpc_core::PemKeyCertPair>>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.cc:30:51: note: in instantiation of template class 'absl::optional<std::vector<grpc_core::PemKeyCertPair>>' requested here
    absl::optional<grpc_core::PemKeyCertPairList> pem_key_cert_pairs) {
                                                  ^
In file included from src/core/lib/transport/bdp_estimator.cc:21:
In file included from ./src/core/lib/transport/bdp_estimator.h:31:
In file included from ./src/core/lib/gprpp/time.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:745: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/transport/bdp_estimator.cc:21:
In file included from ./src/core/lib/transport/bdp_estimator.h:31:
In file included from ./src/core/lib/gprpp/time.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:745: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/rls/rls.cc:42:
In file included from third_party/abseil-cpp/absl/hash/hash.h:84:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:118: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/rls/rls.cc:42:
In file included from third_party/abseil-cpp/absl/hash/hash.h:84:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:118: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/ecdh_extra/ecdh_extra.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/ecdh_extra/ecdh_extra.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
54 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c src/core/tsi/alts/crypt/gsec.cc -o python_build/temp.linux-x86_64-cpython-311/src/core/tsi/alts/crypt/gsec.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c src/core/lib/security/credentials/iam/iam_credentials.cc -o python_build/temp.linux-x86_64-cpython-311/src/core/lib/security/credentials/iam/iam_credentials.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/evp/p_ec.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/evp/p_ec.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/synchronization/barrier.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/synchronization/barrier.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:31:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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 here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.cc:105:39: note: in instantiation of template class 'absl::optional<absl::Status>' requested here
    absl::optional<grpc_error_handle> root_cert_error,
                                      ^
In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:31:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/lib/security/credentials/tls/grpc_tls_certificate_distributor.cc:105:39: note: in instantiation of template class 'absl::optional<absl::Status>' requested here
    absl::optional<grpc_error_handle> root_cert_error,
                                      ^
In file included from src/core/ext/filters/client_channel/subchannel.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::HashState>' requested here
                    absl::is_trivially_destructible<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::HashState>' 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/filters/client_channel/subchannel.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/filters/client_channel/subchannel.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState &>' 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::HashState &>' 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::HashState &>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState &)>' requested here
  T t;
    ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_constructible.h:23:38: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    : public integral_constant<bool, __is_constructible(_Tp, _Args...)>
                                     ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/filters/client_channel/subchannel.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::FunctionRef<void (absl::HashState &)>>' requested here
                    absl::is_trivially_destructible<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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/asn1/tasn_new.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/asn1/tasn_new.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/subchannel.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/cpu-aarch64-fuchsia.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/cpu-aarch64-fuchsia.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
23 warnings generated.
In file included from src/core/lib/transport/bdp_estimator.cc:21:
In file included from ./src/core/lib/transport/bdp_estimator.h:31:
In file included from ./src/core/lib/gprpp/time.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
In file included from src/core/lib/transport/bdp_estimator.cc:21:
In file included from ./src/core/lib/transport/bdp_estimator.h:31:
In file included from ./src/core/lib/gprpp/time.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
29 warnings generated.
In file included from src/core/lib/security/transport/server_auth_filter.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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_copyable 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/security/security_connector/security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::HashState>' requested here
                    absl::is_trivially_destructible<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::HashState>' 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/security/security_connector/security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/bytestring/cbb.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/bytestring/cbb.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/security_connector/security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState &>' 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::HashState &>' 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::HashState &>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState &)>' requested here
  T t;
    ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_constructible.h:23:38: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    : public integral_constant<bool, __is_constructible(_Tp, _Args...)>
                                     ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/security/security_connector/security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::FunctionRef<void (absl::HashState &)>>' requested here
                    absl::is_trivially_destructible<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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/security/security_connector/security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/cpu-aarch64-linux.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/cpu-aarch64-linux.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/cipher_extra/e_chacha20poly1305.c -o python_build/temp.linux-x86_64-cpython-311/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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/cord_analysis.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/cord_analysis.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/asn1/asn1_par.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/asn1/asn1_par.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/security_connector/security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
In file included from src/core/lib/security/security_connector/security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/server_auth_filter.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/server_auth_filter.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/server_auth_filter.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/server_auth_filter.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/server_auth_filter.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/server_auth_filter.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/server_auth_filter.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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>,
                                            ^~~~~~~~~~~~~~~~
In file included from src/core/lib/security/transport/server_auth_filter.cc:./src/core/lib/resource_quota/memory_quota.h26::
170:In file included from 58:third_party/abseil-cpp/absl/status/status.h :note: 57in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here:

In file included from third_party/abseil-cpp/absl/container/inlined_vector.h:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50      void RunAndDelete(absl::optional<ReclamationSweep> sweep) override {:

In file included from                                                          ^third_party/abseil-cpp/absl/base/internal/invoke.h
:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/server_auth_filter.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:170: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:25:
In file included from ./src/core/lib/channel/channel_args_preconditioning.h:25:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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/server_auth_filter.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/server_auth_filter.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/evp/p_ec_asn1.c -o python_build/temp.linux-x86_64-cpython-311/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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c src/core/ext/filters/client_channel/client_channel_plugin.cc -o python_build/temp.linux-x86_64-cpython-311/src/core/ext/filters/client_channel/client_channel_plugin.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/ecdsa_extra/ecdsa_asn1.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/ecdsa_extra/ecdsa_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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/bio/hexdump.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/bio/hexdump.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/asn1/tasn_typ.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/asn1/tasn_typ.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/cpu-aarch64-win.c -o python_build/temp.linux-x86_64-cpython-311/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/filters/client_channel/subchannel.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:103:27: note: in instantiation of template class 'absl::optional<unsigned int>' requested here
    const uint32_t salt = absl::random_internal::GetSaltMaterial().value_or(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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c src/core/tsi/alts/frame_protector/alts_counter.cc -o python_build/temp.linux-x86_64-cpython-311/src/core/tsi/alts/frame_protector/alts_counter.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/asn1/asn_pack.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/asn1/asn_pack.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/lb_policy/rls/rls.cc:42:
In file included from third_party/abseil-cpp/absl/hash/hash.h:84:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:90: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/client_channel/lb_policy/rls/rls.cc:42:
In file included from third_party/abseil-cpp/absl/hash/hash.h:84:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:90: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/transport/bdp_estimator.cc:21:
In file included from ./src/core/lib/transport/bdp_estimator.h:31:
In file included from ./src/core/lib/gprpp/time.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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/subchannel.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
In file included from src/core/ext/filters/client_channel/subchannel.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/cpu-arm-linux.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/cpu-arm-linux.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/subchannel.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:170: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/subchannel.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:170: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/evp/p_ed25519.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/evp/p_ed25519.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/security_connector/security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:137: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:190: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/grpc_tls_certificate_distributor.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_distributor.h:31:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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.
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c src/core/lib/transport/connectivity_state.cc -o python_build/temp.linux-x86_64-cpython-311/src/core/lib/transport/connectivity_state.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/transport/server_auth_filter.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:745: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/transport/server_auth_filter.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:745: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c src/core/tsi/alts/frame_protector/alts_crypter.cc -o python_build/temp.linux-x86_64-cpython-311/src/core/tsi/alts/frame_protector/alts_crypter.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_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/rbac/rbac_filter.cc:19:
In file included from ./src/core/ext/filters/rbac/rbac_filter.h:25:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/rbac/rbac_filter.cc:19:
In file included from ./src/core/ext/filters/rbac/rbac_filter.h:25:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/rbac/rbac_filter.cc:19:
In file included from ./src/core/ext/filters/rbac/rbac_filter.h:25:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/rbac/rbac_filter.cc:19:
In file included from ./src/core/ext/filters/rbac/rbac_filter.h:25:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/rbac/rbac_filter.cc:19:
In file included from ./src/core/ext/filters/rbac/rbac_filter.h:25:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/rbac/rbac_filter.cc:19:
In file included from ./src/core/ext/filters/rbac/rbac_filter.h:25:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/rbac/rbac_filter.cc:19:
In file included from ./src/core/ext/filters/rbac/rbac_filter.h:25:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/rbac/rbac_filter.cc:19:
In file included from ./src/core/ext/filters/rbac/rbac_filter.h:25:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/rbac/rbac_filter.cc:19:
In file included from ./src/core/ext/filters/rbac/rbac_filter.h:25:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/asn1/f_int.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/asn1/f_int.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/subchannel.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:137: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:190: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/evp/p_ed25519_asn1.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/evp/p_ed25519_asn1.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/rbac/rbac_filter.cc:19:
In file included from ./src/core/ext/filters/rbac/rbac_filter.h:25:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/rbac/rbac_filter.cc:19:
In file included from ./src/core/ext/filters/rbac/rbac_filter.h:25:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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)));
                                      ^
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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/bio/pair.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/bio/pair.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/internal/str_format/extension.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/internal/str_format/extension.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/evp/scrypt.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/evp/scrypt.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/surface/channel.cc:21:
In file included from ./src/core/lib/surface/channel.h:33:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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_copyable 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/engine/engine.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/engine/engine.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/asn1/tasn_utl.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/asn1/tasn_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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/cpu-arm.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/cpu-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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/bytestring/cbs.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/bytestring/cbs.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/transport/server_auth_filter.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
In file included from src/core/lib/security/transport/server_auth_filter.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/cipher_extra/e_null.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/cipher_extra/e_null.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/security_connector/security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:118: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/security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:118: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c src/core/tsi/alts/frame_protector/alts_frame_protector.cc -o python_build/temp.linux-x86_64-cpython-311/src/core/tsi/alts/frame_protector/alts_frame_protector.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/cpu-intel.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/cpu-intel.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/evp/p_rsa.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/evp/p_rsa.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/bio/printf.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/bio/printf.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/err/err.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/err/err.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/evp/sign.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/evp/sign.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/lb_policy/rls/rls.cc:42:
In file included from third_party/abseil-cpp/absl/hash/hash.h:84:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:256: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/rls/rls.cc:42:
In file included from third_party/abseil-cpp/absl/hash/hash.h:84:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/synchronization/notification.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/synchronization/notification.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<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/lib/surface/server.h:256: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_cluster_specifier_plugin.cc:19:
In file included from ./src/core/ext/xds/xds_cluster_specifier_plugin.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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_copyable 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/cpu-ppc64le.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/cpu-ppc64le.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/cipher_extra/e_rc2.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/cipher_extra/e_rc2.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/subchannel.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:118: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/subchannel.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:118: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/server_auth_filter.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::HashState>' requested here
                    absl::is_trivially_destructible<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::HashState>' 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/security/transport/server_auth_filter.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/security/transport/server_auth_filter.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState &>' 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::HashState &>' 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::HashState &>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState &)>' requested here
  T t;
    ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_constructible.h:23:38: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    : public integral_constant<bool, __is_constructible(_Tp, _Args...)>
                                     ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/security/transport/server_auth_filter.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::FunctionRef<void (absl::HashState &)>>' requested here
                    absl::is_trivially_destructible<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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/security/transport/server_auth_filter.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/asn1/time_support.c -o python_build/temp.linux-x86_64-cpython-311/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/rbac/rbac_filter.cc:19:
In file included from ./src/core/ext/filters/rbac/rbac_filter.h:25:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:745: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c src/core/lib/transport/timeout_encoding.cc -o python_build/temp.linux-x86_64-cpython-311/src/core/lib/transport/timeout_encoding.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/rbac/rbac_filter.cc:19:
In file included from ./src/core/ext/filters/rbac/rbac_filter.h:25:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:745: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/transport/server_auth_filter.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
In file included from src/core/lib/security/transport/server_auth_filter.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
In file included from src/core/lib/security/security_connector/security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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/server_auth_filter.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:170: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/server_auth_filter.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:170: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/security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:117: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/crypto.c -o python_build/temp.linux-x86_64-cpython-311/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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/evp/p_rsa_asn1.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/evp/p_rsa_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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/bio/socket.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/bio/socket.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/evp/digestsign.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/evp/digestsign.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/bytestring/unicode.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/bytestring/unicode.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/transport/server_auth_filter.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:137: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:190: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/ex_data.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/ex_data.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/rbac/rbac_filter.cc:19:
In file included from ./src/core/ext/filters/rbac/rbac_filter.h:25:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
In file included from src/core/ext/filters/rbac/rbac_filter.cc:19:
In file included from ./src/core/ext/filters/rbac/rbac_filter.h:25:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/base64/base64.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/base64/base64.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/security_connector/security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256:3: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  ~InlinedVector() {}
  ^
./src/core/lib/transport/metadata_batch.h:1322:8: 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, grpc_core::GrpcStatusFromWire, grpc_core::WaitForReady>::~MetadataMap' requested here
struct grpc_metadata_batch : public grpc_metadata_batch_base {
       ^
./src/core/lib/resource_quota/arena.h:145:38: note: in instantiation of function template specialization 'grpc_core::Arena::DeletePooled<grpc_metadata_batch>' requested here
      if (arena_ != nullptr) arena_->DeletePooled(p);
                                     ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of function template specialization 'grpc_core::Arena::PooledDeleter::operator()<grpc_metadata_batch>' requested here
      __ptr_.second()(__tmp);
      ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::reset' requested here
  ~unique_ptr() { reset(); }
                  ^
./src/core/lib/transport/transport.h:127:12: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::~unique_ptr' requested here
    return ServerMetadataFromStatus(m);
           ^
In file included from third_party/abseil-cpp/absl/strings/cord_analysis.cc:15:
In file included from third_party/abseil-cpp/absl/strings/cord_analysis.h:22:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:26:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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_copyable 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_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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_analysis.cc:15:
In file included from third_party/abseil-cpp/absl/strings/cord_analysis.h:22:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:26:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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_analysis.cc:15:
In file included from third_party/abseil-cpp/absl/strings/cord_analysis.h:22:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:26:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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_analysis.cc:15:
In file included from third_party/abseil-cpp/absl/strings/cord_analysis.h:22:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:26:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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_analysis.cc:15:
In file included from third_party/abseil-cpp/absl/strings/cord_analysis.h:22:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:26:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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_analysis.cc:15:
In file included from third_party/abseil-cpp/absl/strings/cord_analysis.h:22:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:26:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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_analysis.cc:15:
In file included from third_party/abseil-cpp/absl/strings/cord_analysis.h:22:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:26:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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_analysis.cc:15:
In file included from third_party/abseil-cpp/absl/strings/cord_analysis.h:22:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:26:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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_analysis.cc:15:
In file included from third_party/abseil-cpp/absl/strings/cord_analysis.h:22:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:26:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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_analysis.cc:15:
In file included from third_party/abseil-cpp/absl/strings/cord_analysis.h:22:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:26:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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_analysis.cc:15:
In file included from third_party/abseil-cpp/absl/strings/cord_analysis.h:22:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:26:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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_analysis.cc:15:
In file included from third_party/abseil-cpp/absl/strings/cord_analysis.h:22:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:26:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256:3: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  ~InlinedVector() {}
  ^
./src/core/lib/transport/metadata_batch.h:1322:8: 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, grpc_core::GrpcStatusFromWire, grpc_core::WaitForReady>::~MetadataMap' requested here
struct grpc_metadata_batch : public grpc_metadata_batch_base {
       ^
./src/core/lib/resource_quota/arena.h:145:38: note: in instantiation of function template specialization 'grpc_core::Arena::DeletePooled<grpc_metadata_batch>' requested here
      if (arena_ != nullptr) arena_->DeletePooled(p);
                                     ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of function template specialization 'grpc_core::Arena::PooledDeleter::operator()<grpc_metadata_batch>' requested here
      __ptr_.second()(__tmp);
      ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::reset' requested here
  ~unique_ptr() { reset(); }
                  ^
./src/core/lib/transport/transport.h:127:12: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::~unique_ptr' requested here
    return ServerMetadataFromStatus(m);
           ^
In file included from src/core/ext/filters/client_channel/subchannel.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::SliceBuffer>' requested here
                    absl::is_trivially_destructible<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::SliceBuffer>' requested here
          std::is_lvalue_reference<T>>::type::type {
                                        ^
third_party/abseil-cpp/absl/types/internal/optional.h:182:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::SliceBuffer>' 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::SliceBuffer>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/ext/filters/client_channel/subchannel_stream_client.h:179:33: note: in instantiation of template class 'absl::optional<grpc_core::SliceBuffer>' requested here
    absl::optional<SliceBuffer> recv_message_;
                                ^
In file included from src/core/ext/filters/client_channel/subchannel.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::SliceBuffer>' 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::SliceBuffer>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/ext/filters/client_channel/subchannel_stream_client.h:179:33: note: in instantiation of template class 'absl::optional<grpc_core::SliceBuffer>' requested here
    absl::optional<SliceBuffer> recv_message_;
                                ^
In file included from 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]
    : 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_copyable 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_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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.cc:21:
In file included from ./src/core/lib/surface/channel.h:33:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
In file included from inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/server_auth_filter.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:118: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/server_auth_filter.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:118: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.cc:21:
In file included from ./src/core/lib/surface/channel.h:33:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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.cc:21:
In file included from ./src/core/lib/surface/channel.h:33:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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.cc:21:
In file included from ./src/core/lib/surface/channel.h:33:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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.cc:21:
In file included from ./src/core/lib/surface/channel.h:33:
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:64:
third_party/abseil-cpp/absl/meta/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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/obj/obj.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/obj/obj.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: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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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.cc:21:
In file included from ./src/core/lib/surface/channel.h:33:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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.cc:21:
In file included from ./src/core/lib/surface/channel.h:33:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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.cc:21:
In file included from ./src/core/lib/surface/channel.h:33:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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.cc:21:
In file included from ./src/core/lib/surface/channel.h:33:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/cipher_extra/e_rc4.c -o python_build/temp.linux-x86_64-cpython-311/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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/evp/evp.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/evp/evp.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/surface/channel.cc:21:
In file included from ./src/core/lib/surface/channel.h:33:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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.cc:21:
In file included from ./src/core/lib/surface/channel.h:33:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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_cluster_specifier_plugin.cc:19:
In file included from ./src/core/ext/xds/xds_cluster_specifier_plugin.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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_cluster_specifier_plugin.cc:19:
In file included from ./src/core/ext/xds/xds_cluster_specifier_plugin.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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_cluster_specifier_plugin.cc:19:
In file included from ./src/core/ext/xds/xds_cluster_specifier_plugin.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/bio/socket_helper.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/bio/socket_helper.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/xds/xds_cluster_specifier_plugin.cc:19:
In file included from ./src/core/ext/xds/xds_cluster_specifier_plugin.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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_cluster_specifier_plugin.cc:19:
In file included from ./src/core/ext/xds/xds_cluster_specifier_plugin.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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_cluster_specifier_plugin.cc:19:
In file included from ./src/core/ext/xds/xds_cluster_specifier_plugin.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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_cluster_specifier_plugin.cc:19:
In file included from ./src/core/ext/xds/xds_cluster_specifier_plugin.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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)));
                                      ^
5 warnings generated.
In file included from src/core/ext/xds/xds_cluster_specifier_plugin.cc:19:
In file included from ./src/core/ext/xds/xds_cluster_specifier_plugin.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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_cluster_specifier_plugin.cc:19:
In file included from ./src/core/ext/xds/xds_cluster_specifier_plugin.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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_cluster_specifier_plugin.cc:19:
In file included from ./src/core/ext/xds/xds_cluster_specifier_plugin.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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_cluster_specifier_plugin.cc:19:
In file included from ./src/core/ext/xds/xds_cluster_specifier_plugin.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/evp/p_x25519.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/evp/p_x25519.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/chacha/chacha.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/chacha/chacha.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c src/core/tsi/ssl/session_cache/ssl_session_cache.cc -o python_build/temp.linux-x86_64-cpython-311/src/core/tsi/ssl/session_cache/ssl_session_cache.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/cipher_extra/e_tls.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/cipher_extra/e_tls.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/credentials/iam/iam_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/iam/iam_credentials.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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_copyable 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/fipsmodule/bcm.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/fipsmodule/bcm.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/lb_policy/rls/rls.cc:42:
In file included from third_party/abseil-cpp/absl/hash/hash.h:84:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/ext/filters/client_channel/lb_policy/rls/rls.cc:2174:26: note: in instantiation of template class 'absl::optional<bool>' requested here
    absl::optional<bool> required_match;
                         ^
In file included from src/core/ext/filters/client_channel/lb_policy/rls/rls.cc:42:
In file included from third_party/abseil-cpp/absl/hash/hash.h:84:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/ext/filters/client_channel/lb_policy/rls/rls.cc:2174:26: note: in instantiation of template class 'absl::optional<bool>' requested here
    absl::optional<bool> required_match;
                         ^
43 warnings generated.
In file included from src/core/ext/filters/client_channel/lb_policy/rls/rls.cc:42:
In file included from third_party/abseil-cpp/absl/hash/hash.h:84:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/ext/filters/client_channel/lb_policy/rls/rls.cc:2220:33: note: in instantiation of template class 'absl::optional<std::string>' requested here
    absl::optional<std::string> host_key;
                                ^
In file included from src/core/ext/filters/client_channel/lb_policy/rls/rls.cc:42:
In file included from third_party/abseil-cpp/absl/hash/hash.h:84:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/ext/filters/client_channel/lb_policy/rls/rls.cc:2220:33: note: in instantiation of template class 'absl::optional<std::string>' requested here
    absl::optional<std::string> host_key;
                                ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/blake2/blake2.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/blake2/blake2.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c src/core/lib/security/security_connector/ssl/ssl_security_connector.cc -o python_build/temp.linux-x86_64-cpython-311/src/core/lib/security/security_connector/ssl/ssl_security_connector.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/bio/bio.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/bio/bio.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/evp/p_x25519_asn1.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/evp/p_x25519_asn1.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/rbac/rbac_filter.cc:19:
In file included from ./src/core/ext/filters/rbac/rbac_filter.h:25:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::HashState>' requested here
                    absl::is_trivially_destructible<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::HashState>' 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/filters/rbac/rbac_filter.cc:19:
In file included from ./src/core/ext/filters/rbac/rbac_filter.h:25:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/filters/rbac/rbac_filter.cc:19:
In file included from ./src/core/ext/filters/rbac/rbac_filter.h:25:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState &>' 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::HashState &>' 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::HashState &>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState &)>' requested here
  T t;
    ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_constructible.h:23:38: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    : public integral_constant<bool, __is_constructible(_Tp, _Args...)>
                                     ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/filters/rbac/rbac_filter.cc:19:
In file included from ./src/core/ext/filters/rbac/rbac_filter.h:25:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::FunctionRef<void (absl::HashState &)>>' requested here
                    absl::is_trivially_destructible<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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/filters/rbac/rbac_filter.cc:19:
In file included from ./src/core/ext/filters/rbac/rbac_filter.h:25:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/cipher_extra/cipher_extra.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/cipher_extra/cipher_extra.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/lb_policy/rls/rls.cc:42:
In file included from third_party/abseil-cpp/absl/hash/hash.h:84:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::vector<grpc_core::(anonymous namespace)::GrpcKeyBuilder>>' requested here
                    absl::is_trivially_destructible<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::vector<grpc_core::(anonymous namespace)::GrpcKeyBuilder>>' requested here
          std::is_lvalue_reference<T>>::type::type {
                                        ^
third_party/abseil-cpp/absl/types/internal/optional.h:182:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::vector<grpc_core::(anonymous namespace)::GrpcKeyBuilder>>' 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::vector<grpc_core::(anonymous namespace)::GrpcKeyBuilder>>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
src/core/ext/filters/client_channel/lb_policy/rls/rls.cc:2334:27: note: in instantiation of template class 'absl::optional<std::vector<grpc_core::(anonymous namespace)::GrpcKeyBuilder>>' requested here
  auto grpc_keybuilders = LoadJsonObjectField<std::vector<GrpcKeyBuilder>>(
                          ^
In file included from src/core/ext/filters/client_channel/lb_policy/rls/rls.cc:42:
In file included from third_party/abseil-cpp/absl/hash/hash.h:84:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::vector<grpc_core::(anonymous namespace)::GrpcKeyBuilder>>' 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::vector<grpc_core::(anonymous namespace)::GrpcKeyBuilder>>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
src/core/ext/filters/client_channel/lb_policy/rls/rls.cc:2334:27: note: in instantiation of template class 'absl::optional<std::vector<grpc_core::(anonymous namespace)::GrpcKeyBuilder>>' requested here
  auto grpc_keybuilders = LoadJsonObjectField<std::vector<GrpcKeyBuilder>>(
                          ^
src/core/ext/filters/client_channel/subchannel.cc:99:17: warning: code will never be executed [-Wunreachable-code]
              ? "ConnectedSubchannel"
                ^~~~~~~~~~~~~~~~~~~~~
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/obj/obj_xref.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/obj/obj_xref.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/evp/evp_asn1.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/evp/evp_asn1.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/surface/channel.cc:21:
In file included from ./src/core/lib/surface/channel.h:33:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:745: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.cc:21:
In file included from ./src/core/lib/surface/channel.h:33:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:745: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/pkcs7/pkcs7.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/pkcs7/pkcs7.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/subchannel.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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_resolved_address>' requested here
                    absl::is_trivially_destructible<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_resolved_address>' requested here
          std::is_lvalue_reference<T>>::type::type {
                                        ^
third_party/abseil-cpp/absl/types/internal/optional.h:182:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_resolved_address>' 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_resolved_address>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
src/core/ext/filters/client_channel/subchannel.cc:646:31: note: in instantiation of template class 'absl::optional<grpc_resolved_address>' requested here
                             .MapAddress(key_.address(), &args_)
                              ^
In file included from src/core/ext/filters/client_channel/subchannel.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_resolved_address>' 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_resolved_address>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
src/core/ext/filters/client_channel/subchannel.cc:646:31: note: in instantiation of template class 'absl::optional<grpc_resolved_address>' requested here
                             .MapAddress(key_.address(), &args_)
                              ^
In file included from src/core/ext/filters/client_channel/subchannel.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/ext/filters/client_channel/subchannel.cc:649:39: note: in instantiation of template class 'absl::optional<bool>' requested here
  const bool channelz_enabled = args_.GetBool(GRPC_ARG_ENABLE_CHANNELZ)
                                      ^
In file included from src/core/ext/filters/client_channel/subchannel.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/ext/filters/client_channel/subchannel.cc:649:39: note: in instantiation of template class 'absl::optional<bool>' requested here
  const bool channelz_enabled = args_.GetBool(GRPC_ARG_ENABLE_CHANNELZ)
                                      ^
In file included from src/core/ext/filters/rbac/rbac_filter.cc:19:
In file included from ./src/core/ext/filters/rbac/rbac_filter.h:25:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
In file included from src/core/ext/filters/rbac/rbac_filter.cc:19:
In file included from ./src/core/ext/filters/rbac/rbac_filter.h:25:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: 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/filters/client_channel/subchannel.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/client_channel/subchannel.cc:653:15: note: in instantiation of template class 'absl::optional<int>' requested here
        args_.GetInt(GRPC_ARG_MAX_CHANNEL_TRACE_EVENT_MEMORY_PER_NODE)
              ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:47:16: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
src/core/ext/filters/client_channel/subchannel.cc:622:69: warning: code will never be executed [-Wunreachable-code]
          GRPC_TRACE_FLAG_ENABLED(grpc_trace_subchannel_refcount) ? "Subchannel"
                                                                    ^~~~~~~~~~~~
In file included from src/core/ext/filters/client_channel/subchannel.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/ext/filters/client_channel/subchannel.cc:725:33: note: in instantiation of template class 'absl::optional<std::string>' requested here
  if (!health_check_service_name.has_value()) {
                                ^
In file included from src/core/ext/filters/client_channel/subchannel.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/ext/filters/client_channel/subchannel.cc:725:33: note: in instantiation of template class 'absl::optional<std::string>' requested here
  if (!health_check_service_name.has_value()) {
                                ^
In file included from src/core/ext/filters/rbac/rbac_filter.cc:19:
In file included from ./src/core/ext/filters/rbac/rbac_filter.h:25:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:170: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/rbac/rbac_filter.cc:19:
In file included from ./src/core/ext/filters/rbac/rbac_filter.h:25:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:170: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_cluster_specifier_plugin.cc:19:
In file included from ./src/core/ext/xds/xds_cluster_specifier_plugin.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:745: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_cluster_specifier_plugin.cc:19:
In file included from ./src/core/ext/xds/xds_cluster_specifier_plugin.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:745: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/subchannel.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
src/core/ext/filters/client_channel/subchannel.cc:840:9: note: in instantiation of template class 'absl::FunctionRef<void (absl::string_view, const absl::Cord &)>' requested here
        [this](absl::string_view key, const absl::Cord& 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/evp/pbkdf.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/evp/pbkdf.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/cipher_extra/tls_cbc.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/cipher_extra/tls_cbc.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/lb_policy/rls/rls.cc:42:
In file included from third_party/abseil-cpp/absl/hash/hash.h:84:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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.cc:21:
In file included from ./src/core/lib/surface/channel.h:33:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
In file included from src/core/lib/surface/channel.cc:21:
In file included from ./src/core/lib/surface/channel.h:33:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/pkcs7/pkcs7_x509.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/pkcs7/pkcs7_x509.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/transport/connectivity_state.cc:21:
In file included from ./src/core/lib/transport/connectivity_state.h:29:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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_copyable 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/pem/pem_all.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/pem/pem_all.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/rbac/rbac_filter.cc:19:
In file included from ./src/core/ext/filters/rbac/rbac_filter.h:25:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:137: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:190: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/tsi/alts/frame_protector/alts_frame_protector.cc:31:
In file included from ./src/core/lib/gpr/useful.h:27:
In file included from third_party/abseil-cpp/absl/types/variant.h:46:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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_copyable 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/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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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_copyable 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/rand_extra/deterministic.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/rand_extra/deterministic.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/evp/evp_ctx.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/evp/evp_ctx.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/transport/server_auth_filter.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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<grpc_core::Message, grpc_core::Arena::PooledDeleter>>' requested here
                    absl::is_trivially_destructible<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::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>' requested here
          std::is_lvalue_reference<T>>::type::type {
                                        ^
third_party/abseil-cpp/absl/types/internal/optional.h:182:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>' 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::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/lib/promise/pipe.h:399:21: note: in instantiation of template class 'absl::optional<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>' requested here
  absl::optional<T> push_;
                    ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  T t;
    ^
third_party/abseil-cpp/absl/meta/type_traits.h:97:22: note: in instantiation of template class 'std::is_copy_constructible<absl::type_traits_internal::SingleMemberUnion<grpc_core::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>>' requested here
          bool, std::is_copy_constructible<
                     ^
third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
          std::is_lvalue_reference<T>>::type::type {
                                        ^
third_party/abseil-cpp/absl/types/internal/optional.h:182:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' 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::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/lib/channel/promise_based_filter.h:333:57: note: in instantiation of template class 'absl::optional<grpc_core::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
    absl::optional<PipeSender<MessageHandle>::PushType> push_;
                                                        ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/synchronization/blocking_counter.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/synchronization/blocking_counter.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/transport/server_auth_filter.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>' 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::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/lib/promise/pipe.h:399:21: note: in instantiation of template class 'absl::optional<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>' requested here
  absl::optional<T> push_;
                    ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: in instantiation of template class 'grpc_core::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>' requested here
  T t;
    ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_constructible.h:23:38: note: in instantiation of template class 'absl::type_traits_internal::SingleMemberUnion<grpc_core::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
    : public integral_constant<bool, __is_constructible(_Tp, _Args...)>
                                     ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_copy_constructible.h:26:14: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    : public is_constructible<_Tp,
             ^
third_party/abseil-cpp/absl/meta/type_traits.h:97:22: note: in instantiation of template class 'std::is_copy_constructible<absl::type_traits_internal::SingleMemberUnion<grpc_core::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>>' requested here
          bool, std::is_copy_constructible<
                     ^
third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
          std::is_lvalue_reference<T>>::type::type {
                                        ^
third_party/abseil-cpp/absl/types/internal/optional.h:182:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' 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::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/lib/channel/promise_based_filter.h:333:57: note: in instantiation of template class 'absl::optional<grpc_core::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
    absl::optional<PipeSender<MessageHandle>::PushType> push_;
                                                        ^
In file included from src/core/ext/filters/client_channel/lb_policy/rls/rls.cc:42:
In file included from third_party/abseil-cpp/absl/hash/hash.h:84:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:117: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/server_auth_filter.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
                    absl::is_trivially_destructible<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::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
          std::is_lvalue_reference<T>>::type::type {
                                        ^
third_party/abseil-cpp/absl/types/internal/optional.h:182:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' 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::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/lib/channel/promise_based_filter.h:333:57: note: in instantiation of template class 'absl::optional<grpc_core::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
    absl::optional<PipeSender<MessageHandle>::PushType> push_;
                                                        ^
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/iam/iam_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/iam/iam_credentials.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/transport/connectivity_state.cc:21:
In file included from ./src/core/lib/transport/connectivity_state.h:29:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/transport/connectivity_state.cc:21:
In file included from ./src/core/lib/transport/connectivity_state.h:29:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/transport/connectivity_state.cc:21:
In file included from ./src/core/lib/transport/connectivity_state.h:29:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/transport/connectivity_state.cc:21:
In file included from ./src/core/lib/transport/connectivity_state.h:29:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/transport/connectivity_state.cc:21:
In file included from ./src/core/lib/transport/connectivity_state.h:29:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/server_auth_filter.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' 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::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/lib/channel/promise_based_filter.h:333:57: note: in instantiation of template class 'absl::optional<grpc_core::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
    absl::optional<PipeSender<MessageHandle>::PushType> push_;
                                                        ^
In file included from src/core/lib/transport/connectivity_state.cc:21:
In file included from ./src/core/lib/transport/connectivity_state.h:29:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/transport/connectivity_state.cc:21:
In file included from ./src/core/lib/transport/connectivity_state.h:29:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/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/security/transport/server_auth_filter.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::pipe_detail::Next<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
                    absl::is_trivially_destructible<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::pipe_detail::Next<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
          std::is_lvalue_reference<T>>::type::type {
                                        ^
third_party/abseil-cpp/absl/types/internal/optional.h:182:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::pipe_detail::Next<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' 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::pipe_detail::Next<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/lib/channel/promise_based_filter.h:334:59: note: in instantiation of template class 'absl::optional<grpc_core::pipe_detail::Next<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
    absl::optional<PipeReceiver<MessageHandle>::NextType> next_;
                                                          ^
In file included from src/core/lib/security/transport/server_auth_filter.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::pipe_detail::Next<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' 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::pipe_detail::Next<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/lib/channel/promise_based_filter.h:334:59: note: in instantiation of template class 'absl::optional<grpc_core::pipe_detail::Next<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
    absl::optional<PipeReceiver<MessageHandle>::NextType> next_;
                                                          ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/transport/connectivity_state.cc:21:
In file included from ./src/core/lib/transport/connectivity_state.h:29:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/lib/security/transport/server_auth_filter.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::NextResult<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
                    absl::is_trivially_destructible<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::NextResult<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
          std::is_lvalue_reference<T>>::type::type {
                                        ^
third_party/abseil-cpp/absl/types/internal/optional.h:182:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::NextResult<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' 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::NextResult<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/lib/channel/promise_based_filter.h:335:47: note: in instantiation of template class 'absl::optional<grpc_core::NextResult<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
    absl::optional<NextResult<MessageHandle>> next_result_;
                                              ^
In file included from src/core/lib/security/transport/server_auth_filter.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::NextResult<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' 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::NextResult<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/lib/channel/promise_based_filter.h:335:47: note: in instantiation of template class 'absl::optional<grpc_core::NextResult<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
    absl::optional<NextResult<MessageHandle>> next_result_;
                                              ^
  return bit_cast<int64_t>(FromHost64(bit_cast<uint64_t>(x)));
                                      ^
In file included from src/core/lib/transport/connectivity_state.cc:21:
In file included from ./src/core/lib/transport/connectivity_state.h:29:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/iam/iam_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/iam/iam_credentials.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/iam/iam_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/iam/iam_credentials.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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:301:36: warning: builtin __has_trivial_destructor is deprecated; 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/rand_extra/forkunsafe.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/rand_extra/forkunsafe.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/transport/connectivity_state.cc:21:
In file included from ./src/core/lib/transport/connectivity_state.h:29:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/transport/connectivity_state.cc:21:
In file included from ./src/core/lib/transport/connectivity_state.h:29:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/iam/iam_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/iam/iam_credentials.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/iam/iam_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/iam/iam_credentials.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/iam/iam_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/iam/iam_credentials.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/iam/iam_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/iam/iam_credentials.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_info.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/evp/print.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/evp/print.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/credentials/iam/iam_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/iam/iam_credentials.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/iam/iam_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/iam/iam_credentials.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/iam/iam_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/iam/iam_credentials.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/iam/iam_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/iam/iam_credentials.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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)));
                                      ^
48 warnings generated.
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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_copyable 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_cluster_specifier_plugin.cc:19:
In file included from ./src/core/ext/xds/xds_cluster_specifier_plugin.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/ext/xds/xds_resource_type.h:62:33: note: in instantiation of template class 'absl::optional<std::string>' requested here
    absl::optional<std::string> name;
                                ^
In file included from src/core/ext/xds/xds_cluster_specifier_plugin.cc:19:
In file included from ./src/core/ext/xds/xds_cluster_specifier_plugin.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/ext/xds/xds_resource_type.h:62:33: note: in instantiation of template class 'absl::optional<std::string>' requested here
    absl::optional<std::string> name;
                                ^
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/rls/rls.cc:42:
In file included from third_party/abseil-cpp/absl/hash/hash.h:84:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256:3: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  ~InlinedVector() {}
  ^
./src/core/lib/transport/metadata_batch.h:1322:8: 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, grpc_core::GrpcStatusFromWire, grpc_core::WaitForReady>::~MetadataMap' requested here
struct grpc_metadata_batch : public grpc_metadata_batch_base {
       ^
./src/core/lib/resource_quota/arena.h:145:38: note: in instantiation of function template specialization 'grpc_core::Arena::DeletePooled<grpc_metadata_batch>' requested here
      if (arena_ != nullptr) arena_->DeletePooled(p);
                                     ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of function template specialization 'grpc_core::Arena::PooledDeleter::operator()<grpc_metadata_batch>' requested here
      __ptr_.second()(__tmp);
      ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::reset' requested here
  ~unique_ptr() { reset(); }
                  ^
./src/core/lib/transport/transport.h:127:12: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::~unique_ptr' requested here
    return ServerMetadataFromStatus(m);
           ^
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_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c src/core/ext/filters/client_channel/lb_policy/xds/xds_wrr_locality.cc -o python_build/temp.linux-x86_64-cpython-311/src/core/ext/filters/client_channel/lb_policy/xds/xds_wrr_locality.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/surface/channel.cc:21:
In file included from ./src/core/lib/surface/channel.h:33:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::HashState>' requested here
                    absl::is_trivially_destructible<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::HashState>' 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/strings/internal/cord_rep_ring.cc:src/core/lib/surface/channel.cc:21:
In file included from ./src/core/lib/surface/channel.h:33:
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:6414:
:
third_party/abseil-cpp/absl/meta/type_traits.h:494In file included from :third_party/abseil-cpp/absl/strings/internal/cord_rep_ring.h17::25 :
In file included from warning: third_party/abseil-cpp/absl/container/internal/layout.h:builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
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]
          bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&

       ^
                ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:47:16: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::HashState>' requested here
         absl::is_trivially_copy_assignable<
               ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:54:third_party/abseil-cpp/absl/meta/type_traits.h36::301 :note: 36in instantiation of function template specialization 'absl::functional_internal::PassByValue<absl::HashState>' requested here:
 warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {};    : std::integral_constant<bool, __has_trivial_destructor(T) &&

                                   ^                                   ^

third_party/abseil-cpp/absl/meta/type_traits.h:third_party/abseil-cpp/absl/functional/internal/function_ref.h562::763:: 1note: :in instantiation of template class 'absl::is_trivially_destructible<int>' requested here 
note: in instantiation of template class 'absl::functional_internal::ForwardT<absl::HashState>' requested here
      is_trivially_destructible<ExtentsRemoved>::value &&
      ^
third_party/abseil-cpp/absl/meta/type_traits.husing Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);:
571:^39
: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<int>' requested here
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
          bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
                                      ^
third_party/abseil-cpp/absl/base/casts.h:155:  absl::functional_internal::Invoker<R, Args...> invoker_;41:
                              ^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/hash/hash.h                                        ^
:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested herethird_party/abseil-cpp/absl/base/casts.h
:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
          f) {
          ^
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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.cc:21:
In file included from ./src/core/lib/surface/channel.h:33:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState &>' 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::HashState &>' 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::HashState &>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState &)>' requested here
  T t;
    ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_constructible.h:23:38: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    : public integral_constant<bool, __is_constructible(_Tp, _Args...)>
                                     ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/surface/channel.cc:21:
In file included from ./src/core/lib/surface/channel.h:33:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::FunctionRef<void (absl::HashState &)>>' requested here
                    absl::is_trivially_destructible<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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/surface/channel.cc:21:
In file included from ./src/core/lib/surface/channel.h:33:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/filters/client_channel/subchannel.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/pem/pem_info.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/pem/pem_info.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/xds/xds_cluster_specifier_plugin.cc:19:
In file included from ./src/core/ext/xds/xds_cluster_specifier_plugin.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
In file included from src/core/ext/xds/xds_cluster_specifier_plugin.cc:19:
In file included from ./src/core/ext/xds/xds_cluster_specifier_plugin.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/pkcs8/p5_pbev2.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/pkcs8/p5_pbev2.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/rsa_extra/rsa_print.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/rsa_extra/rsa_print.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
23 warnings generated.
In file included from src/core/lib/surface/channel.cc:21:
In file included from ./src/core/lib/surface/channel.h:33:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/cord_buffer.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/cord_buffer.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/surface/channel.cc:21:
In file included from ./src/core/lib/surface/channel.h:33:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/evp/p_dsa_asn1.c -o python_build/temp.linux-x86_64-cpython-311/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/surface/channel.cc:21:
In file included from ./src/core/lib/surface/channel.h:33:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:170: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.cc:21:
In file included from ./src/core/lib/surface/channel.h:33:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:170: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/rand_extra/fuchsia.c -o python_build/temp.linux-x86_64-cpython-311/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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/a_digest.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509/a_digest.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/rbac/rbac_filter.cc:19:
In file included from ./src/core/ext/filters/rbac/rbac_filter.h:25:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:118: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/rbac/rbac_filter.cc:19:
In file included from ./src/core/ext/filters/rbac/rbac_filter.h:25:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:118: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/client_channel_plugin.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel.h:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/siphash/siphash.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/siphash/siphash.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_copyable 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/t_crl.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509/t_crl.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/x509_lu.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509/x509_lu.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_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/client_channel_plugin.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel.h:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/client_channel_plugin.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel.h:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/client_channel_plugin.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel.h:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/client_channel_plugin.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel.h:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/client_channel_plugin.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel.h:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/client_channel_plugin.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel.h:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/client_channel_plugin.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel.h:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/client_channel_plugin.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel.h:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/client_channel_plugin.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel.h:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/client_channel_plugin.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel.h:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/client_channel_plugin.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel.h:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/rand_extra/passive.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/rand_extra/passive.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
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:137: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:345: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:137: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:345: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:137: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:345: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 src/core/lib/surface/channel.cc:21:
In file included from ./src/core/lib/surface/channel.h:33:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:137: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:190: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/a_sign.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509/a_sign.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/pem/pem_lib.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/pem/pem_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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/x509name.c -o python_build/temp.linux-x86_64-cpython-311/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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/stack/stack.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/stack/stack.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/transport/server_auth_filter.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/pkcs8/pkcs8.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/pkcs8/pkcs8.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/subchannel.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:117: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:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/rand_extra/rand_extra.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/rand_extra/rand_extra.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/rbac/rbac_filter.cc:19:
In file included from ./src/core/ext/filters/rbac/rbac_filter.h:25:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::StringMatcher>' requested here
                    absl::is_trivially_destructible<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::StringMatcher>' requested here
          std::is_lvalue_reference<T>>::type::type {
                                        ^
third_party/abseil-cpp/absl/types/internal/optional.h:182:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::StringMatcher>' 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::StringMatcher>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/lib/security/authorization/rbac_policy.h:142:35: note: in instantiation of template class 'absl::optional<grpc_core::StringMatcher>' requested here
    absl::optional<StringMatcher> string_matcher;
                                  ^
In file included from src/core/ext/filters/rbac/rbac_filter.cc:19:
In file included from ./src/core/ext/filters/rbac/rbac_filter.h:25:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::StringMatcher>' 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::StringMatcher>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/lib/security/authorization/rbac_policy.h:142:35: note: in instantiation of template class 'absl::optional<grpc_core::StringMatcher>' requested here
    absl::optional<StringMatcher> string_matcher;
                                  ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/curve25519/spake25519.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/curve25519/spake25519.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/surface/channel.cc:21:
In file included from ./src/core/lib/surface/channel.h:33:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:118: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.cc:21:
In file included from ./src/core/lib/surface/channel.h:33:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:118: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/t_req.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509/t_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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/rand_extra/windows.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/rand_extra/windows.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/surface/channel.cc:21:
In file included from ./src/core/lib/surface/channel.h:33:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/lib/surface/channel.cc:21:
In file included from ./src/core/lib/surface/channel.h:33:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/channel.cc:21:
In file included from ./src/core/lib/surface/channel.h:33:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/channel.cc:21:
In file included from ./src/core/lib/surface/channel.h:33:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/subchannel.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel.h:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256:3: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  ~InlinedVector() {}
  ^
./src/core/lib/transport/metadata_batch.h:1322:8: 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, grpc_core::GrpcStatusFromWire, grpc_core::WaitForReady>::~MetadataMap' requested here
struct grpc_metadata_batch : public grpc_metadata_batch_base {
       ^
./src/core/lib/resource_quota/arena.h:145:38: note: in instantiation of function template specialization 'grpc_core::Arena::DeletePooled<grpc_metadata_batch>' requested here
      if (arena_ != nullptr) arena_->DeletePooled(p);
                                     ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of function template specialization 'grpc_core::Arena::PooledDeleter::operator()<grpc_metadata_batch>' requested here
      __ptr_.second()(__tmp);
      ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::reset' requested here
  ~unique_ptr() { reset(); }
                  ^
./src/core/lib/transport/transport.h:127:12: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::~unique_ptr' requested here
    return ServerMetadataFromStatus(m);
           ^
In file included from src/core/lib/transport/connectivity_state.cc:21:
In file included from ./src/core/lib/transport/connectivity_state.h:29:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:745: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/transport/connectivity_state.cc:21:
In file included from ./src/core/lib/transport/connectivity_state.h:29:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:745: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/transport/server_auth_filter.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:117: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.cc:21:
In file included from ./src/core/lib/surface/channel.h:33:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:90: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_cluster_specifier_plugin.cc:19:
In file included from ./src/core/ext/xds/xds_cluster_specifier_plugin.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::HashState>' requested here
                    absl::is_trivially_destructible<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::HashState>' 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/xds/xds_cluster_specifier_plugin.cc:19:
In file included from ./src/core/ext/xds/xds_cluster_specifier_plugin.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/xds/xds_cluster_specifier_plugin.cc:19:
In file included from ./src/core/ext/xds/xds_cluster_specifier_plugin.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState &>' 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::HashState &>' 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::HashState &>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState &)>' requested here
  T t;
    ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_constructible.h:23:38: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    : public integral_constant<bool, __is_constructible(_Tp, _Args...)>
                                     ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/xds/xds_cluster_specifier_plugin.cc:19:
In file included from ./src/core/ext/xds/xds_cluster_specifier_plugin.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::FunctionRef<void (absl::HashState &)>>' requested here
                    absl::is_trivially_destructible<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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/xds/xds_cluster_specifier_plugin.cc:19:
In file included from ./src/core/ext/xds/xds_cluster_specifier_plugin.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/surface/channel.cc:21:
In file included from ./src/core/lib/surface/channel.h:33:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:90: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/time/civil_time.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/time/civil_time.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/a_verify.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509/a_verify.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/x509rset.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509/x509rset.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/rbac/rbac_filter.cc:19:
In file included from ./src/core/ext/filters/rbac/rbac_filter.h:25:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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/iam/iam_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/iam/iam_credentials.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:745: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/iam/iam_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/iam/iam_credentials.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:745: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/rbac/rbac_filter.cc:19:
In file included from ./src/core/ext/filters/rbac/rbac_filter.h:25:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:117: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/rc4/rc4.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/rc4/rc4.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:745: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/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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:745: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/pkcs8/pkcs8_x509.c -o python_build/temp.linux-x86_64-cpython-311/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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/refcount_c11.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/refcount_c11.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/thread.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/thread.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/transport/server_auth_filter.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256:3: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  ~InlinedVector() {}
  ^
./src/core/lib/transport/metadata_batch.h:1322:8: 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, grpc_core::GrpcStatusFromWire, grpc_core::WaitForReady>::~MetadataMap' requested here
struct grpc_metadata_batch : public grpc_metadata_batch_base {
       ^
./src/core/lib/resource_quota/arena.h:145:38: note: in instantiation of function template specialization 'grpc_core::Arena::DeletePooled<grpc_metadata_batch>' requested here
      if (arena_ != nullptr) arena_->DeletePooled(p);
                                     ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of function template specialization 'grpc_core::Arena::PooledDeleter::operator()<grpc_metadata_batch>' requested here
      __ptr_.second()(__tmp);
      ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::reset' requested here
  ~unique_ptr() { reset(); }
                  ^
./src/core/lib/transport/transport.h:127:12: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::~unique_ptr' requested here
    return ServerMetadataFromStatus(m);
           ^
In file included from src/core/ext/filters/rbac/rbac_filter.cc:19:
In file included from ./src/core/ext/filters/rbac/rbac_filter.h:25:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256:3: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  ~InlinedVector() {}
  ^
./src/core/lib/transport/metadata_batch.h:1322:8: 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, grpc_core::GrpcStatusFromWire, grpc_core::WaitForReady>::~MetadataMap' requested here
struct grpc_metadata_batch : public grpc_metadata_batch_base {
       ^
./src/core/lib/resource_quota/arena.h:145:38: note: in instantiation of function template specialization 'grpc_core::Arena::DeletePooled<grpc_metadata_batch>' requested here
      if (arena_ != nullptr) arena_->DeletePooled(p);
                                     ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of function template specialization 'grpc_core::Arena::PooledDeleter::operator()<grpc_metadata_batch>' requested here
      __ptr_.second()(__tmp);
      ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::reset' requested here
  ~unique_ptr() { reset(); }
                  ^
./src/core/lib/transport/transport.h:127:12: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::~unique_ptr' requested here
    return ServerMetadataFromStatus(m);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:28:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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_copyable 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/security/transport/server_auth_filter.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256:3: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  ~InlinedVector() {}
  ^
./src/core/lib/transport/metadata_batch.h:1322:8: 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, grpc_core::GrpcStatusFromWire, grpc_core::WaitForReady>::~MetadataMap' requested here
struct grpc_metadata_batch : public grpc_metadata_batch_base {
       ^
./src/core/lib/resource_quota/arena.h:145:38: note: in instantiation of function template specialization 'grpc_core::Arena::DeletePooled<grpc_metadata_batch>' requested here
      if (arena_ != nullptr) arena_->DeletePooled(p);
                                     ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of function template specialization 'grpc_core::Arena::PooledDeleter::operator()<grpc_metadata_batch>' requested here
      __ptr_.second()(__tmp);
      ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::reset' requested here
  ~unique_ptr() { reset(); }
                  ^
./src/core/lib/transport/transport.h:127:12: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::~unique_ptr' requested here
    return ServerMetadataFromStatus(m);
           ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/dh_extra/dh_asn1.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/dh_extra/dh_asn1.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/rbac/rbac_filter.cc:19:
In file included from ./src/core/ext/filters/rbac/rbac_filter.h:25:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256:3: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  ~InlinedVector() {}
  ^
./src/core/lib/transport/metadata_batch.h:1322:8: 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, grpc_core::GrpcStatusFromWire, grpc_core::WaitForReady>::~MetadataMap' requested here
struct grpc_metadata_batch : public grpc_metadata_batch_base {
       ^
./src/core/lib/resource_quota/arena.h:145:38: note: in instantiation of function template specialization 'grpc_core::Arena::DeletePooled<grpc_metadata_batch>' requested here
      if (arena_ != nullptr) arena_->DeletePooled(p);
                                     ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of function template specialization 'grpc_core::Arena::PooledDeleter::operator()<grpc_metadata_batch>' requested here
      __ptr_.second()(__tmp);
      ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::reset' requested here
  ~unique_ptr() { reset(); }
                  ^
./src/core/lib/transport/transport.h:127:12: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::~unique_ptr' requested here
    return ServerMetadataFromStatus(m);
           ^
In file included from src/core/ext/filters/client_channel/client_channel_plugin.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel.h:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:745: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/client_channel_plugin.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel.h:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:745: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/pem/pem_oth.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/pem/pem_oth.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
43 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.cc -o python_build/temp.linux-x86_64-cpython-311/src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/x509spki.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509/x509spki.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/algorithm.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509/algorithm.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/xds/xds_cluster_specifier_plugin.cc:19:
In file included from ./src/core/ext/xds/xds_cluster_specifier_plugin.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321:arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/t_x509.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509/t_x509.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
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:256: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.51.1-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.51.1-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.51.1-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:59: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/iam/iam_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/iam/iam_credentials.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
In file included from src/core/lib/security/credentials/iam/iam_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/iam/iam_credentials.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/refcount_lock.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/refcount_lock.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/credentials/iam/iam_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/iam/iam_credentials.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
In file included from src/core/lib/security/credentials/iam/iam_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/iam/iam_credentials.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/internal/str_format/float_conversion.cc -o python_build/temp.linux-x86_64-cpython-311/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/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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
In file included from src/core/lib/security/credentials/iam/iam_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/iam/iam_credentials.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:170: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/iam/iam_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/iam/iam_credentials.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:170: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/thread_none.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/thread_none.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/transport/connectivity_state.cc:21:
In file included from ./src/core/lib/transport/connectivity_state.h:29:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::HashState>' requested here
                    absl::is_trivially_destructible<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::HashState>' 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/transport/connectivity_state.cc:21:
In file included from ./src/core/lib/transport/connectivity_state.h:29:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/dh_extra/params.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/dh_extra/params.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/transport/connectivity_state.cc:21:
In file included from ./src/core/lib/transport/connectivity_state.h:29:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState &>' 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::HashState &>' 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::HashState &>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState &)>' requested here
  T t;
    ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_constructible.h:23:38: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    : public integral_constant<bool, __is_constructible(_Tp, _Args...)>
                                     ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/transport/connectivity_state.cc:21:
In file included from ./src/core/lib/transport/connectivity_state.h:29:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::FunctionRef<void (absl::HashState &)>>' requested here
                    absl::is_trivially_destructible<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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/transport/connectivity_state.cc:21:
In file included from ./src/core/lib/transport/connectivity_state.h:29:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/rsa_extra/rsa_asn1.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/rsa_extra/rsa_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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/x509_obj.c -o python_build/temp.linux-x86_64-cpython-311/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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/x_algor.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509/x_algor.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/transport/server_auth_filter.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_trivial_destructor(T) &&
                                   ^
third_party/abseil-cpp/absl/container/internal/inlined_vector.h:97:33: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_transport_stream_op_batch *>' requested here
                          absl::is_trivially_destructible<ValueType<A>>::value>
                                ^
third_party/abseil-cpp/absl/container/internal/inlined_vector.h:772:3: note: in instantiation of default argument for 'DestroyAdapter<std::allocator<grpc_transport_stream_op_batch *>>' required here
  DestroyAdapter<A>::DestroyElements(GetAllocator(), storage_view.data,
  ^~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/container/internal/inlined_vector.h:745:10: note: in instantiation of function template specialization 'absl::inlined_vector_internal::Storage<grpc_transport_stream_op_batch *, 1, std::allocator<grpc_transport_stream_op_batch *>>::EmplaceBackSlow<grpc_transport_stream_op_batch *const &>' requested here
  return EmplaceBackSlow(std::forward<Args>(args)...);
         ^
third_party/abseil-cpp/absl/container/inlined_vector.h:676:21: note: in instantiation of function template specialization 'absl::inlined_vector_internal::Storage<grpc_transport_stream_op_batch *, 1, std::allocator<grpc_transport_stream_op_batch *>>::EmplaceBack<grpc_transport_stream_op_batch *const &>' requested here
    return storage_.EmplaceBack(std::forward<Args>(args)...);
                    ^
third_party/abseil-cpp/absl/container/inlined_vector.h:682:57: note: in instantiation of function template specialization 'absl::InlinedVector<grpc_transport_stream_op_batch *, 1>::emplace_back<grpc_transport_stream_op_batch *const &>' requested here
  void push_back(const_reference v) { static_cast<void>(emplace_back(v)); }
                                                        ^
./src/core/lib/channel/promise_based_filter.h:205:16: note: in instantiation of member function 'absl::InlinedVector<grpc_transport_stream_op_batch *, 1>::push_back' requested here
      release_.push_back(batch);
               ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/pem/pem_pk8.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/pem/pem_pk8.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/thread_pthread.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/thread_pthread.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/transport/connectivity_state.cc:21:
In file included from ./src/core/lib/transport/connectivity_state.h:29:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
In file included from src/core/lib/transport/connectivity_state.cc:21:
In file included from ./src/core/lib/transport/connectivity_state.h:29:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
In file included from src/core/lib/security/credentials/iam/iam_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/iam/iam_credentials.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::HashState>' requested here
                    absl::is_trivially_destructible<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::HashState>' 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/security/credentials/iam/iam_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/iam/iam_credentials.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/security/credentials/iam/iam_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/iam/iam_credentials.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState &>' 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::HashState &>' 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::HashState &>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState &)>' requested here
  T t;
    ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_constructible.h:23:38: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    : public integral_constant<bool, __is_constructible(_Tp, _Args...)>
                                     ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/security/credentials/iam/iam_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/iam/iam_credentials.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::FunctionRef<void (absl::HashState &)>>' requested here
                    absl::is_trivially_destructible<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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/security/credentials/iam/iam_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/iam/iam_credentials.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/digest_extra/digest_extra.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/digest_extra/digest_extra.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/client_channel_plugin.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel.h:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/client_channel_plugin.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel.h:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/client_channel_plugin.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel.h:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/client_channel_plugin.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel.h:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/x_pkey.c -o python_build/temp.linux-x86_64-cpython-311/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/filters/client_channel/client_channel_plugin.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel.h:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
In file included from src/core/ext/filters/client_channel/client_channel_plugin.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel.h:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
45 warnings generated.
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::HashState>' requested here
                    absl::is_trivially_destructible<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::HashState>' 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState &>' 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::HashState &>' 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::HashState &>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState &)>' requested here
  T t;
    ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_constructible.h:23:38: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    : public integral_constant<bool, __is_constructible(_Tp, _Args...)>
                                     ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::FunctionRef<void (absl::HashState &)>>' requested here
                    absl::is_trivially_destructible<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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509v3/pcy_lib.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509v3/pcy_lib.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/credentials/iam/iam_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/iam/iam_credentials.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:137: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:190: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/poly1305/poly1305.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/poly1305/poly1305.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/tsi/ssl/session_cache/ssl_session_cache.cc:27:
In file included from ./src/core/lib/slice/slice_internal.h:29:
In file included from third_party/abseil-cpp/absl/hash/hash.h:84:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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_copyable 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/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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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) {
                         ^
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/boringssl-with-bazel/src/crypto/x509/t_x509.c:321:18: warning: variable 'l' set but not used [-Wunused-but-set-variable]
    int ret = 0, l, i;
                 ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/x509_req.c -o python_build/temp.linux-x86_64-cpython-311/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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_cpols.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_cpols.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/transport/connectivity_state.cc:21:
In file included from ./src/core/lib/transport/connectivity_state.h:29:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/thread_win.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/thread_win.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/client_channel_plugin.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel.h:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::HashState>' requested here
                    absl::is_trivially_destructible<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::HashState>' 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/filters/client_channel/client_channel_plugin.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel.h:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/filters/client_channel/client_channel_plugin.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel.h:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState &>' 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::HashState &>' 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::HashState &>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState &)>' requested here
  T t;
    ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_constructible.h:23:38: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    : public integral_constant<bool, __is_constructible(_Tp, _Args...)>
                                     ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/filters/client_channel/client_channel_plugin.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel.h:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::FunctionRef<void (absl::HashState &)>>' requested here
                    absl::is_trivially_destructible<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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/filters/client_channel/client_channel_plugin.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel.h:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/x_all.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509/x_all.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/t_x509a.c -o python_build/temp.linux-x86_64-cpython-311/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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/asn1_gen.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509/asn1_gen.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/credentials/iam/iam_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/iam/iam_credentials.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:118: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.cc:21:
In file included from ./src/core/lib/surface/channel.h:33:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h: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/iam/iam_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/iam/iam_credentials.hthird_party/abseil-cpp/absl/meta/type_traits.h:26::
99In file included from :third_party/abseil-cpp/absl/status/statusor.h27:47::
 In file included from note: third_party/abseil-cpp/absl/base/call_once.hin instantiation of template class 'absl::is_trivially_destructible<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' requested here:
34:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]                    absl::is_trivially_destructible<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
          bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
                ^
          std::is_lvalue_reference<T>>::type::type {
                                        ^
third_party/abseil-cpp/absl/types/internal/optional.h:183:third_party/abseil-cpp/absl/types/internal/optional.h21::182 :note: 31in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_status_code>' requested here:
 note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' requested here
              absl::is_trivially_copy_assignable<typename std::remove_cv<
                    ^
          bool unused = absl::is_trivially_copy_constructible<T>::value&&
                              ^
third_party/abseil-cpp/absl/types/optional.h:119third_party/abseil-cpp/absl/types/optional.h::45:119 :note: 45in instantiation of default argument for 'optional_data<grpc_status_code>' required here:
 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>,
class optional : private optional_internal::optional_data<T>,                                            ^~~~~~~~~~~~~~~~

                                            ^~~~~~~~~~~~~~~~
./src/core/lib/transport/transport.h:118:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here
./src/core/lib/surface/server.h:256:55: note:   return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) ==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/channel.cc:21:
In file included from ./src/core/lib/surface/channel.h:33:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:256: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/credentials/iam/iam_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/iam/iam_credentials.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/iam/iam_credentials.h:60:42: note: in instantiation of template class 'absl::optional<grpc_core::Slice>' requested here
  const absl::optional<grpc_core::Slice> token_;
                                         ^
In file included from src/core/lib/security/credentials/iam/iam_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/iam/iam_credentials.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/iam/iam_credentials.h:60:42: note: in instantiation of template class 'absl::optional<grpc_core::Slice>' requested here
  const absl::optional<grpc_core::Slice> token_;
                                         ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/pem/pem_pkey.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/pem/pem_pkey.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
26 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/dsa/dsa.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/dsa/dsa.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<absl::HashState>' requested here
                    absl::is_trivially_destructible<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::HashState>' 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/tsi/ssl/session_cache/ssl_session_cache.cc:27:
In file included from ./src/core/lib/slice/slice_internal.h:29:
In file included from third_party/abseil-cpp/absl/hash/hash.h:84:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/trust_token/pmbtoken.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/trust_token/pmbtoken.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/tsi/ssl/session_cache/ssl_session_cache.cc:27:
In file included from ./src/core/lib/slice/slice_internal.h:29:
In file included from third_party/abseil-cpp/absl/hash/hash.h:84:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState &>' 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::HashState &>' 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::HashState &>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState &)>' requested here
  T t;
    ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_constructible.h:23:38: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    : public integral_constant<bool, __is_constructible(_Tp, _Args...)>
                                     ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/tsi/ssl/session_cache/ssl_session_cache.cc:27:
In file included from ./src/core/lib/slice/slice_internal.h:29:
In file included from third_party/abseil-cpp/absl/hash/hash.h:84:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::FunctionRef<void (absl::HashState &)>>' requested here
                    absl::is_trivially_destructible<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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/tsi/ssl/session_cache/ssl_session_cache.cc:27:
In file included from ./src/core/lib/slice/slice_internal.h:29:
In file included from third_party/abseil-cpp/absl/hash/hash.h:84:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/internal/cordz_functions.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/internal/cordz_functions.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/poly1305/poly1305_arm.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/poly1305/poly1305_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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/x509_set.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509/x509_set.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/surface/channel.cc:21:
In file included from ./src/core/lib/surface/channel.h:33:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/channel.cc:128:20: note: in instantiation of template class 'absl::optional<int>' requested here
      channel_args.GetInt(GRPC_COMPRESSION_CHANNEL_DEFAULT_LEVEL);
                   ^
In file included from src/core/lib/surface/channel.cc:21:
In file included from ./src/core/lib/surface/channel.h:33:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/surface/channel.cc:197:14: note: in instantiation of template class 'absl::optional<bool>' requested here
    if (args.GetBool(GRPC_ARG_ENABLE_CHANNELZ)
             ^
In file included from src/core/lib/surface/channel.cc:21:
In file included from ./src/core/lib/surface/channel.h:33:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/surface/channel.cc:197:14: note: in instantiation of template class 'absl::optional<bool>' requested here
    if (args.GetBool(GRPC_ARG_ENABLE_CHANNELZ)
             ^
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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 third_party/abseil-cpp/absl/strings/cord_buffer.cc:15:
In file included from third_party/abseil-cpp/absl/strings/cord_buffer.h:37:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:26:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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) &&
                ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509v3/pcy_map.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509v3/pcy_map.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_copyable 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/x_pubkey.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509/x_pubkey.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_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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_buffer.cc:15:
In file included from third_party/abseil-cpp/absl/strings/cord_buffer.h:37:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:26:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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_buffer.cc:15:
In file included from third_party/abseil-cpp/absl/strings/cord_buffer.h:37:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:26:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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_buffer.cc:15:
In file included from third_party/abseil-cpp/absl/strings/cord_buffer.h:37:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:26:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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_buffer.cc:15:
In file included from third_party/abseil-cpp/absl/strings/cord_buffer.h:37:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:26:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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_buffer.cc:15:
In file included from third_party/abseil-cpp/absl/strings/cord_buffer.h:37:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:26:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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_buffer.cc:15:
In file included from third_party/abseil-cpp/absl/strings/cord_buffer.h:37:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:26:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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_buffer.cc:15:
In file included from third_party/abseil-cpp/absl/strings/cord_buffer.h:37:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:26:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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_buffer.cc:15:
In file included from third_party/abseil-cpp/absl/strings/cord_buffer.h:37:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:26:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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_buffer.cc:15:
In file included from third_party/abseil-cpp/absl/strings/cord_buffer.h:37:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:26:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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_buffer.cc:15:
In file included from third_party/abseil-cpp/absl/strings/cord_buffer.h:37:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:26:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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_buffer.cc:15:
In file included from third_party/abseil-cpp/absl/strings/cord_buffer.h:37:
In file included from third_party/abseil-cpp/absl/strings/internal/cord_internal.h:26:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/iam/iam_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/iam/iam_credentials.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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,
  ^
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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/poly1305/poly1305_arm_asm.S -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/poly1305/poly1305_arm_asm.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_ocsp.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_ocsp.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/client_channel_plugin.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel.h:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:103: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/lib/security/credentials/iam/iam_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/iam/iam_credentials.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:117: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509v3/pcy_node.c -o python_build/temp.linux-x86_64-cpython-311/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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_crld.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_crld.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/client_channel_plugin.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel.h:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
In file included from src/core/ext/filters/client_channel/client_channel_plugin.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel.h:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
In file included from src/core/lib/security/credentials/iam/iam_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/iam/iam_credentials.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256:3: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  ~InlinedVector() {}
  ^
./src/core/lib/transport/metadata_batch.h:1322:8: 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, grpc_core::GrpcStatusFromWire, grpc_core::WaitForReady>::~MetadataMap' requested here
struct grpc_metadata_batch : public grpc_metadata_batch_base {
       ^
./src/core/lib/resource_quota/arena.h:145:38: note: in instantiation of function template specialization 'grpc_core::Arena::DeletePooled<grpc_metadata_batch>' requested here
      if (arena_ != nullptr) arena_->DeletePooled(p);
                                     ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of function template specialization 'grpc_core::Arena::PooledDeleter::operator()<grpc_metadata_batch>' requested here
      __ptr_.second()(__tmp);
      ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::reset' requested here
  ~unique_ptr() { reset(); }
                  ^
./src/core/lib/transport/transport.h:127:12: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::~unique_ptr' requested here
    return ServerMetadataFromStatus(m);
           ^
In file included from src/core/ext/filters/client_channel/client_channel_plugin.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel.h:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:170: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/client_channel_plugin.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel.h:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:170: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/iam/iam_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/iam/iam_credentials.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256:3: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  ~InlinedVector() {}
  ^
./src/core/lib/transport/metadata_batch.h:1322:8: 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, grpc_core::GrpcStatusFromWire, grpc_core::WaitForReady>::~MetadataMap' requested here
struct grpc_metadata_batch : public grpc_metadata_batch_base {
       ^
./src/core/lib/resource_quota/arena.h:145:38: note: in instantiation of function template specialization 'grpc_core::Arena::DeletePooled<grpc_metadata_batch>' requested here
      if (arena_ != nullptr) arena_->DeletePooled(p);
                                     ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of function template specialization 'grpc_core::Arena::PooledDeleter::operator()<grpc_metadata_batch>' requested here
      __ptr_.second()(__tmp);
      ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::reset' requested here
  ~unique_ptr() { reset(); }
                  ^
./src/core/lib/transport/transport.h:127:12: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::~unique_ptr' requested here
    return ServerMetadataFromStatus(m);
           ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/pem/pem_x509.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/pem/pem_x509.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/surface/channel.cc:21:
In file included from ./src/core/lib/surface/channel.h:33:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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/ssl/ssl_security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/ssl/ssl_security_connector.h:30:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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_copyable 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/x_req.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509/x_req.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
33 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/x509.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509/x509.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/surface/channel.cc:21:
In file included from ./src/core/lib/surface/channel.h:33:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:117: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/ssl/d1_both.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/ssl/d1_both.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/by_dir.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509/by_dir.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/client_channel_plugin.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel.h:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:137: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:190: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_pci.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_pci.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/dsa/dsa_asn1.c -o python_build/temp.linux-x86_64-cpython-311/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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/x_attrib.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509/x_attrib.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/poly1305/poly1305_vec.c -o python_build/temp.linux-x86_64-cpython-311/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.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/ssl/ssl_security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/ssl/ssl_security_connector.h:30:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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_wrr_locality.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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_copyable 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/security/security_connector/ssl/ssl_security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/ssl/ssl_security_connector.h:30:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/ssl/ssl_security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/ssl/ssl_security_connector.h:30:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/ssl/ssl_security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/ssl/ssl_security_connector.h:30:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/ssl/ssl_security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/ssl/ssl_security_connector.h:30:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/ssl/ssl_security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/ssl/ssl_security_connector.h:30:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/ssl/ssl_security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/ssl/ssl_security_connector.h:30:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/ssl/ssl_security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/ssl/ssl_security_connector.h:30:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/ssl/ssl_security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/ssl/ssl_security_connector.h:30:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/trust_token/trust_token.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/trust_token/trust_token.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/security_connector/ssl/ssl_security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/ssl/ssl_security_connector.h:30:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/ssl/ssl_security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/ssl/ssl_security_connector.h:30:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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)));
                                      ^
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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/x_sig.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509/x_sig.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_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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_wrr_locality.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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_wrr_locality.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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_wrr_locality.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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_wrr_locality.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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_wrr_locality.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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_wrr_locality.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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_wrr_locality.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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_wrr_locality.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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_wrr_locality.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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_wrr_locality.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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_wrr_locality.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c src/core/ext/xds/xds_common_types.cc -o python_build/temp.linux-x86_64-cpython-311/src/core/ext/xds/xds_common_types.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/x509_trs.c -o python_build/temp.linux-x86_64-cpython-311/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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/pem/pem_xaux.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/pem/pem_xaux.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509v3/pcy_tree.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509v3/pcy_tree.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/surface/channel.cc:21:
In file included from ./src/core/lib/surface/channel.h:33:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256:3: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  ~InlinedVector() {}
  ^
./src/core/lib/transport/metadata_batch.h:1322:8: 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, grpc_core::GrpcStatusFromWire, grpc_core::WaitForReady>::~MetadataMap' requested here
struct grpc_metadata_batch : public grpc_metadata_batch_base {
       ^
./src/core/lib/resource_quota/arena.h:145:38: note: in instantiation of function template specialization 'grpc_core::Arena::DeletePooled<grpc_metadata_batch>' requested here
      if (arena_ != nullptr) arena_->DeletePooled(p);
                                     ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of function template specialization 'grpc_core::Arena::PooledDeleter::operator()<grpc_metadata_batch>' requested here
      __ptr_.second()(__tmp);
      ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::reset' requested here
  ~unique_ptr() { reset(); }
                  ^
./src/core/lib/transport/transport.h:127:12: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::~unique_ptr' requested here
    return ServerMetadataFromStatus(m);
           ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/ec_extra/ec_asn1.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/ec_extra/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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/by_file.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509/by_file.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/surface/channel.cc:21:
In file included from ./src/core/lib/surface/channel.h:33:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256:3: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  ~InlinedVector() {}
  ^
./src/core/lib/transport/metadata_batch.h:1322:8: 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, grpc_core::GrpcStatusFromWire, grpc_core::WaitForReady>::~MetadataMap' requested here
struct grpc_metadata_batch : public grpc_metadata_batch_base {
       ^
./src/core/lib/resource_quota/arena.h:145:38: note: in instantiation of function template specialization 'grpc_core::Arena::DeletePooled<grpc_metadata_batch>' requested here
      if (arena_ != nullptr) arena_->DeletePooled(p);
                                     ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of function template specialization 'grpc_core::Arena::PooledDeleter::operator()<grpc_metadata_batch>' requested here
      __ptr_.second()(__tmp);
      ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::reset' requested here
  ~unique_ptr() { reset(); }
                  ^
./src/core/lib/transport/transport.h:127:12: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::~unique_ptr' requested here
    return ServerMetadataFromStatus(m);
           ^
In file included from src/core/ext/filters/client_channel/client_channel_plugin.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel.h:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:118: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/client_channel_plugin.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel.h:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:118: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/x_spki.c -o python_build/temp.linux-x86_64-cpython-311/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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/pool/pool.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/pool/pool.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/x_crl.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509/x_crl.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_pcia.c -o python_build/temp.linux-x86_64-cpython-311/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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/x509_att.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509/x509_att.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/i2d_pr.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509/i2d_pr.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
10 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c src/core/tsi/ssl/session_cache/ssl_session_openssl.cc -o python_build/temp.linux-x86_64-cpython-311/src/core/tsi/ssl/session_cache/ssl_session_openssl.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from third_party/abseil-cpp/absl/time/civil_time.cc:20:
In file included from third_party/abseil-cpp/absl/strings/str_cat.h:63:
In file included from third_party/abseil-cpp/absl/strings/numbers.h:43:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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_copyable 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/client_channel/client_channel_plugin.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel.h:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:90: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/client_channel/client_channel_plugin.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel.h:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:90: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:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/time/civil_time.cc:20:
In file included from third_party/abseil-cpp/absl/strings/str_cat.h:63:
In file included from third_party/abseil-cpp/absl/strings/numbers.h:43:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/time/civil_time.cc:20:
In file included from third_party/abseil-cpp/absl/strings/str_cat.h:63:
In file included from third_party/abseil-cpp/absl/strings/numbers.h:43:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/time/civil_time.cc:20:
In file included from third_party/abseil-cpp/absl/strings/str_cat.h:63:
In file included from third_party/abseil-cpp/absl/strings/numbers.h:43:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/time/civil_time.cc:20:
In file included from third_party/abseil-cpp/absl/strings/str_cat.h:63:
In file included from third_party/abseil-cpp/absl/strings/numbers.h:43:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/time/civil_time.cc:20:
In file included from third_party/abseil-cpp/absl/strings/str_cat.h:63:
In file included from third_party/abseil-cpp/absl/strings/numbers.h:43:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/time/civil_time.cc:20:
In file included from third_party/abseil-cpp/absl/strings/str_cat.h:63:
In file included from third_party/abseil-cpp/absl/strings/numbers.h:43:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/time/civil_time.cc:20:
In file included from third_party/abseil-cpp/absl/strings/str_cat.h:63:
In file included from third_party/abseil-cpp/absl/strings/numbers.h:43:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
23 warnings generatedinline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h.
:146: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/time/civil_time.cc:20:
In file included from third_party/abseil-cpp/absl/strings/str_cat.h:63:
In file included from third_party/abseil-cpp/absl/strings/numbers.h:43:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/time/civil_time.cc:20:
In file included from third_party/abseil-cpp/absl/strings/str_cat.h:63:
In file included from third_party/abseil-cpp/absl/strings/numbers.h:43:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/time/civil_time.cc:20:
In file included from third_party/abseil-cpp/absl/strings/str_cat.h:63:
In file included from third_party/abseil-cpp/absl/strings/numbers.h:43:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/time/civil_time.cc:20:
In file included from third_party/abseil-cpp/absl/strings/str_cat.h:63:
In file included from third_party/abseil-cpp/absl/strings/numbers.h:43:
In file included from third_party/abseil-cpp/absl/base/internal/endian.h:22:
In file included from third_party/abseil-cpp/absl/base/casts.h:38:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/x_val.c -o python_build/temp.linux-x86_64-cpython-311/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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/x509_txt.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509/x509_txt.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/ssl/handshake_client.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/ssl/handshake_client.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
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:28:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/escaping.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/escaping.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_copyable 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/trust_token/voprf.c -o python_build/temp.linux-x86_64-cpython-311/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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/ec_extra/ec_derive.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/ec_extra/ec_derive.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/name_print.c -o python_build/temp.linux-x86_64-cpython-311/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:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/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:28:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/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:28:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/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:28:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/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:28:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/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:28:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/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:28:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/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:28:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/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:28:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_akey.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_akey.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
          bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
                                      ^
third_party/abseil-cpp/absl/base/casts.h:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/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:28:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/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:28:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/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:28:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_pcons.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_pcons.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
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:28:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::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:137: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:28:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:137: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:28:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:137: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 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:28:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:137: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 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:28:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:137: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:28:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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)::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:137: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) {
                                                                            ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/x_x509.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509/x_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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/x_exten.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509/x_exten.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/client_channel_plugin.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel.h:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/ext/filters/client_channel/client_channel_service_config.h:65:33: note: in instantiation of template class 'absl::optional<std::string>' requested here
    absl::optional<std::string> service_name;
                                ^
In file included from src/core/ext/filters/client_channel/client_channel_plugin.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel.h:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/ext/filters/client_channel/client_channel_service_config.h:65:33: note: in instantiation of template class 'absl::optional<std::string>' requested here
    absl::optional<std::string> service_name;
                                ^
In file included from src/core/ext/filters/client_channel/client_channel_plugin.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel.h:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/ext/filters/client_channel/client_channel_service_config.h:86:24: note: in instantiation of template class 'absl::optional<bool>' requested here
  absl::optional<bool> wait_for_ready_;
                       ^
In file included from src/core/ext/filters/client_channel/client_channel_plugin.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel.h:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/ext/filters/client_channel/client_channel_service_config.h:86:24: note: in instantiation of template class 'absl::optional<bool>' requested here
  absl::optional<bool> wait_for_ready_;
                       ^
In file included from src/core/lib/security/security_connector/ssl/ssl_security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/ssl/ssl_security_connector.h:30:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:745: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/ssl/ssl_security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/ssl/ssl_security_connector.h:30:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:745: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_enum.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_enum.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_wrr_locality.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:745: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/ssl/ssl_file.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/ssl/ssl_file.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_wrr_locality.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:745: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_pmaps.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_pmaps.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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_copyable 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_akeya.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_akeya.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/x509_cmp.c -o python_build/temp.linux-x86_64-cpython-311/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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/rsa_pss.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509/rsa_pss.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/ssl/tls13_both.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/ssl/tls13_both.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/security_connector/ssl/ssl_security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/ssl/ssl_security_connector.h:30:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
In file included from src/core/lib/security/security_connector/ssl/ssl_security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/ssl/ssl_security_connector.h:30:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/x_info.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509/x_info.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/client_channel_plugin.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel.h:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/x509_v3.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509/x509_v3.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/x_x509a.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509/x_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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_prn.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_prn.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/x_name.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509/x_name.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/client_channel_plugin.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel.h:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:117: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_extku.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_extku.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares__readaddrinfo.c -o python_build/temp.linux-x86_64-cpython-311/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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares_fds.c -o python_build/temp.linux-x86_64-cpython-311/third_party/cares/cares/src/lib/ares_fds.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/client_channel_plugin.cc:21:
In file included from ./src/core/ext/filters/client_channel/client_channel.h:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256:3: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  ~InlinedVector() {}
  ^
./src/core/lib/transport/metadata_batch.h:1322:8: 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, grpc_core::GrpcStatusFromWire, grpc_core::WaitForReady>::~MetadataMap' requested here
struct grpc_metadata_batch : public grpc_metadata_batch_base {
       ^
./src/core/lib/resource_quota/arena.h:145:38: note: in instantiation of function template specialization 'grpc_core::Arena::DeletePooled<grpc_metadata_batch>' requested here
      if (arena_ != nullptr) arena_->DeletePooled(p);
                                     ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of function template specialization 'grpc_core::Arena::PooledDeleter::operator()<grpc_metadata_batch>' requested here
      __ptr_.second()(__tmp);
      ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::reset' requested here
  ~unique_ptr() { reset(); }
                  ^
./src/core/lib/transport/transport.h:127:12: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::~unique_ptr' requested here
    return ServerMetadataFromStatus(m);
           ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509v3/pcy_cache.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509v3/pcy_cache.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_alt.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_alt.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
59 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c src/core/ext/filters/client_channel/subchannel_pool_interface.cc -o python_build/temp.linux-x86_64-cpython-311/src/core/ext/filters/client_channel/subchannel_pool_interface.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_wrr_locality.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_wrr_locality.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/x509_vfy.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509/x509_vfy.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/ssl/d1_lib.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/ssl/d1_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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_genn.c -o python_build/temp.linux-x86_64-cpython-311/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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares__sortaddrinfo.c -o python_build/temp.linux-x86_64-cpython-311/third_party/cares/cares/src/lib/ares__sortaddrinfo.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/security_connector/ssl/ssl_security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/ssl/ssl_security_connector.h:30:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::HashState>' requested here
                    absl::is_trivially_destructible<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::HashState>' 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/security/security_connector/ssl/ssl_security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/ssl/ssl_security_connector.h:30:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/security/security_connector/ssl/ssl_security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/ssl/ssl_security_connector.h:30:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState &>' 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::HashState &>' 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::HashState &>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState &)>' requested here
  T t;
    ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_constructible.h:23:38: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    : public integral_constant<bool, __is_constructible(_Tp, _Args...)>
                                     ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares_free_hostent.c -o python_build/temp.linux-x86_64-cpython-311/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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/internal/cordz_handle.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/internal/cordz_handle.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/security_connector/ssl/ssl_security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/ssl/ssl_security_connector.h:30:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::FunctionRef<void (absl::HashState &)>>' requested here
                    absl::is_trivially_destructible<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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/security/security_connector/ssl/ssl_security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/ssl/ssl_security_connector.h:30:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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_provider.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares_init.c -o python_build/temp.linux-x86_64-cpython-311/third_party/cares/cares/src/lib/ares_init.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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_provider.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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_provider.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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_provider.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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_common_types.cc:19:
In file included from ./src/core/ext/xds/xds_common_types.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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_copyable 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/security/credentials/tls/grpc_tls_certificate_provider.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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_provider.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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_provider.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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_provider.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_purp.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_purp.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/x509_d2.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509/x509_d2.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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_provider.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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.
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/time/clock.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/time/clock.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares_free_string.c -o python_build/temp.linux-x86_64-cpython-311/third_party/cares/cares/src/lib/ares_free_string.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_ia5.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_ia5.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/security_connector/ssl/ssl_security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/ssl/ssl_security_connector.h:30:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
In file included from src/core/lib/security/security_connector/ssl/ssl_security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/ssl/ssl_security_connector.h:30:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
In file included from src/core/lib/security/security_connector/ssl/ssl_security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/ssl/ssl_security_connector.h:30:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:170: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/ssl/ssl_security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/ssl/ssl_security_connector.h:30:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:170: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares__timeval.c -o python_build/temp.linux-x86_64-cpython-311/third_party/cares/cares/src/lib/ares__timeval.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_bcons.c -o python_build/temp.linux-x86_64-cpython-311/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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares_freeaddrinfo.c -o python_build/temp.linux-x86_64-cpython-311/third_party/cares/cares/src/lib/ares_freeaddrinfo.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares_parse_naptr_reply.c -o python_build/temp.linux-x86_64-cpython-311/third_party/cares/cares/src/lib/ares_parse_naptr_reply.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
53 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_info.c -o python_build/temp.linux-x86_64-cpython-311/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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/x509_def.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509/x509_def.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares_send.c -o python_build/temp.linux-x86_64-cpython-311/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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509v3/pcy_data.c -o python_build/temp.linux-x86_64-cpython-311/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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares_android.c -o python_build/temp.linux-x86_64-cpython-311/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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares_getaddrinfo.c -o python_build/temp.linux-x86_64-cpython-311/third_party/cares/cares/src/lib/ares_getaddrinfo.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares_parse_ns_reply.c -o python_build/temp.linux-x86_64-cpython-311/third_party/cares/cares/src/lib/ares_parse_ns_reply.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_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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_common_types.cc:19:
In file included from ./src/core/ext/xds/xds_common_types.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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_common_types.cc:19:
In file included from ./src/core/ext/xds/xds_common_types.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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_common_types.cc:19:
In file included from ./src/core/ext/xds/xds_common_types.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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_common_types.cc:19:
In file included from ./src/core/ext/xds/xds_common_types.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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_common_types.cc:19:
In file included from ./src/core/ext/xds/xds_common_types.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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_common_types.cc:19:
In file included from ./src/core/ext/xds/xds_common_types.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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_common_types.cc:19:
In file included from ./src/core/ext/xds/xds_common_types.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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_common_types.cc:19:
In file included from ./src/core/ext/xds/xds_common_types.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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_common_types.cc:19:
In file included from ./src/core/ext/xds/xds_common_types.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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_common_types.cc:19:
In file included from ./src/core/ext/xds/xds_common_types.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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_common_types.cc:19:
In file included from ./src/core/ext/xds/xds_common_types.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_bitst.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_bitst.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares_cancel.c -o python_build/temp.linux-x86_64-cpython-311/third_party/cares/cares/src/lib/ares_cancel.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:745: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_certificate_provider.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:745: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/x509_ext.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509/x509_ext.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares_parse_ptr_reply.c -o python_build/temp.linux-x86_64-cpython-311/third_party/cares/cares/src/lib/ares_parse_ptr_reply.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/security_connector/ssl/ssl_security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/ssl/ssl_security_connector.h:30:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:137: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:190: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_int.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_int.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/inet_ntop.c -o python_build/temp.linux-x86_64-cpython-311/third_party/cares/cares/src/lib/inet_ntop.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
29 warnings generated.
In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_wrr_locality.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::HashState>' requested here
                    absl::is_trivially_destructible<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::HashState>' 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_wrr_locality.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/internal/str_format/output.cc -o python_build/temp.linux-x86_64-cpython-311/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/filters/client_channel/lb_policy/xds/xds_wrr_locality.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState &>' 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::HashState &>' 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::HashState &>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState &)>' requested here
  T t;
    ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_constructible.h:23:38: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    : public integral_constant<bool, __is_constructible(_Tp, _Args...)>
                                     ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_wrr_locality.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::FunctionRef<void (absl::HashState &)>>' requested here
                    absl::is_trivially_destructible<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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_wrr_locality.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares_library_init.c -o python_build/temp.linux-x86_64-cpython-311/third_party/cares/cares/src/lib/ares_library_init.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares_strcasecmp.c -o python_build/temp.linux-x86_64-cpython-311/third_party/cares/cares/src/lib/ares_strcasecmp.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/x509_vpm.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509/x509_vpm.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_skey.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_skey.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares_getenv.c -o python_build/temp.linux-x86_64-cpython-311/third_party/cares/cares/src/lib/ares_getenv.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
54 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c src/core/lib/surface/channel_init.cc -o python_build/temp.linux-x86_64-cpython-311/src/core/lib/surface/channel_init.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/re2/re2/perl_groups.cc -o python_build/temp.linux-x86_64-cpython-311/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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares_parse_soa_reply.c -o python_build/temp.linux-x86_64-cpython-311/third_party/cares/cares/src/lib/ares_parse_soa_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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/windows_port.c -o python_build/temp.linux-x86_64-cpython-311/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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares_strdup.c -o python_build/temp.linux-x86_64-cpython-311/third_party/cares/cares/src/lib/ares_strdup.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
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_copyable 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/security/credentials/tls/grpc_tls_certificate_provider.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::HashState>' requested here
                    absl::is_trivially_destructible<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::HashState>' 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState &>' 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::HashState &>' 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::HashState &>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState &)>' requested here
  T t;
    ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_constructible.h:23:38: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    : public integral_constant<bool, __is_constructible(_Tp, _Args...)>
                                     ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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.hIn file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.cc::19301:
:36In file included from :./src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.h :28warning: :
In file included from builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning:     : std::integral_constant<bool, __has_trivial_destructor(T) &&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:     : std::integral_constant<bool, __has_trivial_destructor(T) &&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:99:27:third_party/abseil-cpp/absl/meta/type_traits.h :note: 571in instantiation of template class 'absl::is_trivially_destructible<absl::FunctionRef<void (absl::HashState &)>>' requested here:
39: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<short>' requested here
                    absl::is_trivially_destructible<T>::value> {};
                          ^
          bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
                                      ^
third_party/abseil-cpp/absl/meta/type_traits.h:422:41: third_party/abseil-cpp/absl/base/casts.hnote: :in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::FunctionRef<void (absl::HashState &)>>' requested here155
:41: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<short>' requested here
          std::is_lvalue_reference<T>>::type::type {
                                        ^
                  type_traits_internal::is_trivially_copyable<Source>::value &&
                                        ^third_party/abseil-cpp/absl/functional/internal/function_ref.h
:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::FunctionRef<void (absl::HashState &)>>' requested herethird_party/abseil-cpp/absl/base/casts.h
:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
         absl::is_trivially_copy_constructible<T>::value &&
               ^
inline constexpr Dest bit_cast(const Source& source) {third_party/abseil-cpp/absl/functional/internal/function_ref.h
:                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~54
:36: note: in instantiation of function template specialization 'absl::functional_internal::PassByValue<absl::FunctionRef<void (absl::HashState &)>>' requested here
third_party/abseil-cpp/absl/base/internal/endian.h:143:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)]
struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {};
                                   ^
  return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));third_party/abseil-cpp/absl/functional/internal/function_ref.h
:                                      ^63
:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<absl::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17In file included from : warning: third_party/abseil-cpp/absl/strings/escaping.ccbuiltin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]:
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:          bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&8
:                ^ warning: 
builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&third_party/abseil-cpp/absl/functional/internal/function_ref.h
:       ^47
:16: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::FunctionRef<void (absl::HashState &)>>' 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<unsigned short>' requested here         absl::is_trivially_copy_assignable<

               ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:54:36: note:           bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};in instantiation of function template specialization 'absl::functional_internal::PassByValue<absl::FunctionRef<void (absl::HashState &)>>' requested here

                                      ^
third_party/abseil-cpp/absl/base/casts.h:156:41: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here
struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {};
                                   ^
                  type_traits_internal::is_trivially_copyable<Dest>::valuethird_party/abseil-cpp/absl/functional/internal/function_ref.h
:                                        ^63
:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<absl::FunctionRef<void (absl::HashState &)>>' requested here
third_party/abseil-cpp/absl/base/casts.h:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: third_party/abseil-cpp/absl/base/internal/endian.hin instantiation of template type alias 'Invoker' requested here:
143:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)]
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
  return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
                                      ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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_common_types.cc:19:
In file included from ./src/core/ext/xds/xds_common_types.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:745: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/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_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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_common_types.cc:19:
In file included from ./src/core/ext/xds/xds_common_types.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:745: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares_create_query.c -o python_build/temp.linux-x86_64-cpython-311/third_party/cares/cares/src/lib/ares_create_query.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
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_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/re2/re2/prefilter.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/re2/re2/prefilter.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/security_connector/ssl/ssl_security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/ssl/ssl_security_connector.h:30:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:118: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/ssl/ssl_security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/ssl/ssl_security_connector.h:30:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:118: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares_gethostbyaddr.c -o python_build/temp.linux-x86_64-cpython-311/third_party/cares/cares/src/lib/ares_gethostbyaddr.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
52 warnings generated.
In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_libc.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_libc.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares_strerror.c -o python_build/temp.linux-x86_64-cpython-311/third_party/cares/cares/src/lib/ares_strerror.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_conf.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_conf.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_utl.c -o python_build/temp.linux-x86_64-cpython-311/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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c src/core/lib/security/transport/tsi_error.cc -o python_build/temp.linux-x86_64-cpython-311/src/core/lib/security/transport/tsi_error.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/re2/re2/bitstate.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/re2/re2/bitstate.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/subchannel_pool_interface.cc:21:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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_copyable 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/security/credentials/tls/grpc_tls_certificate_provider.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares_parse_srv_reply.c -o python_build/temp.linux-x86_64-cpython-311/third_party/cares/cares/src/lib/ares_parse_srv_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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares_llist.c -o python_build/temp.linux-x86_64-cpython-311/third_party/cares/cares/src/lib/ares_llist.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::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/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:170: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_provider.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:170: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares_data.c -o python_build/temp.linux-x86_64-cpython-311/third_party/cares/cares/src/lib/ares_data.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/lb_policy/xds/xds_wrr_locality.cc:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_lib.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/ssl/ssl_key_share.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/ssl/ssl_key_share.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/ssl/handshake_server.cc -o python_build/temp.linux-x86_64-cpython-311/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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares_destroy.c -o python_build/temp.linux-x86_64-cpython-311/third_party/cares/cares/src/lib/ares_destroy.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares_gethostbyname.c -o python_build/temp.linux-x86_64-cpython-311/third_party/cares/cares/src/lib/ares_gethostbyname.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/xds/xds_common_types.cc:19:
In file included from ./src/core/ext/xds/xds_common_types.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/ext/xds/xds_resource_type.h:62:33: note: in instantiation of template class 'absl::optional<std::string>' requested here
    absl::optional<std::string> name;
                                ^
In file included from src/core/ext/xds/xds_common_types.cc:19:
In file included from ./src/core/ext/xds/xds_common_types.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/ext/xds/xds_resource_type.h:62:33: note: in instantiation of template class 'absl::optional<std::string>' requested here
    absl::optional<std::string> 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares_mkquery.c -o python_build/temp.linux-x86_64-cpython-311/third_party/cares/cares/src/lib/ares_mkquery.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares_parse_txt_reply.c -o python_build/temp.linux-x86_64-cpython-311/third_party/cares/cares/src/lib/ares_parse_txt_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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares_strsplit.c -o python_build/temp.linux-x86_64-cpython-311/third_party/cares/cares/src/lib/ares_strsplit.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/re2/re2/unicode_casefold.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/re2/re2/unicode_casefold.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
45 warnings generated.
In file included from src/core/ext/xds/xds_common_types.cc:19:
In file included from ./src/core/ext/xds/xds_common_types.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
In file included from src/core/ext/xds/xds_common_types.cc:19:
In file included from ./src/core/ext/xds/xds_common_types.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509/x509cset.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509/x509cset.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_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/subchannel_pool_interface.cc:21:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/subchannel_pool_interface.cc:21:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/subchannel_pool_interface.cc:21:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/subchannel_pool_interface.cc:21:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/subchannel_pool_interface.cc:21:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c src/core/lib/security/credentials/insecure/insecure_credentials.cc -o python_build/temp.linux-x86_64-cpython-311/src/core/lib/security/credentials/insecure/insecure_credentials.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/subchannel_pool_interface.cc:21:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/subchannel_pool_interface.cc:21:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/subchannel_pool_interface.cc:21:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/subchannel_pool_interface.cc:21:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/subchannel_pool_interface.cc:21:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/subchannel_pool_interface.cc:21:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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_provider.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:164: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_provider.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:164: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares_expand_name.c -o python_build/temp.linux-x86_64-cpython-311/third_party/cares/cares/src/lib/ares_expand_name.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
53 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c src/core/ext/xds/xds_routing.cc -o python_build/temp.linux-x86_64-cpython-311/src/core/ext/xds/xds_routing.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares_nowarn.c -o python_build/temp.linux-x86_64-cpython-311/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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/re2/re2/unicode_groups.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/re2/re2/unicode_groups.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::vector<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<std::vector<grpc_core::PemKeyCertPair>>' requested here
          std::is_lvalue_reference<T>>::type::type {
                                        ^
third_party/abseil-cpp/absl/types/internal/optional.h:182:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::vector<grpc_core::PemKeyCertPair>>' 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::vector<grpc_core::PemKeyCertPair>>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.cc:63:40: note: in instantiation of template class 'absl::optional<std::vector<grpc_core::PemKeyCertPair>>' requested here
    absl::optional<PemKeyCertPairList> pem_key_cert_pairs;
                                       ^
In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::vector<grpc_core::PemKeyCertPair>>' 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::vector<grpc_core::PemKeyCertPair>>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.cc:63:40: note: in instantiation of template class 'absl::optional<std::vector<grpc_core::PemKeyCertPair>>' requested here
    absl::optional<PemKeyCertPairList> pem_key_cert_pairs;
                                       ^
In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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 here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.cc:95:48: note: in instantiation of template class 'absl::optional<absl::Status>' requested here
      distributor_->SetErrorForCert(cert_name, root_cert_error,
                                               ^
In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/lib/security/credentials/tls/grpc_tls_certificate_provider.cc:95:48: note: in instantiation of template class 'absl::optional<absl::Status>' requested here
      distributor_->SetErrorForCert(cert_name, root_cert_error,
                                               ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares_platform.c -o python_build/temp.linux-x86_64-cpython-311/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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares_process.c -o python_build/temp.linux-x86_64-cpython-311/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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares_getnameinfo.c -o python_build/temp.linux-x86_64-cpython-311/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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/upb/upb/decode.c -o python_build/temp.linux-x86_64-cpython-311/third_party/upb/upb/decode.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares_options.c -o python_build/temp.linux-x86_64-cpython-311/third_party/cares/cares/src/lib/ares_options.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/security_connector/ssl/ssl_security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/ssl/ssl_security_connector.h:30:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/re2/util/pcre.cc -o python_build/temp.linux-x86_64-cpython-311/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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares_timeout.c -o python_build/temp.linux-x86_64-cpython-311/third_party/cares/cares/src/lib/ares_timeout.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_provider.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/ssl/bio_ssl.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/ssl/bio_ssl.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/subchannel_pool_interface.cc:21:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:745: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/subchannel_pool_interface.cc:21:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:745: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares_expand_string.c -o python_build/temp.linux-x86_64-cpython-311/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/subchannel_pool_interface.cc:21:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182:31:arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/ssl/d1_pkt.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/ssl/d1_pkt.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares_query.c -o python_build/temp.linux-x86_64-cpython-311/third_party/cares/cares/src/lib/ares_query.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares_getsock.c -o python_build/temp.linux-x86_64-cpython-311/third_party/cares/cares/src/lib/ares_getsock.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
In file included from src/core/ext/filters/client_channel/subchannel_pool_interface.cc:21:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/internal/charconv_bigint.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/internal/charconv_bigint.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
third_party/upb/upb/decode.c:242:26: warning: code will never be executed [-Wunreachable-code]
    if (!res.ptr) return decode_err(d, kUpb_DecodeStatus_Malformed);
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/time/duration.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/time/duration.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares_version.c -o python_build/temp.linux-x86_64-cpython-311/third_party/cares/cares/src/lib/ares_version.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/xds/xds_common_types.cc:19:
In file included from ./src/core/ext/xds/xds_common_types.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::HashState>' requested here
                    absl::is_trivially_destructible<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::HashState>' 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
third_party/upb/upb/decode.c:258:14: warning: code will never be executed [-Wunreachable-code]
      return decode_err(d, kUpb_DecodeStatus_Malformed);
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/upb/upb/decode.c:322:12: warning: code will never be executed [-Wunreachable-code]
    return decode_err(d, status);
           ^~~~~~~~~~~~~~~~~~~~~
third_party/upb/upb/decode.c:333:23: warning: code will never be executed [-Wunreachable-code]
    if (!data) return decode_err(d, kUpb_DecodeStatus_OutOfMemory);
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from src/core/ext/xds/xds_common_types.cc:19:
In file included from ./src/core/ext/xds/xds_common_types.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/upb/upb/decode.c:349:12: warning: code will never be executed [-Wunreachable-code]
    return decode_err(d, kUpb_DecodeStatus_Malformed);
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/upb/upb/decode.c:346:30: warning: code will never be executed [-Wunreachable-code]
  if (--d->depth < 0) return decode_err(d, kUpb_DecodeStatus_MaxDepthExceeded);
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
third_party/upb/upb/decode.c:373: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:370:12: warning: code will never be executed [-Wunreachable-code]
    return decode_err(d, kUpb_DecodeStatus_Malformed);
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/upb/upb/decode.c:368:30: warning: code will never be executed [-Wunreachable-code]
  if (--d->depth < 0) return decode_err(d, kUpb_DecodeStatus_MaxDepthExceeded);
                             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from src/core/ext/xds/xds_common_types.cc:19:
In file included from ./src/core/ext/xds/xds_common_types.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState &>' 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::HashState &>' 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::HashState &>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState &)>' requested here
  T t;
    ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_constructible.h:23:38: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    : public integral_constant<bool, __is_constructible(_Tp, _Args...)>
                                     ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
third_party/upb/upb/decode.c:463:12: warning: code will never be executed [-Wunreachable-code]
    return decode_err(d, kUpb_DecodeStatus_Malformed);
           ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from src/core/ext/xds/xds_common_types.cc:19:
In file included from ./src/core/ext/xds/xds_common_types.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::FunctionRef<void (absl::HashState &)>>' requested here
                    absl::is_trivially_destructible<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::FunctionRef<void (absl::HashState &)>>' requested here
          std::is_lvalue_reference<T>>::type::type {third_party/upb/upb/decode.c
                                        ^:
561:22: warning: code will never be executed [-Wunreachable-code]
third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::FunctionRef<void (absl::HashState &)>>' requested here
    if (!arr) return decode_err(d, kUpb_DecodeStatus_OutOfMemory);
                     ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
         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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/xds/xds_common_types.cc:19:
In file included from ./src/core/ext/xds/xds_common_types.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares_search.c -o python_build/temp.linux-x86_64-cpython-311/third_party/cares/cares/src/lib/ares_search.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/x509v3/v3_ncons.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/x509v3/v3_ncons.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
third_party/upb/upb/decode.c:917: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:995:10: warning: code will never be executed [-Wunreachable-code]
  return decode_err(d, kUpb_DecodeStatus_Malformed);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/upb/upb/decode.c:1011: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:1081:14: warning: code will never be executed [-Wunreachable-code]
      return decode_err(d, kUpb_DecodeStatus_OutOfMemory);
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/upb/upb/decode.c:1041:33: warning: code will never be executed [-Wunreachable-code]
  if (field_number == 0) return decode_err(d, kUpb_DecodeStatus_Malformed);
                                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/ssl/tls13_client.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/ssl/tls13_client.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares_parse_a_reply.c -o python_build/temp.linux-x86_64-cpython-311/third_party/cares/cares/src/lib/ares_parse_a_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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/upb/upb/reflection.c -o python_build/temp.linux-x86_64-cpython-311/third_party/upb/upb/reflection.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/subchannel_pool_interface.cc:21:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/zlib/gzlib.c -o python_build/temp.linux-x86_64-cpython-311/third_party/zlib/gzlib.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/xds/xds_common_types.cc:19:
In file included from ./src/core/ext/xds/xds_common_types.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
In file included from src/core/ext/xds/xds_common_types.cc:19:
In file included from ./src/core/ext/xds/xds_common_types.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
In file included from src/core/ext/xds/xds_common_types.cc:19:
In file included from ./src/core/ext/xds/xds_common_types.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:170: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_common_types.cc:19:
In file included from ./src/core/ext/xds/xds_common_types.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:170: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares_writev.c -o python_build/temp.linux-x86_64-cpython-311/third_party/cares/cares/src/lib/ares_writev.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from third_party/zlib/gzlib.c:6:
In file included from third_party/zlib/gzguts.h:21:
In file included from TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/stdio.h:27:
In file included from TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/bits/libc-header-start.h:33:
In file included from TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/features.h:392:
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/features-time64.h:26:5: error: "_TIME_BITS=64 is allowed only with _FILE_OFFSET_BITS=64"
#   error "_TIME_BITS=64 is allowed only with _FILE_OFFSET_BITS=64"
    ^
28 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c src/core/ext/filters/client_channel/subchannel_stream_client.cc -o python_build/temp.linux-x86_64-cpython-311/src/core/ext/filters/client_channel/subchannel_stream_client.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
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: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]
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.c: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: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: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: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)
                   ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/bitncmp.c -o python_build/temp.linux-x86_64-cpython-311/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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares_parse_aaaa_reply.c -o python_build/temp.linux-x86_64-cpython-311/third_party/cares/cares/src/lib/ares_parse_aaaa_reply.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
19 warnings and 1 error 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/inet_net_pton.c -o python_build/temp.linux-x86_64-cpython-311/third_party/cares/cares/src/lib/inet_net_pton.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/transport/tsi_error.cc:21:
In file included from ./src/core/lib/security/transport/tsi_error.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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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_copyable 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/security/security_connector/ssl/ssl_security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/ssl/ssl_security_connector.h:30:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:117: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:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/tsi_error.cc:21:
In file included from ./src/core/lib/security/transport/tsi_error.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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/tsi_error.cc:21:
In file included from ./src/core/lib/security/transport/tsi_error.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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/tsi_error.cc:21:
In file included from ./src/core/lib/security/transport/tsi_error.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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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 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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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_copyable 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/upb/upb/status.c -o python_build/temp.linux-x86_64-cpython-311/third_party/upb/upb/status.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/transport/tsi_error.cc:21:
In file included from ./src/core/lib/security/transport/tsi_error.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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/tsi_error.cc:21:
In file included from ./src/core/lib/security/transport/tsi_error.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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/tsi_error.cc:21:
In file included from ./src/core/lib/security/transport/tsi_error.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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/tsi_error.cc:21:
In file included from ./src/core/lib/security/transport/tsi_error.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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares_parse_caa_reply.c -o python_build/temp.linux-x86_64-cpython-311/third_party/cares/cares/src/lib/ares_parse_caa_reply.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/transport/tsi_error.cc:21:
In file included from ./src/core/lib/security/transport/tsi_error.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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/tsi_error.cc:21:
In file included from ./src/core/lib/security/transport/tsi_error.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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/tsi_error.cc:21:
In file included from ./src/core/lib/security/transport/tsi_error.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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/tsi_error.cc:21:
In file included from ./src/core/lib/security/transport/tsi_error.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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/insecure/insecure_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/insecure/insecure_credentials.h:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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_copyable 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) &&
       ^
16 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/upb/upb/decode_fast.c -o python_build/temp.linux-x86_64-cpython-311/third_party/upb/upb/decode_fast.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/ssl/ssl_lib.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/ssl/ssl_lib.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/security_connector/ssl/ssl_security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/ssl/ssl_security_connector.h:30:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256:3: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  ~InlinedVector() {}
  ^
./src/core/lib/transport/metadata_batch.h:1322:8: 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, grpc_core::GrpcStatusFromWire, grpc_core::WaitForReady>::~MetadataMap' requested here
struct grpc_metadata_batch : public grpc_metadata_batch_base {
       ^
./src/core/lib/resource_quota/arena.h:145:38: note: in instantiation of function template specialization 'grpc_core::Arena::DeletePooled<grpc_metadata_batch>' requested here
      if (arena_ != nullptr) arena_->DeletePooled(p);
                                     ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of function template specialization 'grpc_core::Arena::PooledDeleter::operator()<grpc_metadata_batch>' requested here
      __ptr_.second()(__tmp);
      ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::reset' requested here
  ~unique_ptr() { reset(); }
                  ^
./src/core/lib/transport/transport.h:127:12: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::~unique_ptr' requested here
    return ServerMetadataFromStatus(m);
           ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/upb/upb/table.c -o python_build/temp.linux-x86_64-cpython-311/third_party/upb/upb/table.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/security_connector/ssl/ssl_security_connector.cc:21:
In file included from ./src/core/lib/security/security_connector/ssl/ssl_security_connector.h:30:
In file included from ./src/core/lib/security/security_connector/security_connector.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256:3: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  ~InlinedVector() {}
  ^
./src/core/lib/transport/metadata_batch.h:1322:8: 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, grpc_core::GrpcStatusFromWire, grpc_core::WaitForReady>::~MetadataMap' requested here
struct grpc_metadata_batch : public grpc_metadata_batch_base {
       ^
./src/core/lib/resource_quota/arena.h:145:38: note: in instantiation of function template specialization 'grpc_core::Arena::DeletePooled<grpc_metadata_batch>' requested here
      if (arena_ != nullptr) arena_->DeletePooled(p);
                                     ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of function template specialization 'grpc_core::Arena::PooledDeleter::operator()<grpc_metadata_batch>' requested here
      __ptr_.second()(__tmp);
      ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::reset' requested here
  ~unique_ptr() { reset(); }
                  ^
./src/core/lib/transport/transport.h:127:12: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::~unique_ptr' requested here
    return ServerMetadataFromStatus(m);
           ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares_parse_mx_reply.c -o python_build/temp.linux-x86_64-cpython-311/third_party/cares/cares/src/lib/ares_parse_mx_reply.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_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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 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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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 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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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 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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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 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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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 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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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 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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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 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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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 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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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 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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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 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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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 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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/upb/upb/def.c -o python_build/temp.linux-x86_64-cpython-311/third_party/upb/upb/def.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/strings/internal/str_format/parser.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/strings/internal/str_format/parser.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/xds/xds_common_types.cc:19:
In file included from ./src/core/ext/xds/xds_common_types.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::GrpcXdsBootstrap::GrpcNode>' requested here
                    absl::is_trivially_destructible<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::GrpcXdsBootstrap::GrpcNode>' requested here
          std::is_lvalue_reference<T>>::type::type {
                                        ^
third_party/abseil-cpp/absl/types/internal/optional.h:182:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::GrpcXdsBootstrap::GrpcNode>' 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::GrpcXdsBootstrap::GrpcNode>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/ext/xds/xds_bootstrap_grpc.h:172:28: note: in instantiation of template class 'absl::optional<grpc_core::GrpcXdsBootstrap::GrpcNode>' requested here
  absl::optional<GrpcNode> node_;
                           ^
In file included from src/core/ext/xds/xds_common_types.cc:19:
In file included from ./src/core/ext/xds/xds_common_types.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::GrpcXdsBootstrap::GrpcNode>' 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::GrpcXdsBootstrap::GrpcNode>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/ext/xds/xds_bootstrap_grpc.h:172:28: note: in instantiation of template class 'absl::optional<grpc_core::GrpcXdsBootstrap::GrpcNode>' requested here
  absl::optional<GrpcNode> node_;
                           ^
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) {
           ~~~ ^ ~~~~~~~~~~~~~
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_lookup.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
third_party/upb/upb/table.c: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) {
      ~ ^ ~~~~~~~~~~~~~
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/insecure/insecure_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/insecure/insecure_credentials.h:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/insecure/insecure_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/insecure/insecure_credentials.h:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/insecure/insecure_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/insecure/insecure_credentials.h:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/insecure/insecure_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/insecure/insecure_credentials.h:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/insecure/insecure_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/insecure/insecure_credentials.h:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/insecure/insecure_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/insecure/insecure_credentials.h:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/insecure/insecure_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/insecure/insecure_credentials.h:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/insecure/insecure_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/insecure/insecure_credentials.h:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/insecure/insecure_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/insecure/insecure_credentials.h:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/insecure/insecure_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/insecure/insecure_credentials.h:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/insecure/insecure_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/insecure/insecure_credentials.h:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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_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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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_copyable 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/security/transport/tsi_error.cc:21:
In file included from ./src/core/lib/security/transport/tsi_error.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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:745: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/transport/tsi_error.cc:21:
In file included from ./src/core/lib/security/transport/tsi_error.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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:745: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/re2/re2/compile.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/re2/re2/compile.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 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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:745: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 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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:745: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/upb/upb/def.c:1411: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:1410: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 &&
                         ~~~~~~~~~~~~~~~~ ^  ~~~~~
third_party/upb/upb/def.c:2310: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:2364:21: warning: comparison of integers of different signs: 'uint32_t' (aka 'unsigned int') and 'int' [-Wsign-compare]
    if (oneof_index >= m->oneof_count) {
        ~~~~~~~~~~~ ^  ~~~~~~~~~~~~~~
third_party/upb/upb/def.c:2781: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:2781: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:2907:21: warning: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned int') [-Wsign-compare]
  for (int i = 0; i < n; i++) {
                  ~ ^ ~
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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_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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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_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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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_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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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_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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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_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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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_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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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_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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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_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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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_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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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_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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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_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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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)));
                                      ^
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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/upb/upb/text_encode.c -o python_build/temp.linux-x86_64-cpython-311/third_party/upb/upb/text_encode.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/credentials/insecure/insecure_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/insecure/insecure_credentials.h:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:745: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/insecure/insecure_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/insecure/insecure_credentials.h:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:745: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_common_types.cc:19:
In file included from ./src/core/ext/xds/xds_common_types.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::XdsExtension>' requested here
                    absl::is_trivially_destructible<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::XdsExtension>' requested here
          std::is_lvalue_reference<T>>::type::type {
                                        ^
third_party/abseil-cpp/absl/types/internal/optional.h:182:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::XdsExtension>' 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::XdsExtension>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
src/core/ext/xds/xds_common_types.cc:445:30: note: in instantiation of template class 'absl::optional<grpc_core::XdsExtension>' requested here
absl::optional<XdsExtension> ExtractXdsExtension(
                             ^
In file included from src/core/ext/xds/xds_common_types.cc:19:
In file included from ./src/core/ext/xds/xds_common_types.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::XdsExtension>' 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::XdsExtension>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
src/core/ext/xds/xds_common_types.cc:445:30: note: in instantiation of template class 'absl::optional<grpc_core::XdsExtension>' requested here
absl::optional<XdsExtension> ExtractXdsExtension(
                             ^
In file included from src/core/lib/security/credentials/insecure/insecure_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/insecure/insecure_credentials.h:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
In file included from src/core/lib/security/credentials/insecure/insecure_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/insecure/insecure_credentials.h:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/ssl/d1_srtp.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/ssl/d1_srtp.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/transport/tsi_error.cc:21:
In file included from ./src/core/lib/security/transport/tsi_error.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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::HashState>' requested here
                    absl::is_trivially_destructible<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::HashState>' 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/security/credentials/insecure/insecure_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/insecure/insecure_credentials.h:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
In file included from src/core/lib/security/transport/tsi_error.cc:21:
In file included from ./src/core/lib/security/transport/tsi_error.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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/security/credentials/insecure/insecure_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/insecure/insecure_credentials.h:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
In file included from src/core/lib/security/transport/tsi_error.cc:21:
In file included from ./src/core/lib/security/transport/tsi_error.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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState &>' 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::HashState &>' requested here
In file included from src/core/lib/security/credentials/insecure/insecure_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/insecure/insecure_credentials.h:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:170:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here
      void RunAndDelete(absl::optional<ReclamationSweep> sweep) override {
                                                         ^
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::HashState &>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState &)>' requested here
  T t;
    ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_constructible.h:23:38: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    : public integral_constant<bool, __is_constructible(_Tp, _Args...)>
                                     ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/security/credentials/insecure/insecure_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/insecure/insecure_credentials.h:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:170: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/tsi_error.cc:21:
In file included from ./src/core/lib/security/transport/tsi_error.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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::FunctionRef<void (absl::HashState &)>>' requested here
                    absl::is_trivially_destructible<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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/security/transport/tsi_error.cc:21:
In file included from ./src/core/lib/security/transport/tsi_error.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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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 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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/ext/xds/xds_resource_type.h:62:33: note: in instantiation of template class 'absl::optional<std::string>' requested here
    absl::optional<std::string> 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 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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/ext/xds/xds_resource_type.h:62:33: note: in instantiation of template class 'absl::optional<std::string>' requested here
    absl::optional<std::string> name;
                                ^
In file included from src/core/ext/xds/xds_common_types.cc:19:
In file included from ./src/core/ext/xds/xds_common_types.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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 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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
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 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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:745: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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:745: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/transport/tsi_error.cc:21:
In file included from ./src/core/lib/security/transport/tsi_error.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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/upb/upb/upb.c -o python_build/temp.linux-x86_64-cpython-311/third_party/upb/upb/upb.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:38:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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_copyable 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) &&
       ^
31 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c src/core/lib/security/util/json_util.cc -o python_build/temp.linux-x86_64-cpython-311/src/core/lib/security/util/json_util.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/ssl/s3_both.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/ssl/s3_both.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
43 warnings generated.
In file included from src/core/lib/security/credentials/insecure/insecure_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/insecure/insecure_credentials.h:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::HashState>' requested here
                    absl::is_trivially_destructible<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::HashState>' 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/security/credentials/insecure/insecure_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/insecure/insecure_credentials.h:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/security/credentials/insecure/insecure_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/insecure/insecure_credentials.h:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState &>' 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::HashState &>' 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::HashState &>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState &)>' requested here
  T t;
    ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_constructible.h:23:38: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    : public integral_constant<bool, __is_constructible(_Tp, _Args...)>
                                     ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/security/credentials/insecure/insecure_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/insecure/insecure_credentials.h:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::FunctionRef<void (absl::HashState &)>>' requested here
                    absl::is_trivially_destructible<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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/security/credentials/insecure/insecure_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/insecure/insecure_credentials.h:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/zlib/adler32.c -o python_build/temp.linux-x86_64-cpython-311/third_party/zlib/adler32.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
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.c:134: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)
              ^
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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/zlib/compress.c -o python_build/temp.linux-x86_64-cpython-311/third_party/zlib/compress.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/credentials/insecure/insecure_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/insecure/insecure_credentials.h:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:137: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:190: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 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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::HashState>' requested here
                    absl::is_trivially_destructible<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::HashState>' 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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 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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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 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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState &>' 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::HashState &>' 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::HashState &>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState &)>' requested here
  T t;
    ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_constructible.h:23:38: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    : public integral_constant<bool, __is_constructible(_Tp, _Args...)>
                                     ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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 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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::FunctionRef<void (absl::HashState &)>>' requested here
                    absl::is_trivially_destructible<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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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 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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
33 warnings generated.
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 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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
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 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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c src/core/ext/filters/client_channel/local_subchannel_pool.cc -o python_build/temp.linux-x86_64-cpython-311/src/core/ext/filters/client_channel/local_subchannel_pool.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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/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.c: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/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)
              ^
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 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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:170: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 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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:170:58: note: in instantiation of template class 'absl::optional<grpc_core::ReclamationSweep>' requested here
      void RunAndDelete(absl::optional<ReclamationSweep> sweep) override {
                                                         ^
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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/zlib/crc32.c -o python_build/temp.linux-x86_64-cpython-311/third_party/zlib/crc32.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
third_party/zlib/crc32.c:126: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)
               ^
third_party/zlib/crc32.c:126: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/crc32.c:551: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:551: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:575: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:575: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:726: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: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:735: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:735: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/crc32.c:748: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)
                      ^
third_party/zlib/crc32.c:1072: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:1081: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: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(crc1, crc2, len2)
              ^
third_party/zlib/crc32.c:1102: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:1112: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:1119: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_op(crc1, crc2, op)
              ^
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr 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:38:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr 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:38:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr 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:38:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr 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 src/core/lib/security/credentials/insecure/insecure_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/insecure/insecure_credentials.h:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:118: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/insecure/insecure_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/insecure/insecure_credentials.h:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:118:13: note: in instantiation of template class 'absl::optional<grpc_status_code>' requested here
  return m->get(GrpcStatusMetadata()).value_or(GRPC_STATUS_UNKNOWN) ==
            ^
17 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/zlib/deflate.c -o python_build/temp.linux-x86_64-cpython-311/third_party/zlib/deflate.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from 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_copyable 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/security/credentials/insecure/insecure_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/insecure/insecure_credentials.h:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/ssl/tls13_enc.cc -o python_build/temp.linux-x86_64-cpython-311/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/insecure/insecure_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/insecure/insecure_credentials.h:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:117: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/zlib/deflate.c:198: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:198: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:225: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:237: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:389: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:389: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:412: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:481: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:503: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:541: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:553: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:564: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:578: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:605: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:654: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:696: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:768: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:768: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:782: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:782: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:815: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)
            ^
third_party/zlib/deflate.c:1130: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:1156: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:1215: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:1215: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:1245: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:1245: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:1278: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)
           ^
third_party/zlib/deflate.c:1278:12: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/re2/re2/prefilter_tree.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/re2/re2/prefilter_tree.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
third_party/zlib/deflate.c:1527: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/zlib/deflate.c:1527: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:1690: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)
                  ^
third_party/zlib/deflate.c:1690: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:1877: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:1877: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:1979: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:1979: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:2110: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:2110: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:2184: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:2184:19: warning: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Wdeprecated-non-prototype]
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/re2/util/rune.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/re2/util/rune.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/credentials/insecure/insecure_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/insecure/insecure_credentials.h:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256:3: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  ~InlinedVector() {}
  ^
./src/core/lib/transport/metadata_batch.h:1322:8: 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, grpc_core::GrpcStatusFromWire, grpc_core::WaitForReady>::~MetadataMap' requested here
struct grpc_metadata_batch : public grpc_metadata_batch_base {
       ^
./src/core/lib/resource_quota/arena.h:145:38: note: in instantiation of function template specialization 'grpc_core::Arena::DeletePooled<grpc_metadata_batch>' requested here
      if (arena_ != nullptr) arena_->DeletePooled(p);
                                     ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of function template specialization 'grpc_core::Arena::PooledDeleter::operator()<grpc_metadata_batch>' requested here
      __ptr_.second()(__tmp);
      ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::reset' requested here
  ~unique_ptr() { reset(); }
                  ^
./src/core/lib/transport/transport.h:127:12: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::~unique_ptr' requested here
    return ServerMetadataFromStatus(m);
           ^
In file included from src/core/lib/security/credentials/insecure/insecure_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/insecure/insecure_credentials.h:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256:3: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  ~InlinedVector() {}
  ^
./src/core/lib/transport/metadata_batch.h:1322:8: 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, grpc_core::GrpcStatusFromWire, grpc_core::WaitForReady>::~MetadataMap' requested here
struct grpc_metadata_batch : public grpc_metadata_batch_base {
       ^
./src/core/lib/resource_quota/arena.h:145:38: note: in instantiation of function template specialization 'grpc_core::Arena::DeletePooled<grpc_metadata_batch>' requested here
      if (arena_ != nullptr) arena_->DeletePooled(p);
                                     ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of function template specialization 'grpc_core::Arena::PooledDeleter::operator()<grpc_metadata_batch>' requested here
      __ptr_.second()(__tmp);
      ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::reset' requested here
  ~unique_ptr() { reset(); }
                  ^
./src/core/lib/transport/transport.h:127:12: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::~unique_ptr' requested here
    return ServerMetadataFromStatus(m);
           ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/ssl/dtls_method.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/ssl/dtls_method.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 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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::GrpcXdsBootstrap::GrpcNode>' requested here
                    absl::is_trivially_destructible<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::GrpcXdsBootstrap::GrpcNode>' requested here
          std::is_lvalue_reference<T>>::type::type {
                                        ^
third_party/abseil-cpp/absl/types/internal/optional.h:182:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::GrpcXdsBootstrap::GrpcNode>' 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::GrpcXdsBootstrap::GrpcNode>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/ext/xds/xds_bootstrap_grpc.h:172:28: note: in instantiation of template class 'absl::optional<grpc_core::GrpcXdsBootstrap::GrpcNode>' requested here
  absl::optional<GrpcNode> node_;
                           ^
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 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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::GrpcXdsBootstrap::GrpcNode>' 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::GrpcXdsBootstrap::GrpcNode>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/ext/xds/xds_bootstrap_grpc.h:172:28: note: in instantiation of template class 'absl::optional<grpc_core::GrpcXdsBootstrap::GrpcNode>' requested here
  absl::optional<GrpcNode> node_;
                           ^
In file included from src/core/ext/filters/client_channel/subchannel_stream_client.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel_stream_client.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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_copyable 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_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/subchannel_stream_client.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel_stream_client.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/subchannel_stream_client.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel_stream_client.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/subchannel_stream_client.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel_stream_client.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/subchannel_stream_client.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel_stream_client.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/subchannel_stream_client.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel_stream_client.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/subchannel_stream_client.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel_stream_client.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/subchannel_stream_client.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel_stream_client.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/re2/util/strutil.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/re2/util/strutil.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/subchannel_stream_client.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel_stream_client.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/subchannel_stream_client.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel_stream_client.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/subchannel_stream_client.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel_stream_client.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/subchannel_stream_client.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel_stream_client.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_posix.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/time/internal/cctz/src/time_zone_posix.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
43 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c src/core/lib/security/credentials/jwt/json_token.cc -o python_build/temp.linux-x86_64-cpython-311/src/core/lib/security/credentials/jwt/json_token.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
43 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.cc -o python_build/temp.linux-x86_64-cpython-311/src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/util/json_util.cc:21:
In file included from ./src/core/lib/security/util/json_util.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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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_copyable 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) &&
       ^
28 warnings generated.
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 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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:87:32: note: in instantiation of template class 'absl::optional<unsigned int>' requested here
      absl::optional<uint32_t> fraction_per_million;
                               ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c src/core/lib/surface/channel_ping.cc -o python_build/temp.linux-x86_64-cpython-311/src/core/lib/surface/channel_ping.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/subchannel_stream_client.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel_stream_client.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:745: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/subchannel_stream_client.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel_stream_client.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:745: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_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/util/json_util.cc:21:
In file included from ./src/core/lib/security/util/json_util.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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/util/json_util.cc:21:
In file included from ./src/core/lib/security/util/json_util.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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/util/json_util.cc:21:
In file included from ./src/core/lib/security/util/json_util.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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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 warnings generated.
In file included from src/core/lib/security/util/json_util.cc:21:
In file included from ./src/core/lib/security/util/json_util.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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/util/json_util.cc:21:
In file included from ./src/core/lib/security/util/json_util.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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/util/json_util.cc:21:
In file included from ./src/core/lib/security/util/json_util.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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/util/json_util.cc:21:
In file included from ./src/core/lib/security/util/json_util.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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/util/json_util.cc:21:
In file included from ./src/core/lib/security/util/json_util.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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/util/json_util.cc:21:
In file included from ./src/core/lib/security/util/json_util.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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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 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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:157: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/lib/security/util/json_util.cc:21:
In file included from ./src/core/lib/security/util/json_util.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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/util/json_util.cc:21:
In file included from ./src/core/lib/security/util/json_util.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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/zlib/gzclose.c -o python_build/temp.linux-x86_64-cpython-311/third_party/zlib/gzclose.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 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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:157:35: note: in instantiation of template class 'absl::optional<grpc_core::XdsRouteConfigResource::RetryPolicy>' requested here
      absl::optional<RetryPolicy> retry_policy;
                                  ^
11 warnings generated.
In file included from third_party/zlib/gzclose.c:6:
In file included from third_party/zlib/gzguts.h:21:
In file included from TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/stdio.h:27:
In file included from TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/bits/libc-header-start.h:33:
In file included from TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/features.h:392:
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/features-time64.h:26:5: error: "_TIME_BITS=64 is allowed only with _FILE_OFFSET_BITS=64"
#   error "_TIME_BITS=64 is allowed only with _FILE_OFFSET_BITS=64"
    ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/time/format.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/time/format.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/local_subchannel_pool.cc:21:
In file included from ./src/core/ext/filters/client_channel/local_subchannel_pool.h:26:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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/zlib/gzclose.c:11:13third_party/abseil-cpp/absl/meta/type_traits.h:494:17: 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: 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/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable 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) &&
       ^

1 warning and 1 error generated.
5 warnings generated.
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 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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:142: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 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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:142: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 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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:178:37: 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 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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:178:37: 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 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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:137: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:190: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/util/json_util.cc:21:
In file included from ./src/core/lib/security/util/json_util.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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:745: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/util/json_util.cc:21:
In file included from ./src/core/lib/security/util/json_util.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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:745: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/subchannel_stream_client.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel_stream_client.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/subchannel_stream_client.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel_stream_client.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/subchannel_stream_client.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel_stream_client.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/subchannel_stream_client.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel_stream_client.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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;
                         ^
7 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/upb/upb/encode.c -o python_build/temp.linux-x86_64-cpython-311/third_party/upb/upb/encode.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/subchannel_stream_client.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel_stream_client.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
In file included from src/core/ext/filters/client_channel/subchannel_stream_client.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel_stream_client.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/local_subchannel_pool.cc:21:
In file included from ./src/core/ext/filters/client_channel/local_subchannel_pool.h:26:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/local_subchannel_pool.cc:21:
In file included from ./src/core/ext/filters/client_channel/local_subchannel_pool.h:26:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/local_subchannel_pool.cc:21:
In file included from ./src/core/ext/filters/client_channel/local_subchannel_pool.h:26:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/local_subchannel_pool.cc:21:
In file included from ./src/core/ext/filters/client_channel/local_subchannel_pool.h:26:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/local_subchannel_pool.cc:21:
In file included from ./src/core/ext/filters/client_channel/local_subchannel_pool.h:26:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/local_subchannel_pool.cc:21:
In file included from ./src/core/ext/filters/client_channel/local_subchannel_pool.h:26:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/local_subchannel_pool.cc:21:
In file included from ./src/core/ext/filters/client_channel/local_subchannel_pool.h:26:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/local_subchannel_pool.cc:21:
In file included from ./src/core/ext/filters/client_channel/local_subchannel_pool.h:26:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/local_subchannel_pool.cc:21:
In file included from ./src/core/ext/filters/client_channel/local_subchannel_pool.h:26:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/local_subchannel_pool.cc:21:
In file included from ./src/core/ext/filters/client_channel/local_subchannel_pool.h:26:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/local_subchannel_pool.cc:21:
In file included from ./src/core/ext/filters/client_channel/local_subchannel_pool.h:26:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/subchannel_stream_client.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel_stream_client.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::HashState>' requested here
                    absl::is_trivially_destructible<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::HashState>' 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/ssl/s3_lib.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/ssl/s3_lib.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/subchannel_stream_client.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel_stream_client.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/filters/client_channel/subchannel_stream_client.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel_stream_client.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState &>' 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::HashState &>' 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::HashState &>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState &)>' requested here
  T t;
    ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_constructible.h:23:38: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    : public integral_constant<bool, __is_constructible(_Tp, _Args...)>
                                     ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/filters/client_channel/subchannel_stream_client.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel_stream_client.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::FunctionRef<void (absl::HashState &)>>' requested here
                    absl::is_trivially_destructible<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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/filters/client_channel/subchannel_stream_client.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel_stream_client.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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 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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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/util/json_util.cc:21:
In file included from ./src/core/lib/security/util/json_util.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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::HashState>' requested here
                    absl::is_trivially_destructible<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::HashState>' 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/security/util/json_util.cc:21:
In file included from ./src/core/lib/security/util/json_util.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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/security/util/json_util.cc:21:
In file included from ./src/core/lib/security/util/json_util.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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState &>' 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::HashState &>' 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::HashState &>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState &)>' requested here
  T t;
    ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_constructible.h:23:38: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    : public integral_constant<bool, __is_constructible(_Tp, _Args...)>
                                     ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/security/util/json_util.cc:21:
In file included from ./src/core/lib/security/util/json_util.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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::FunctionRef<void (absl::HashState &)>>' requested here
                    absl::is_trivially_destructible<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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/security/util/json_util.cc:21:
In file included from ./src/core/lib/security/util/json_util.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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/upb/upb/extension_registry.c -o python_build/temp.linux-x86_64-cpython-311/third_party/upb/upb/extension_registry.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
43 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c src/core/ext/xds/xds_endpoint.cc -o python_build/temp.linux-x86_64-cpython-311/src/core/ext/xds/xds_endpoint.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/subchannel_stream_client.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel_stream_client.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:103:27: note: in instantiation of template class 'absl::optional<unsigned int>' requested here
    const uint32_t salt = absl::random_internal::GetSaltMaterial().value_or(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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/upb/upb/json_decode.c -o python_build/temp.linux-x86_64-cpython-311/third_party/upb/upb/json_decode.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/local_subchannel_pool.cc:21:
In file included from ./src/core/ext/filters/client_channel/local_subchannel_pool.h:26:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:745: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/local_subchannel_pool.cc:21:
In file included from ./src/core/ext/filters/client_channel/local_subchannel_pool.h:26:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:745: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/util/json_util.cc:21:
In file included from ./src/core/lib/security/util/json_util.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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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/subchannel_stream_client.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel_stream_client.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
In file included from src/core/ext/filters/client_channel/subchannel_stream_client.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel_stream_client.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
In file included from src/core/ext/filters/client_channel/subchannel_stream_client.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel_stream_client.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:170: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/subchannel_stream_client.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel_stream_client.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:170: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/ssl/tls13_server.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/ssl/tls13_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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/ssl/ssl_privkey.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/ssl/ssl_privkey.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/subchannel_stream_client.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel_stream_client.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:137: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:190: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/upb/third_party/utf8_range/naive.c -o python_build/temp.linux-x86_64-cpython-311/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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/upb/third_party/utf8_range/range2-neon.c -o python_build/temp.linux-x86_64-cpython-311/third_party/upb/third_party/utf8_range/range2-neon.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/re2/re2/dfa.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/re2/re2/dfa.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/upb/third_party/utf8_range/range2-sse.c -o python_build/temp.linux-x86_64-cpython-311/third_party/upb/third_party/utf8_range/range2-sse.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/local_subchannel_pool.cc:21:
In file included from ./src/core/ext/filters/client_channel/local_subchannel_pool.h:26:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
In file included from src/core/ext/filters/client_channel/local_subchannel_pool.cc:21:
In file included from ./src/core/ext/filters/client_channel/local_subchannel_pool.h:26:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
In file included from src/core/lib/surface/channel_ping.cc:26:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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_copyable 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) &&
       ^
31 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/upb/upb/arena.c -o python_build/temp.linux-x86_64-cpython-311/third_party/upb/upb/arena.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/subchannel_stream_client.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel_stream_client.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:118: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/subchannel_stream_client.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel_stream_client.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:118: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c src/core/lib/service_config/service_config_impl.cc -o python_build/temp.linux-x86_64-cpython-311/src/core/lib/service_config/service_config_impl.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/credentials/jwt/json_token.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/json_token.h:28:
In file included from ./src/core/lib/json/json.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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_copyable 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/client_channel/subchannel_stream_client.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel_stream_client.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::SliceBuffer>' requested here
                    absl::is_trivially_destructible<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::SliceBuffer>' requested here
          std::is_lvalue_reference<T>>::type::type {
                                        ^
third_party/abseil-cpp/absl/types/internal/optional.h:182:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::SliceBuffer>' 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::SliceBuffer>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/ext/filters/client_channel/subchannel_stream_client.h:179:33: note: in instantiation of template class 'absl::optional<grpc_core::SliceBuffer>' requested here
    absl::optional<SliceBuffer> recv_message_;
                                ^
In file included from src/core/ext/filters/client_channel/subchannel_stream_client.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel_stream_client.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::SliceBuffer>' 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::SliceBuffer>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/ext/filters/client_channel/subchannel_stream_client.h:179:33: note: in instantiation of template class 'absl::optional<grpc_core::SliceBuffer>' requested here
    absl::optional<SliceBuffer> recv_message_;
                                ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/upb/upb/array.c -o python_build/temp.linux-x86_64-cpython-311/third_party/upb/upb/array.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/ssl/dtls_record.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/ssl/dtls_record.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/local_subchannel_pool.cc:21:
In file included from ./src/core/ext/filters/client_channel/local_subchannel_pool.h:26:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/local_subchannel_pool.cc:21:
In file included from ./src/core/ext/filters/client_channel/local_subchannel_pool.h:26:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/local_subchannel_pool.cc:21:
In file included from ./src/core/ext/filters/client_channel/local_subchannel_pool.h:26:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/local_subchannel_pool.cc:21:
In file included from ./src/core/ext/filters/client_channel/local_subchannel_pool.h:26:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/time/internal/cctz/src/zone_info_source.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/time/internal/cctz/src/zone_info_source.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/subchannel_stream_client.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel_stream_client.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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/local_subchannel_pool.cc:21:
In file included from ./src/core/ext/filters/client_channel/local_subchannel_pool.h:26:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::HashState>' requested here
                    absl::is_trivially_destructible<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::HashState>' 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/filters/client_channel/local_subchannel_pool.cc:21:
In file included from ./src/core/ext/filters/client_channel/local_subchannel_pool.h:26:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/filters/client_channel/local_subchannel_pool.cc:21:
In file included from ./src/core/ext/filters/client_channel/local_subchannel_pool.h:26:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState &>' 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::HashState &>' 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::HashState &>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState &)>' requested here
  T t;
    ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_constructible.h:23:38: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    : public integral_constant<bool, __is_constructible(_Tp, _Args...)>
                                     ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/filters/client_channel/local_subchannel_pool.cc:21:
In file included from ./src/core/ext/filters/client_channel/local_subchannel_pool.h:26:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::FunctionRef<void (absl::HashState &)>>' requested here
                    absl::is_trivially_destructible<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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/filters/client_channel/local_subchannel_pool.cc:21:
In file included from ./src/core/ext/filters/client_channel/local_subchannel_pool.h:26:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/jwt/json_token.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/json_token.h:28:
In file included from ./src/core/lib/json/json.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/jwt/json_token.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/json_token.h:28:
In file included from ./src/core/lib/json/json.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/jwt/json_token.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/json_token.h:28:
In file included from ./src/core/lib/json/json.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/jwt/json_token.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/json_token.h:28:
In file included from ./src/core/lib/json/json.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/jwt/json_token.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/json_token.h:28:
In file included from ./src/core/lib/json/json.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/jwt/json_token.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/json_token.h:28:
In file included from ./src/core/lib/json/json.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/jwt/json_token.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/json_token.h:28:
In file included from ./src/core/lib/json/json.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/jwt/json_token.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/json_token.h:28:
In file included from ./src/core/lib/json/json.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/jwt/json_token.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/json_token.h:28:
In file included from ./src/core/lib/json/json.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/jwt/json_token.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/json_token.h:28:
In file included from ./src/core/lib/json/json.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/jwt/json_token.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/json_token.h:28:
In file included from ./src/core/lib/json/json.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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_copyable 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/client_channel/subchannel_stream_client.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel_stream_client.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:117: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:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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:26:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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:26:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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:26:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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:26:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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:26:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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:26:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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:26:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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:26:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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:26:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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:26:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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:26:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/upb/upb/json_encode.c -o python_build/temp.linux-x86_64-cpython-311/third_party/upb/upb/json_encode.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/local_subchannel_pool.cc:21:
In file included from ./src/core/ext/filters/client_channel/local_subchannel_pool.h:26:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:103: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/subchannel_stream_client.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel_stream_client.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256:3: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  ~InlinedVector() {}
  ^
./src/core/lib/transport/metadata_batch.h:685: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:414: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:180:14: note: in instantiation of function template specialization 'grpc_core::Table<grpc_core::metadata_detail::Value<grpc_core::LbCostBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcRetryPushbackMsMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcTimeoutMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcTagsBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcTraceBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcServerStatsBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::EndpointLoadMetricsBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::HostMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcMessageMetadata>, grpc_core::metadata_detail::Value<grpc_core::UserAgentMetadata>, grpc_core::metadata_detail::Value<grpc_core::LbTokenMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcStatusContext>, grpc_core::metadata_detail::Value<grpc_core::HttpAuthorityMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpPathMetadata>, grpc_core::metadata_detail::Value<grpc_core::PeerString>, grpc_core::metadata_detail::Value<grpc_core::GrpcStatusMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcInternalEncodingRequest>, grpc_core::metadata_detail::Value<grpc_core::GrpcEncodingMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpStatusMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcPreviousRpcAttemptsMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcLbClientStatsMetadata>, grpc_core::metadata_detail::Value<grpc_core::WaitForReady>, grpc_core::metadata_detail::Value<grpc_core::TeMetadata>, grpc_core::metadata_detail::Value<grpc_core::ContentTypeMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpSchemeMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcAcceptEncodingMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpMethodMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcStatusFromWire>, grpc_core::metadata_detail::Value<grpc_core::GrpcStreamNetworkState>>::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, 27U, 28U>' requested here
  ~Table() { Destruct(absl::make_index_sequence<sizeof...(Ts)>()); }
             ^
./src/core/lib/transport/metadata_batch.h:1040:12: note: in instantiation of member function 'grpc_core::Table<grpc_core::metadata_detail::Value<grpc_core::LbCostBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcRetryPushbackMsMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcTimeoutMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcTagsBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcTraceBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcServerStatsBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::EndpointLoadMetricsBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::HostMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcMessageMetadata>, grpc_core::metadata_detail::Value<grpc_core::UserAgentMetadata>, grpc_core::metadata_detail::Value<grpc_core::LbTokenMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcStatusContext>, grpc_core::metadata_detail::Value<grpc_core::HttpAuthorityMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpPathMetadata>, grpc_core::metadata_detail::Value<grpc_core::PeerString>, grpc_core::metadata_detail::Value<grpc_core::GrpcStatusMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcInternalEncodingRequest>, grpc_core::metadata_detail::Value<grpc_core::GrpcEncodingMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpStatusMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcPreviousRpcAttemptsMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcLbClientStatsMetadata>, grpc_core::metadata_detail::Value<grpc_core::WaitForReady>, grpc_core::metadata_detail::Value<grpc_core::TeMetadata>, grpc_core::metadata_detail::Value<grpc_core::ContentTypeMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpSchemeMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcAcceptEncodingMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpMethodMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcStatusFromWire>, grpc_core::metadata_detail::Value<grpc_core::GrpcStreamNetworkState>>::~Table' requested here
  explicit MetadataMap(Arena* arena);
           ^
src/core/ext/filters/client_channel/subchannel_stream_client.cc:176:7: 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, grpc_core::GrpcStatusFromWire, grpc_core::WaitForReady>::MetadataMap' requested here
      send_initial_metadata_(arena_.get()),
      ^
In file included from src/core/ext/filters/client_channel/subchannel_stream_client.cc:19:
In file included from ./src/core/ext/filters/client_channel/subchannel_stream_client.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256:3: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  ~InlinedVector() {}
  ^
./src/core/lib/transport/metadata_batch.h:685:8: note: in instantiation of member function 'absl::InlinedVector<std::string, 1>::~InlinedVector' requested here
struct Value;
       ^
./src/core/lib/gprpp/table.h:414: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:180:14: note: in instantiation of function template specialization 'grpc_core::Table<grpc_core::metadata_detail::Value<grpc_core::LbCostBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcRetryPushbackMsMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcTimeoutMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcTagsBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcTraceBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcServerStatsBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::EndpointLoadMetricsBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::HostMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcMessageMetadata>, grpc_core::metadata_detail::Value<grpc_core::UserAgentMetadata>, grpc_core::metadata_detail::Value<grpc_core::LbTokenMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcStatusContext>, grpc_core::metadata_detail::Value<grpc_core::HttpAuthorityMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpPathMetadata>, grpc_core::metadata_detail::Value<grpc_core::PeerString>, grpc_core::metadata_detail::Value<grpc_core::GrpcStatusMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcInternalEncodingRequest>, grpc_core::metadata_detail::Value<grpc_core::GrpcEncodingMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpStatusMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcPreviousRpcAttemptsMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcLbClientStatsMetadata>, grpc_core::metadata_detail::Value<grpc_core::WaitForReady>, grpc_core::metadata_detail::Value<grpc_core::TeMetadata>, grpc_core::metadata_detail::Value<grpc_core::ContentTypeMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpSchemeMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcAcceptEncodingMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpMethodMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcStatusFromWire>, grpc_core::metadata_detail::Value<grpc_core::GrpcStreamNetworkState>>::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, 27U, 28U>' requested here
  ~Table() { Destruct(absl::make_index_sequence<sizeof...(Ts)>()); }
             ^
./src/core/lib/transport/metadata_batch.h:1040:12: note: in instantiation of member function 'grpc_core::Table<grpc_core::metadata_detail::Value<grpc_core::LbCostBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcRetryPushbackMsMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcTimeoutMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcTagsBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcTraceBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcServerStatsBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::EndpointLoadMetricsBinMetadata>, grpc_core::metadata_detail::Value<grpc_core::HostMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcMessageMetadata>, grpc_core::metadata_detail::Value<grpc_core::UserAgentMetadata>, grpc_core::metadata_detail::Value<grpc_core::LbTokenMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcStatusContext>, grpc_core::metadata_detail::Value<grpc_core::HttpAuthorityMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpPathMetadata>, grpc_core::metadata_detail::Value<grpc_core::PeerString>, grpc_core::metadata_detail::Value<grpc_core::GrpcStatusMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcInternalEncodingRequest>, grpc_core::metadata_detail::Value<grpc_core::GrpcEncodingMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpStatusMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcPreviousRpcAttemptsMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcLbClientStatsMetadata>, grpc_core::metadata_detail::Value<grpc_core::WaitForReady>, grpc_core::metadata_detail::Value<grpc_core::TeMetadata>, grpc_core::metadata_detail::Value<grpc_core::ContentTypeMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpSchemeMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcAcceptEncodingMetadata>, grpc_core::metadata_detail::Value<grpc_core::HttpMethodMetadata>, grpc_core::metadata_detail::Value<grpc_core::GrpcStatusFromWire>, grpc_core::metadata_detail::Value<grpc_core::GrpcStreamNetworkState>>::~Table' requested here
  explicit MetadataMap(Arena* arena);
           ^
src/core/ext/filters/client_channel/subchannel_stream_client.cc:176:7: 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, grpc_core::GrpcStatusFromWire, grpc_core::WaitForReady>::MetadataMap' requested here
      send_initial_metadata_(arena_.get()),
      ^
In file included from src/core/ext/filters/client_channel/local_subchannel_pool.cc:21:
In file included from ./src/core/ext/filters/client_channel/local_subchannel_pool.h:26:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
In file included from src/core/ext/filters/client_channel/local_subchannel_pool.cc:21:
In file included from ./src/core/ext/filters/client_channel/local_subchannel_pool.h:26:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
In file included from src/core/ext/filters/client_channel/local_subchannel_pool.cc:21:
In file included from ./src/core/ext/filters/client_channel/local_subchannel_pool.h:26:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:170: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/local_subchannel_pool.cc:21:
In file included from ./src/core/ext/filters/client_channel/local_subchannel_pool.h:26:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:170: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/jwt/json_token.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/json_token.h:28:
In file included from ./src/core/lib/json/json.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:745: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/jwt/json_token.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/json_token.h:28:
In file included from ./src/core/lib/json/json.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:745: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/ssl/s3_pkt.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/ssl/s3_pkt.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/local_subchannel_pool.cc:21:
In file included from ./src/core/ext/filters/client_channel/local_subchannel_pool.h:26:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:137: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:190: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:26:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:745: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:26:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:745: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_certificate_verifier.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:745: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_certificate_verifier.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:745: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:26:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
In file included from src/core/lib/surface/channel_ping.cc:26:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
In file included from src/core/ext/filters/client_channel/local_subchannel_pool.cc:21:
In file included from ./src/core/ext/filters/client_channel/local_subchannel_pool.h:26:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:118: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/local_subchannel_pool.cc:21:
In file included from ./src/core/ext/filters/client_channel/local_subchannel_pool.h:26:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:118: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:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
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:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/upb/upb/map.c -o python_build/temp.linux-x86_64-cpython-311/third_party/upb/upb/map.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/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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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_copyable 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/surface/channel_ping.cc:26:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::HashState>' requested here
                    absl::is_trivially_destructible<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::HashState>' 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/surface/channel_ping.cc:26:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/surface/channel_ping.cc:26:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState &>' 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::HashState &>' 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::HashState &>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState &)>' requested here
  T t;
    ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_constructible.h:23:38: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    : public integral_constant<bool, __is_constructible(_Tp, _Args...)>
                                     ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/surface/channel_ping.cc:26:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::FunctionRef<void (absl::HashState &)>>' requested here
                    absl::is_trivially_destructible<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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/surface/channel_ping.cc:26:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/xds/xds_endpoint.cc:19:
In file included from ./src/core/ext/xds/xds_endpoint.h:35:
In file included from ./src/core/ext/xds/xds_client.h:30:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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_copyable 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/security/credentials/jwt/json_token.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/json_token.h:28:
In file included from ./src/core/lib/json/json.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::HashState>' requested here
                    absl::is_trivially_destructible<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::HashState>' 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/security/credentials/jwt/json_token.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/json_token.h:28:
In file included from ./src/core/lib/json/json.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/security/credentials/jwt/json_token.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/json_token.h:28:
In file included from ./src/core/lib/json/json.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState &>' 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::HashState &>' 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::HashState &>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState &)>' requested here
  T t;
    ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_constructible.h:23:38: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    : public integral_constant<bool, __is_constructible(_Tp, _Args...)>
                                     ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/security/credentials/jwt/json_token.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/json_token.h:28:
In file included from ./src/core/lib/json/json.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::FunctionRef<void (absl::HashState &)>>' requested here
                    absl::is_trivially_destructible<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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/security/credentials/jwt/json_token.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/json_token.h:28:
In file included from ./src/core/lib/json/json.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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:35:
In file included from ./src/core/ext/xds/xds_client.h:30:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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:35:
In file included from ./src/core/ext/xds/xds_client.h:30:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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:35:
In file included from ./src/core/ext/xds/xds_client.h:30:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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:35:
In file included from ./src/core/ext/xds/xds_client.h:30:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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:35:
In file included from ./src/core/ext/xds/xds_client.h:30:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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:35:
In file included from ./src/core/ext/xds/xds_client.h:30:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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:35:
In file included from ./src/core/ext/xds/xds_client.h:30:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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:35:
In file included from ./src/core/ext/xds/xds_client.h:30:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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:35:
In file included from ./src/core/ext/xds/xds_client.h:30:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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:35:
In file included from ./src/core/ext/xds/xds_client.h:30:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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:35:
In file included from ./src/core/ext/xds/xds_client.h:30:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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 In file included from src/core/lib/surface/channel_ping.cc:26:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Duration>' requested here
         absl::is_trivially_copy_constructible<T>::value &&
               ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:src/core/ext/filters/client_channel/local_subchannel_pool.cc54::36:21 note: :
in instantiation of function template specialization 'absl::functional_internal::PassByValue<grpc_core::Duration>' requested here
In file included from ./src/core/ext/filters/client_channel/local_subchannel_pool.h:26:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28struct ForwardT : std::conditional<PassByValue<T>(), T, T&&> {};:

In file included from                                    ^./src/core/lib/channel/channel_args.h
:32:
third_party/abseil-cpp/absl/meta/type_traits.h:third_party/abseil-cpp/absl/functional/internal/function_ref.h301::6336::1:  warning: note: in instantiation of template class 'absl::functional_internal::ForwardT<grpc_core::Duration>' requested herebuiltin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]

using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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:26:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
In file included from src/core/lib/surface/channel_ping.cc:26:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:170: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:26:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:170: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/upb/upb/mini_table.c -o python_build/temp.linux-x86_64-cpython-311/third_party/upb/upb/mini_table.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/ssl/tls_method.cc -o python_build/temp.linux-x86_64-cpython-311/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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/ssl/encrypted_client_hello.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/ssl/encrypted_client_hello.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:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::HashState>' requested here
                    absl::is_trivially_destructible<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::HashState>' 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/security/credentials/jwt/json_token.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/json_token.h:28:
In file included from ./src/core/lib/json/json.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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/grpc_tls_certificate_verifier.cc:19:
In file included from ./src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState &>' 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::HashState &>' 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::HashState &>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState &)>' requested here
  T t;
    ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_constructible.h:23:38: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    : public integral_constant<bool, __is_constructible(_Tp, _Args...)>
                                     ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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 third_party/abseil-cpp/absl/base/casts.h:src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.cc163::23:19 :
note: In file included from while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
./src/core/lib/security/credentials/tls/grpc_tls_certificate_verifier.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from inline constexpr Dest bit_cast(const Source& source) {third_party/abseil-cpp/absl/container/internal/compressed_tuple.h
:                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~40
:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_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:143: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:99:27: note: in instantiation of template class 'absl::is_trivially_destructible<absl::FunctionRef<void (absl::HashState &)>>' requested here
                    absl::is_trivially_destructible<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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
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/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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
          f) {
          ^
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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/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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/ssl/ssl_session.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/ssl/ssl_session.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/surface/channel_ping.cc:26:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:137: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:190: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/local_subchannel_pool.cc:21:
In file included from ./src/core/ext/filters/client_channel/local_subchannel_pool.h:26:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:117: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.cc:19:
In file included from ./src/core/ext/xds/xds_endpoint.h:35:
In file included from ./src/core/ext/xds/xds_client.h:30:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:745: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:35:
In file included from ./src/core/ext/xds/xds_client.h:30:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:745: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:26:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:118: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:26:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:118: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:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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:26:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/lib/surface/channel_ping.cc:26:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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 In file included from src/core/ext/filters/client_channel/local_subchannel_pool.cc:21:
In file included from ./src/core/ext/filters/client_channel/local_subchannel_pool.h:26:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256:3: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  ~InlinedVector() {}
  ^
./src/core/lib/transport/metadata_batch.h:1322:8: 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, grpc_core::GrpcStatusFromWire, grpc_core::WaitForReady>::~MetadataMap' requested here
struct grpc_metadata_batch : public grpc_metadata_batch_base {
       ^
./src/core/lib/resource_quota/arena.h:145:38: note: in instantiation of function template specialization 'grpc_core::Arena::DeletePooled<grpc_metadata_batch>' requested here
      if (arena_ != nullptr) arena_->DeletePooled(p);
                                     ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of function template specialization 'grpc_core::Arena::PooledDeleter::operator()<grpc_metadata_batch>' requested here
      __ptr_.second()(__tmp);
      ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::reset' requested here
  ~unique_ptr() { reset(); }
                  ^
./src/core/lib/transport/transport.h:127:12: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::~unique_ptr' requested here
    return ServerMetadataFromStatus(m);
           ^
src/core/lib/surface/channel_ping.cc:26:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/channel_ping.cc:26:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/surface/channel_ping.cc:26:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:90: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/channel_ping.cc:26:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:90: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/upb/upb/msg.c -o python_build/temp.linux-x86_64-cpython-311/third_party/upb/upb/msg.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/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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:745: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:In file included from src/core/ext/filters/client_channel/local_subchannel_pool.cc:21:
In file included from ./src/core/ext/filters/client_channel/local_subchannel_pool.h:26:
In file included from ./src/core/ext/filters/client_channel/subchannel_pool_interface.h:28:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256:3: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  ~InlinedVector() {}
  ^
./src/core/lib/transport/metadata_batch.h:1322:8: 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, grpc_core::GrpcStatusFromWire, grpc_core::WaitForReady>::~MetadataMap' requested here
struct grpc_metadata_batch : public grpc_metadata_batch_base {
       ^
./src/core/lib/resource_quota/arena.h:145:38: note: in instantiation of function template specialization 'grpc_core::Arena::DeletePooled<grpc_metadata_batch>' requested here
      if (arena_ != nullptr) arena_->DeletePooled(p);
                                     ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of function template specialization 'grpc_core::Arena::PooledDeleter::operator()<grpc_metadata_batch>' requested here
      __ptr_.second()(__tmp);
      ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::reset' requested here
  ~unique_ptr() { reset(); }
                  ^
./src/core/lib/transport/transport.h:127:12: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::~unique_ptr' requested here
    return ServerMetadataFromStatus(m);
           ^
19:
In file included from ./src/core/lib/service_config/service_config_impl.h:29:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:745:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here
    absl::optional<absl::string_view> maybe_flat = c.TryFlat();
                                                     ^
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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c src/core/ext/filters/deadline/deadline_filter.cc -o python_build/temp.linux-x86_64-cpython-311/src/core/ext/filters/deadline/deadline_filter.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/surface/channel_ping.cc:26:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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:26:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:117: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/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/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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
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/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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:In file included from src/core/ext/xds/xds_endpoint.cc:19:
In file included from ./src/core/ext/xds/xds_endpoint.h:35:
In file included from ./src/core/ext/xds/xds_client.h:30:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
In file included from src/core/ext/xds/xds_endpoint.cc:19:
In file included from ./src/core/ext/xds/xds_endpoint.h:35:
In file included from ./src/core/ext/xds/xds_client.h:30:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
In file included from src/core/ext/xds/xds_endpoint.cc:19:
In file included from ./src/core/ext/xds/xds_endpoint.h:35:
In file included from ./src/core/ext/xds/xds_client.h:30:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/ext/xds/xds_resource_type.h:62:33: note: in instantiation of template class 'absl::optional<std::string>' requested here
    absl::optional<std::string> name;
                                ^
In file included from src/core/ext/xds/xds_endpoint.cc:19:
In file included from ./src/core/ext/xds/xds_endpoint.h:35:
In file included from ./src/core/ext/xds/xds_client.h:30:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/ext/xds/xds_resource_type.h:62:33: note: in instantiation of template class 'absl::optional<std::string>' requested here
    absl::optional<std::string> name;
                                ^
In file included from src/core/lib/surface/channel_ping.cc:26:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256:3: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  ~InlinedVector() {}
  ^
./src/core/lib/transport/metadata_batch.h:1322:8: 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, grpc_core::GrpcStatusFromWire, grpc_core::WaitForReady>::~MetadataMap' requested here
struct grpc_metadata_batch : public grpc_metadata_batch_base {
       ^
./src/core/lib/resource_quota/arena.h:145:38: note: in instantiation of function template specialization 'grpc_core::Arena::DeletePooled<grpc_metadata_batch>' requested here
      if (arena_ != nullptr) arena_->DeletePooled(p);
                                     ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of function template specialization 'grpc_core::Arena::PooledDeleter::operator()<grpc_metadata_batch>' requested here
      __ptr_.second()(__tmp);
      ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::reset' requested here
  ~unique_ptr() { reset(); }
                  ^
./src/core/lib/transport/transport.h:127:12: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::~unique_ptr' requested here
    return ServerMetadataFromStatus(m);
           ^
In file included from src/core/lib/surface/channel_ping.cc:26:
In file included from ./src/core/lib/channel/channel_stack.h:54:
In file included from include/grpc/event_engine/event_engine.h:22:
In file included from third_party/abseil-cpp/absl/functional/any_invocable.h:39:
In file included from third_party/abseil-cpp/absl/functional/internal/any_invocable.h:67:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256:3: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  ~InlinedVector() {}
  ^
./src/core/lib/transport/metadata_batch.h:1322:8: 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, grpc_core::GrpcStatusFromWire, grpc_core::WaitForReady>::~MetadataMap' requested here
struct grpc_metadata_batch : public grpc_metadata_batch_base {
       ^
./src/core/lib/resource_quota/arena.h:145:38: note: in instantiation of function template specialization 'grpc_core::Arena::DeletePooled<grpc_metadata_batch>' requested here
      if (arena_ != nullptr) arena_->DeletePooled(p);
                                     ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of function template specialization 'grpc_core::Arena::PooledDeleter::operator()<grpc_metadata_batch>' requested here
      __ptr_.second()(__tmp);
      ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::reset' requested here
  ~unique_ptr() { reset(); }
                  ^
./src/core/lib/transport/transport.h:127:12: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::~unique_ptr' requested here
    return ServerMetadataFromStatus(m);
           ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/re2/re2/prog.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/re2/re2/prog.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c src/core/ext/filters/client_channel/resolver/binder/binder_resolver.cc -o python_build/temp.linux-x86_64-cpython-311/src/core/ext/filters/client_channel/resolver/binder/binder_resolver.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/ssl/ssl_aead_ctx.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/ssl/ssl_aead_ctx.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
49 warnings generated.
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/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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::HashState>' requested here
                    absl::is_trivially_destructible<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::HashState>' 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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/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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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/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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState &>' 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::HashState &>' requested here
struct ForwardT : std::conditional<PassByValue<T>(), T, 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c src/core/ext/xds/xds_server_config_fetcher.cc -o python_build/temp.linux-x86_64-cpython-311/src/core/ext/xds/xds_server_config_fetcher.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread

                                   ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:63:1: note: in instantiation of template class 'absl::functional_internal::ForwardT<absl::HashState &>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState &)>' requested here
  T t;
    ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_constructible.h:23:38: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    : public integral_constant<bool, __is_constructible(_Tp, _Args...)>
                                     ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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/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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::FunctionRef<void (absl::HashState &)>>' requested here
                    absl::is_trivially_destructible<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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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/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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c src/core/lib/surface/channel_stack_type.cc -o python_build/temp.linux-x86_64-cpython-311/src/core/lib/surface/channel_stack_type.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:35:
In file included from ./src/core/ext/xds/xds_client.h:30:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::HashState>' requested here
                    absl::is_trivially_destructible<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::HashState>' 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/xds/xds_endpoint.cc:19:
In file included from ./src/core/ext/xds/xds_endpoint.h:35:
In file included from ./src/core/ext/xds/xds_client.h:30:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/xds/xds_endpoint.cc:19:
In file included from ./src/core/ext/xds/xds_endpoint.h:35:
In file included from ./src/core/ext/xds/xds_client.h:30:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState &>' 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::HashState &>' 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::HashState &>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState &)>' requested here
  T t;
    ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_constructible.h:23:38: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    : public integral_constant<bool, __is_constructible(_Tp, _Args...)>
                                     ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/xds/xds_endpoint.cc:19:
In file included from ./src/core/ext/xds/xds_endpoint.h:35:
In file included from ./src/core/ext/xds/xds_client.h:30:
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.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c src/core/lib/surface/completion_queue.cc -o python_build/temp.linux-x86_64-cpython-311/src/core/lib/surface/completion_queue.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::FunctionRef<void (absl::HashState &)>>' requested here
                    absl::is_trivially_destructible<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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/xds/xds_endpoint.cc:19:
In file included from ./src/core/ext/xds/xds_endpoint.h:35:
In file included from ./src/core/ext/xds/xds_client.h:30:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
33 warnings generated.
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/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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/service_config/service_config_impl.cc:46:33: note: in instantiation of template class 'absl::optional<std::string>' requested here
    absl::optional<std::string> service;
                                ^
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/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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/service_config/service_config_impl.cc:46:33: note: in instantiation of template class 'absl::optional<std::string>' requested here
    absl::optional<std::string> service;
                                ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c src/core/lib/security/credentials/tls/grpc_tls_credentials_options.cc -o python_build/temp.linux-x86_64-cpython-311/src/core/lib/security/credentials/tls/grpc_tls_credentials_options.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:35:
In file included from ./src/core/ext/xds/xds_client.h:30:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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/types/internal/optional.h:182:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::ServerAddress>' 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::ServerAddress>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
src/core/ext/xds/xds_endpoint.cc:149:31: note: in instantiation of template class 'absl::optional<grpc_core::ServerAddress>' requested here
absl::optional<ServerAddress> ServerAddressParse(
                              ^
In file included from src/core/ext/xds/xds_endpoint.cc:19:
In file included from ./src/core/ext/xds/xds_endpoint.h:35:
In file included from ./src/core/ext/xds/xds_client.h:30:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::ServerAddress>' 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::ServerAddress>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
src/core/ext/xds/xds_endpoint.cc:149:31: note: in instantiation of template class 'absl::optional<grpc_core::ServerAddress>' requested here
absl::optional<ServerAddress> ServerAddressParse(
                              ^
In file included from src/core/ext/xds/xds_endpoint.cc:19:
In file included from ./src/core/ext/xds/xds_endpoint.h:35:
In file included from ./src/core/ext/xds/xds_client.h:30:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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)::ParsedLocality>' requested here
                    absl::is_trivially_destructible<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)::ParsedLocality>' requested here
          std::is_lvalue_reference<T>>::type::type {
                                        ^
third_party/abseil-cpp/absl/types/internal/optional.h:182:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::(anonymous namespace)::ParsedLocality>' 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::(anonymous namespace)::ParsedLocality>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
src/core/ext/xds/xds_endpoint.cc:238:32: note: in instantiation of template class 'absl::optional<grpc_core::(anonymous namespace)::ParsedLocality>' requested here
absl::optional<ParsedLocality> LocalityParse(
                               ^
31 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:35:
In file included from ./src/core/ext/xds/xds_client.h:30:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::(anonymous namespace)::ParsedLocality>' 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::(anonymous namespace)::ParsedLocality>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
src/core/ext/xds/xds_endpoint.cc:238:32: note: in instantiation of template class 'absl::optional<grpc_core::(anonymous namespace)::ParsedLocality>' requested here
absl::optional<ParsedLocality> LocalityParse(
                               ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c src/core/lib/security/credentials/jwt/jwt_credentials.cc -o python_build/temp.linux-x86_64-cpython-311/src/core/lib/security/credentials/jwt/jwt_credentials.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/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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::vector<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::vector<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:182:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::vector<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::vector<std::map<std::string, grpc_core::Json>>>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
src/core/lib/service_config/service_config_impl.cc:111:25: note: in instantiation of template class 'absl::optional<std::vector<std::map<std::string, grpc_core::Json>>>' requested here
  auto method_configs = LoadJsonObjectField<std::vector<Json::Object>>(
                        ^
In file included from src/core/ext/filters/deadline/deadline_filter.cc:19:
In file included from ./src/core/ext/filters/deadline/deadline_filter.h:22:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h: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/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/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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::vector<std::map<std::string, grpc_core::Json>>>' requested here
              absl::is_trivially_copy_assignable<typename std::remove_cv<
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]
third_party/abseil-cpp/absl/types/optional.h:119:45: note: in instantiation of default argument for 'optional_data<std::vector<std::map<std::string, grpc_core::Json>>>' required here
    : std::integral_constant<bool, __has_trivial_constructor(T) &&
                                   ^
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
src/core/lib/service_config/service_config_impl.cc:111:25: note: in instantiation of template class 'absl::optional<std::vector<std::map<std::string, grpc_core::Json>>>' requested here
  auto method_configs = LoadJsonObjectField<std::vector<Json::Object>>(
                        ^
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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_copyable 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/ssl/tls_record.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/ssl/tls_record.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/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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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_endpoint.cc:19:
In file included from ./src/core/ext/xds/xds_endpoint.h:35:
In file included from ./src/core/ext/xds/xds_client.h:30:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/deadline/deadline_filter.cc:19:
In file included from ./src/core/ext/filters/deadline/deadline_filter.h:22:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/deadline/deadline_filter.cc:19:
In file included from ./src/core/ext/filters/deadline/deadline_filter.h:22:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/deadline/deadline_filter.cc:19:
In file included from ./src/core/ext/filters/deadline/deadline_filter.h:22:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/deadline/deadline_filter.cc:19:
In file included from ./src/core/ext/filters/deadline/deadline_filter.h:22:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/deadline/deadline_filter.cc:19:
In file included from ./src/core/ext/filters/deadline/deadline_filter.h:22:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/deadline/deadline_filter.cc:19:
In file included from ./src/core/ext/filters/deadline/deadline_filter.h:22:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/deadline/deadline_filter.cc:19:
In file included from ./src/core/ext/filters/deadline/deadline_filter.h:22:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/deadline/deadline_filter.cc:19:
In file included from ./src/core/ext/filters/deadline/deadline_filter.h:22:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/deadline/deadline_filter.cc:19:
In file included from ./src/core/ext/filters/deadline/deadline_filter.h:22:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/deadline/deadline_filter.cc:19:
In file included from ./src/core/ext/filters/deadline/deadline_filter.h:22:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/deadline/deadline_filter.cc:19:
In file included from ./src/core/ext/filters/deadline/deadline_filter.h:22:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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)));
                                      ^
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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc -o python_build/temp.linux-x86_64-cpython-311/src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/ssl/ssl_stat.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/ssl/ssl_stat.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/ssl/extensions.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/ssl/extensions.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/deadline/deadline_filter.cc:19:
In file included from ./src/core/ext/filters/deadline/deadline_filter.h:22:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:745: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/deadline/deadline_filter.cc:19:
In file included from ./src/core/ext/filters/deadline/deadline_filter.h:22:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:745: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/resolver/binder/binder_resolver.cc:19:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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_copyable 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/deadline/deadline_filter.cc:19:
In file included from ./src/core/ext/filters/deadline/deadline_filter.h:22:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
In file included from src/core/ext/filters/deadline/deadline_filter.cc:19:
In file included from ./src/core/ext/filters/deadline/deadline_filter.h:22:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/resolver/binder/binder_resolver.cc:19:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/resolver/binder/binder_resolver.cc:19:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/resolver/binder/binder_resolver.cc:19:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/resolver/binder/binder_resolver.cc:19:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/resolver/binder/binder_resolver.cc:19:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/resolver/binder/binder_resolver.cc:19:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/resolver/binder/binder_resolver.cc:19:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/resolver/binder/binder_resolver.cc:19:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/resolver/binder/binder_resolver.cc:19:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/resolver/binder/binder_resolver.cc:19:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/resolver/binder/binder_resolver.cc:19:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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_copyable 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/ssl/ssl_asn1.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/ssl/ssl_asn1.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/xds/xds_server_config_fetcher.cc:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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_copyable 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/deadline/deadline_filter.cc:19:
In file included from ./src/core/ext/filters/deadline/deadline_filter.h:22:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::HashState>' requested here
                    absl::is_trivially_destructible<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::HashState>' 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/filters/deadline/deadline_filter.cc:19:
In file included from ./src/core/ext/filters/deadline/deadline_filter.h:22:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/filters/deadline/deadline_filter.cc:19:
In file included from ./src/core/ext/filters/deadline/deadline_filter.h:22:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState &>' 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::HashState &>' 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::HashState &>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState &)>' requested here
  T t;
    ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_constructible.h:23:38: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    : public integral_constant<bool, __is_constructible(_Tp, _Args...)>
                                     ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from In file included from src/core/ext/filters/deadline/deadline_filter.cc:19:
In file included from ./src/core/ext/filters/deadline/deadline_filter.h:22:
src/core/lib/security/credentials/jwt/jwt_credentials.ccIn file included from ./src/core/lib/channel/channel_args.h::2132:
:
In file included from third_party/abseil-cpp/absl/meta/type_traits.h./src/core/lib/security/credentials/jwt/jwt_credentials.h::30128::
36In file included from : third_party/abseil-cpp/absl/status/statusor.h:warning: 47builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]:

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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::FunctionRef<void (absl::HashState &)>>' 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:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<absl::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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/filters/deadline/deadline_filter.cc:19:
In file included from ./src/core/ext/filters/deadline/deadline_filter.h:22:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable 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/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 */ ( )
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/filters/deadline/deadline_filter.cc:19:
In file included from ./src/core/ext/filters/deadline/deadline_filter.h:22:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
In file included from src/core/ext/filters/deadline/deadline_filter.cc:19:
In file included from ./src/core/ext/filters/deadline/deadline_filter.h:22:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
In file included from src/core/ext/filters/deadline/deadline_filter.cc:19:
In file included from ./src/core/ext/filters/deadline/deadline_filter.h:22:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:170: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/deadline/deadline_filter.cc:19:
In file included from ./src/core/ext/filters/deadline/deadline_filter.h:22:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:170: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_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/resolver/binder/binder_resolver.cc:19:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:745: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/resolver/binder/binder_resolver.cc:19:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:745: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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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_copyable 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/deadline/deadline_filter.cc:19:
In file included from ./src/core/ext/filters/deadline/deadline_filter.h:22:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:137: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:190: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:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/jwt/jwt_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/jwt_credentials.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.hIn file included from :50src/core/lib/security/credentials/jwt/jwt_credentials.cc:
:In file included from third_party/abseil-cpp/absl/base/internal/invoke.h21::
64In file included from :
./src/core/lib/security/credentials/jwt/jwt_credentials.hthird_party/abseil-cpp/absl/meta/type_traits.h::28560:
:In file included from 8third_party/abseil-cpp/absl/status/statusor.h:: 47warning: :
builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&

       ^
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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
third_party/abseil-cpp/absl/meta/type_traits.h          bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
                                      ^:
301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
third_party/abseil-cpp/absl/base/casts.h:156:41: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<unsigned short>' requested here
    : std::integral_constant<bool, __has_trivial_destructor(T) &&
                                   ^
                  type_traits_internal::is_trivially_copyable<Dest>::value
                                        ^third_party/abseil-cpp/absl/meta/type_traits.h
:562:7: third_party/abseil-cpp/absl/base/casts.hnote: :in instantiation of template class 'absl::is_trivially_destructible<unsigned long long>' requested here163
:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
      is_trivially_destructible<ExtentsRemoved>::value &&
      ^
third_party/abseil-cpp/absl/meta/type_traits.h:inline constexpr Dest bit_cast(const Source& source) {571
:                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~39
: note: in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable_impl<unsigned long long>' requested here
third_party/abseil-cpp/absl/base/internal/endian.h:143:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned short, Source = int16_t, $2 = (no value)]
          bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};
                                      ^
  return bit_cast<int16_t>(FromHost16(bit_cast<uint16_t>(x)));
third_party/abseil-cpp/absl/base/casts.h                                      ^:
156:41: 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:In file included from 163src/core/lib/security/credentials/jwt/jwt_credentials.cc::2321::
 In file included from note: ./src/core/lib/security/credentials/jwt/jwt_credentials.hwhile substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]:
28:
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.hinline constexpr Dest bit_cast(const Source& source) {:
64                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~:

third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: third_party/abseil-cpp/absl/base/internal/endian.hbuiltin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
:149:39: note: while substituting deduced template arguments into function template 'bit_cast' [with Dest = unsigned long long, Source = int64_t, $2 = (no value)]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^  return bit_cast<int64_t>(FromHost64(bit_cast<uint64_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 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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/jwt/jwt_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/jwt_credentials.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/jwt/jwt_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/jwt_credentials.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/jwt/jwt_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/jwt_credentials.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/jwt/jwt_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/jwt_credentials.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/jwt/jwt_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/jwt_credentials.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/jwt/jwt_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/jwt_credentials.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/jwt/jwt_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/jwt_credentials.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/jwt/jwt_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/jwt_credentials.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/resolver/binder/binder_resolver.cc:19:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
In file included from src/core/ext/filters/client_channel/resolver/binder/binder_resolver.cc:19:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares__close_sockets.c -o python_build/temp.linux-x86_64-cpython-311/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_server_config_fetcher.cc:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:745: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:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:745: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_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares__get_hostent.c -o python_build/temp.linux-x86_64-cpython-311/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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/re2/re2/filtered_re2.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/re2/re2/filtered_re2.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:745: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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:745: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/deadline/deadline_filter.cc:19:
In file included from ./src/core/ext/filters/deadline/deadline_filter.h:22:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:118: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/deadline/deadline_filter.cc:19:
In file included from ./src/core/ext/filters/deadline/deadline_filter.h:22:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:118: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/round_robin/round_robin.cc:28:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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_copyable 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/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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:745: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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:745: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_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/round_robin/round_robin.cc:28:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/round_robin/round_robin.cc:28:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/round_robin/round_robin.cc:28:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/round_robin/round_robin.cc:28:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/round_robin/round_robin.cc:28:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/round_robin/round_robin.cc:28:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/round_robin/round_robin.cc:28:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/round_robin/round_robin.cc:28:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/round_robin/round_robin.cc:28:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/round_robin/round_robin.cc:28:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/round_robin/round_robin.cc:28:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/jwt/jwt_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/jwt_credentials.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:745: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/jwt/jwt_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/jwt_credentials.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:745: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares__parse_into_addrinfo.c -o python_build/temp.linux-x86_64-cpython-311/third_party/cares/cares/src/lib/ares__parse_into_addrinfo.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/cares/cares/src/lib/ares__read_line.c -o python_build/temp.linux-x86_64-cpython-311/third_party/cares/cares/src/lib/ares__read_line.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/ssl/ssl_transcript.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/ssl/ssl_transcript.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/resolver/binder/binder_resolver.cc:19:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::HashState>' requested here
                    absl::is_trivially_destructible<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::HashState>' 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/filters/client_channel/resolver/binder/binder_resolver.cc:19:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/filters/client_channel/resolver/binder/binder_resolver.cc:19:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState &>' 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::HashState &>' 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::HashState &>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState &)>' requested here
  T t;
    ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_constructible.h:23:38: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    : public integral_constant<bool, __is_constructible(_Tp, _Args...)>
                                     ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/filters/client_channel/resolver/binder/binder_resolver.cc:19:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::FunctionRef<void (absl::HashState &)>>' requested here
                    absl::is_trivially_destructible<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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/filters/client_channel/resolver/binder/binder_resolver.cc:19:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::HashState>' requested here
                    absl::is_trivially_destructible<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::HashState>' 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState &>' 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::HashState &>' 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::HashState &>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState &)>' requested here
  T t;
    ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_constructible.h:23:38: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    : public integral_constant<bool, __is_constructible(_Tp, _Args...)>
                                     ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::FunctionRef<void (absl::HashState &)>>' requested here
                    absl::is_trivially_destructible<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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/xds/xds_server_config_fetcher.cc:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::HashState>' requested here
                    absl::is_trivially_destructible<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::HashState>' 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/xds/xds_server_config_fetcher.cc:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/xds/xds_server_config_fetcher.cc:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState &>' 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::HashState &>' 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::HashState &>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState &)>' requested here
  T t;
    ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_constructible.h:23:38: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    : public integral_constant<bool, __is_constructible(_Tp, _Args...)>
                                     ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/xds/xds_server_config_fetcher.cc:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::FunctionRef<void (absl::HashState &)>>' requested here
                    absl::is_trivially_destructible<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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/xds/xds_server_config_fetcher.cc:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from In file included from src/core/ext/filters/deadline/deadline_filter.cc:19:
In file included from ./src/core/ext/filters/deadline/deadline_filter.h:22:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/ext/filters/deadline/deadline_filter.cc:379:23: note: in instantiation of template class 'absl::optional<bool>' requested here
  return channel_args.GetBool(GRPC_ARG_ENABLE_DEADLINE_CHECKS)
                      ^
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::HashState>' requested here
                    absl::is_trivially_destructible<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::HashState>' 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/filters/deadline/deadline_filter.cc:19:
In file included from ./src/core/ext/filters/deadline/deadline_filter.h:22:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/ext/filters/deadline/deadline_filter.cc:379:23: note: in instantiation of template class 'absl::optional<bool>' requested here
  return channel_args.GetBool(GRPC_ARG_ENABLE_DEADLINE_CHECKS)
                      ^
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState &>' 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::HashState &>' 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::HashState &>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState &)>' requested here
  T t;
    ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_constructible.h:23:38: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    : public integral_constant<bool, __is_constructible(_Tp, _Args...)>
                                     ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::FunctionRef<void (absl::HashState &)>>' requested here
                    absl::is_trivially_destructible<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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/xds/xds_server_config_fetcher.cc:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
In file included from src/core/ext/xds/xds_server_config_fetcher.cc:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
In file included from src/core/ext/xds/xds_server_config_fetcher.cc:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
In file included from src/core/ext/xds/xds_server_config_fetcher.cc:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
In file included from src/core/ext/xds/xds_server_config_fetcher.cc:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:170: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:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:170: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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
In file included from src/core/lib/security/credentials/jwt/jwt_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/jwt_credentials.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
In file included from src/core/lib/security/credentials/jwt/jwt_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/jwt_credentials.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:170: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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:170: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/resolver/binder/binder_resolver.cc:19:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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_server_config_fetcher.cc:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:137: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:190: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/fipsmodule/fips_shared_support.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/fipsmodule/fips_shared_support.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/credentials/jwt/jwt_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/jwt_credentials.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
In file included from src/core/lib/security/credentials/jwt/jwt_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/jwt_credentials.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
In file included from src/core/lib/security/credentials/jwt/jwt_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/jwt_credentials.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:170: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/jwt/jwt_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/jwt_credentials.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:170: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/deadline/deadline_filter.cc:19:
In file included from ./src/core/ext/filters/deadline/deadline_filter.h:22:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/hkdf/hkdf.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/hkdf/hkdf.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc:28:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:745: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/round_robin/round_robin.cc:28:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:745:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested here
    absl::optional<absl::string_view> maybe_flat = c.TryFlat();
                                                     ^
37 warnings generated.
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
In file included from src/core/ext/filters/deadline/deadline_filter.cc:19:
In file included from ./src/core/ext/filters/deadline/deadline_filter.h:22:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:117: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/hpke/hpke.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/hpke/hpke.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/credentials/jwt/jwt_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/jwt_credentials.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::HashState>' requested here
                    absl::is_trivially_destructible<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::HashState>' 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/security/credentials/jwt/jwt_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/jwt_credentials.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/security/credentials/jwt/jwt_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/jwt_credentials.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState &>' 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::HashState &>' 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::HashState &>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState &)>' requested here
  T t;
    ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_constructible.h:23:38: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    : public integral_constant<bool, __is_constructible(_Tp, _Args...)>
                                     ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/security/credentials/jwt/jwt_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/jwt_credentials.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::FunctionRef<void (absl::HashState &)>>' requested here
                    absl::is_trivially_destructible<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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/security/credentials/jwt/jwt_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/jwt_credentials.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/filters/deadline/deadline_filter.cc:19:
In file included from ./src/core/ext/filters/deadline/deadline_filter.h:22:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256:3: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  ~InlinedVector() {}
  ^
./src/core/lib/transport/metadata_batch.h:1322:8: 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, grpc_core::GrpcStatusFromWire, grpc_core::WaitForReady>::~MetadataMap' requested here
struct grpc_metadata_batch : public grpc_metadata_batch_base {
       ^
./src/core/lib/resource_quota/arena.h:145:38: note: in instantiation of function template specialization 'grpc_core::Arena::DeletePooled<grpc_metadata_batch>' requested here
      if (arena_ != nullptr) arena_->DeletePooled(p);
                                     ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of function template specialization 'grpc_core::Arena::PooledDeleter::operator()<grpc_metadata_batch>' requested here
      __ptr_.second()(__tmp);
      ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::reset' requested here
  ~unique_ptr() { reset(); }
                  ^
./src/core/lib/transport/transport.h:127:12: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::~unique_ptr' requested here
    return ServerMetadataFromStatus(m);
           ^
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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/deadline/deadline_filter.cc:19:
In file included from ./src/core/ext/filters/deadline/deadline_filter.h:22:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256:3: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  ~InlinedVector() {}
  ^
./src/core/lib/transport/metadata_batch.h:1322:8: 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, grpc_core::GrpcStatusFromWire, grpc_core::WaitForReady>::~MetadataMap' requested here
struct grpc_metadata_batch : public grpc_metadata_batch_base {
       ^
./src/core/lib/resource_quota/arena.h:145:38: note: in instantiation of function template specialization 'grpc_core::Arena::DeletePooled<grpc_metadata_batch>' requested here
      if (arena_ != nullptr) arena_->DeletePooled(p);
                                     ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of function template specialization 'grpc_core::Arena::PooledDeleter::operator()<grpc_metadata_batch>' requested here
      __ptr_.second()(__tmp);
      ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::reset' requested here
  ~unique_ptr() { reset(); }
                  ^
./src/core/lib/transport/transport.h:127:12: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::~unique_ptr' requested here
    return ServerMetadataFromStatus(m);
           ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/ssl/ssl_buffer.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/ssl/ssl_buffer.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc:28:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
In file included from src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc:28:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
In file included from src/core/lib/security/credentials/jwt/jwt_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/jwt_credentials.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:137: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:190: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/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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:164: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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:164: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:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:118: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:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:118: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/jwt/jwt_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/jwt_credentials.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:118: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/jwt/jwt_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/jwt_credentials.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:118: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/jwt/jwt_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/jwt_credentials.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:88: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/jwt/jwt_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/jwt_credentials.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:88: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/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc:28:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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_connectivity_state>' requested here
                    absl::is_trivially_destructible<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_connectivity_state>' requested here
          std::is_lvalue_reference<T>>::type::type {
                                        ^
third_party/abseil-cpp/absl/types/internal/optional.h:182:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_connectivity_state>' 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_connectivity_state>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/ext/filters/client_channel/lb_policy/subchannel_list.h:173:43: note: in instantiation of template class 'absl::optional<grpc_connectivity_state>' requested here
  absl::optional<grpc_connectivity_state> connectivity_state_;
                                          ^
In file included from src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc:28:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_connectivity_state>' 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_connectivity_state>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/ext/filters/client_channel/lb_policy/subchannel_list.h:173:43: note: in instantiation of template class 'absl::optional<grpc_connectivity_state>' requested here
  absl::optional<grpc_connectivity_state> connectivity_state_;
                                          ^
In file included from src/core/lib/security/credentials/jwt/jwt_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/jwt_credentials.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/jwt/jwt_credentials.cc:71:36: note: in instantiation of template class 'absl::optional<grpc_core::Slice>' requested here
  absl::optional<grpc_core::Slice> jwt_value;
                                   ^
In file included from src/core/lib/security/credentials/jwt/jwt_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/jwt_credentials.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/jwt/jwt_credentials.cc:71:36: note: in instantiation of template class 'absl::optional<grpc_core::Slice>' requested here
  absl::optional<grpc_core::Slice> jwt_value;
                                   ^
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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,
  ^
33 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/hrss/hrss.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/hrss/hrss.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc -o python_build/temp.linux-x86_64-cpython-311/src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/xds/xds_server_config_fetcher.cc:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:164: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:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:164: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/jwt/jwt_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/jwt_credentials.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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/round_robin/round_robin.cc:28:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::HashState>' requested here
                    absl::is_trivially_destructible<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::HashState>' 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc:28:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc:28:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState &>' 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::HashState &>' 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::HashState &>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState &)>' requested here
  T t;
    ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_constructible.h:23:38: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    : public integral_constant<bool, __is_constructible(_Tp, _Args...)>
                                     ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc:28:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::FunctionRef<void (absl::HashState &)>>' requested here
                    absl::is_trivially_destructible<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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc:28:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/re2/re2/re2.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/re2/re2/re2.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/credentials/jwt/jwt_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/jwt_credentials.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:117: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/ssl/ssl_versions.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/ssl/ssl_versions.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
39 warnings generated.
45 warnings generated.
In file included from src/core/lib/security/credentials/jwt/jwt_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/jwt_credentials.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256:3: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  ~InlinedVector() {}
  ^
./src/core/lib/transport/metadata_batch.h:1322:8: 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, grpc_core::GrpcStatusFromWire, grpc_core::WaitForReady>::~MetadataMap' requested here
struct grpc_metadata_batch : public grpc_metadata_batch_base {
       ^
./src/core/lib/resource_quota/arena.h:145:38: note: in instantiation of function template specialization 'grpc_core::Arena::DeletePooled<grpc_metadata_batch>' requested here
      if (arena_ != nullptr) arena_->DeletePooled(p);
                                     ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of function template specialization 'grpc_core::Arena::PooledDeleter::operator()<grpc_metadata_batch>' requested here
      __ptr_.second()(__tmp);
      ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::reset' requested here
  ~unique_ptr() { reset(); }
                  ^
./src/core/lib/transport/transport.h:127:12: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::~unique_ptr' requested here
    return ServerMetadataFromStatus(m);
           ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c src/core/lib/security/credentials/tls/tls_credentials.cc -o python_build/temp.linux-x86_64-cpython-311/src/core/lib/security/credentials/tls/tls_credentials.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
33 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c src/core/lib/surface/completion_queue_factory.cc -o python_build/temp.linux-x86_64-cpython-311/src/core/lib/surface/completion_queue_factory.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/security/credentials/jwt/jwt_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/jwt/jwt_credentials.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256:3: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  ~InlinedVector() {}
  ^
./src/core/lib/transport/metadata_batch.h:1322:8: 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, grpc_core::GrpcStatusFromWire, grpc_core::WaitForReady>::~MetadataMap' requested here
struct grpc_metadata_batch : public grpc_metadata_batch_base {
       ^
./src/core/lib/resource_quota/arena.h:145:38: note: in instantiation of function template specialization 'grpc_core::Arena::DeletePooled<grpc_metadata_batch>' requested here
      if (arena_ != nullptr) arena_->DeletePooled(p);
                                     ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of function template specialization 'grpc_core::Arena::PooledDeleter::operator()<grpc_metadata_batch>' requested here
      __ptr_.second()(__tmp);
      ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::reset' requested here
  ~unique_ptr() { reset(); }
                  ^
./src/core/lib/transport/transport.h:127:12: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::~unique_ptr' requested here
    return ServerMetadataFromStatus(m);
           ^
In file included from src/core/ext/filters/client_channel/lb_policy/round_robin/round_robin.cc:28:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/ssl/handoff.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/ssl/handoff.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/xds/xds_server_config_fetcher.cc:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::GrpcXdsBootstrap::GrpcNode>' requested here
                    absl::is_trivially_destructible<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::GrpcXdsBootstrap::GrpcNode>' requested here
          std::is_lvalue_reference<T>>::type::type {
                                        ^
third_party/abseil-cpp/absl/types/internal/optional.h:182:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::GrpcXdsBootstrap::GrpcNode>' 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::GrpcXdsBootstrap::GrpcNode>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/ext/xds/xds_bootstrap_grpc.h:172:28: note: in instantiation of template class 'absl::optional<grpc_core::GrpcXdsBootstrap::GrpcNode>' requested here
  absl::optional<GrpcNode> node_;
                           ^
In file included from src/core/ext/xds/xds_server_config_fetcher.cc:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::GrpcXdsBootstrap::GrpcNode>' 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::GrpcXdsBootstrap::GrpcNode>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/ext/xds/xds_bootstrap_grpc.h:172:28: note: in instantiation of template class 'absl::optional<grpc_core::GrpcXdsBootstrap::GrpcNode>' requested here
  absl::optional<GrpcNode> node_;
                           ^
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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c src/core/ext/xds/xds_http_fault_filter.cc -o python_build/temp.linux-x86_64-cpython-311/src/core/ext/xds/xds_http_fault_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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/re2/re2/mimics_pcre.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/re2/re2/mimics_pcre.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/xds/xds_server_config_fetcher.cc:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:87: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:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:157: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:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:157: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/ssl/ssl_cert.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/ssl/ssl_cert.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/xds/xds_server_config_fetcher.cc:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:142: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:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:142: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:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:178:37: 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:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:178:37: 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/resolver/dns/c_ares/dns_resolver_ares.cc:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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_copyable 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_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/resolver/dns/c_ares/dns_resolver_ares.cc:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/resolver/dns/c_ares/dns_resolver_ares.cc:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/resolver/dns/c_ares/dns_resolver_ares.cc:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/resolver/dns/c_ares/dns_resolver_ares.cc:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/resolver/dns/c_ares/dns_resolver_ares.cc:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/lhash/lhash.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/lhash/lhash.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/resolver/dns/c_ares/dns_resolver_ares.cc:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/resolver/dns/c_ares/dns_resolver_ares.cc:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/resolver/dns/c_ares/dns_resolver_ares.cc:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/resolver/dns/c_ares/dns_resolver_ares.cc:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/resolver/dns/c_ares/dns_resolver_ares.cc:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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_copyable 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/crypto/mem.c -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/crypto/mem.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/surface/completion_queue_factory.cc:26:
In file included from ./src/core/lib/iomgr/exec_ctx.h:35:
In file included from ./src/core/lib/gprpp/time.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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_copyable 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/ssl/ssl_x509.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/ssl/ssl_x509.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/xds/xds_server_config_fetcher.cc:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/resolver/dns/c_ares/dns_resolver_ares.cc:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:745: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/xds/xds_server_config_fetcher.cc:32src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc:
:In file included from third_party/abseil-cpp/absl/status/status.h31::
57In file included from :
third_party/abseil-cpp/absl/status/status.hIn file included from :third_party/abseil-cpp/absl/container/inlined_vector.h57:53:
:
In file included from In file included from third_party/abseil-cpp/absl/container/inlined_vector.hthird_party/abseil-cpp/absl/container/internal/inlined_vector.h::5330:
:
In file included from In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.hthird_party/abseil-cpp/absl/container/internal/compressed_tuple.h::3040:
:
In file included from In file included from third_party/abseil-cpp/absl/utility/utility.hthird_party/abseil-cpp/absl/container/internal/compressed_tuple.h::5040:
:
In file included from In file included from third_party/abseil-cpp/absl/base/internal/invoke.hthird_party/abseil-cpp/absl/utility/utility.h::6450:
:
third_party/abseil-cpp/absl/meta/type_traits.hIn file included from :third_party/abseil-cpp/absl/base/internal/invoke.h301::6436:
: third_party/abseil-cpp/absl/meta/type_traits.hwarning: :builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]494
:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_trivial_destructor(T) &&
                                   ^
third_party/abseil-cpp/absl/meta/type_traits.h:          bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&99:27
:                ^ 
note: in instantiation of template class 'absl::is_trivially_destructible<grpc_core::Json>' requested here
third_party/abseil-cpp/absl/types/internal/optional.h:                    absl::is_trivially_destructible<T>::value> {};183
:                          ^21
: note: in instantiation of template class 'absl::is_trivially_copy_assignable<absl::string_view>' requested here
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 {              absl::is_trivially_copy_assignable<typename std::remove_cv<

                                        ^                    ^

third_party/abseil-cpp/absl/types/internal/optional.h:182:31:third_party/abseil-cpp/absl/types/optional.h :note: 119in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Json>' requested here:
45: note: in instantiation of default argument for 'optional_data<absl::string_view>' required here
          bool unused = absl::is_trivially_copy_constructible<T>::value&&
                              ^
third_party/abseil-cpp/absl/types/optional.h:119class optional : private optional_internal::optional_data<T>,:
45                                            ^~~~~~~~~~~~~~~~:
 note: in instantiation of default argument for 'optional_data<grpc_core::Json>' required here
third_party/abseil-cpp/absl/strings/cord.h:745:54: note: in instantiation of template class 'absl::optional<absl::string_view>' requested 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<absl::string_view> maybe_flat = c.TryFlat();
                                                     ^
    absl::optional<Json> other;
                         ^
In file included from src/core/ext/xds/xds_server_config_fetcher.cc:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:90: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:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:90: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:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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_factory.cc:26:
In file included from ./src/core/lib/iomgr/exec_ctx.h:35:
In file included from ./src/core/lib/gprpp/time.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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_factory.cc:26:
In file included from ./src/core/lib/iomgr/exec_ctx.h:35:
In file included from ./src/core/lib/gprpp/time.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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_factory.cc:26:
In file included from ./src/core/lib/iomgr/exec_ctx.h:35:
In file included from ./src/core/lib/gprpp/time.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:256: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 src/core/lib/surface/completion_queue_factory.cc:26:
In file included from ./src/core/lib/iomgr/exec_ctx.h:35:
In file included from ./src/core/lib/gprpp/time.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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
src/core/ext/xds/xds_server_config_fetcher.cc:32:
          bool, type_traits_internal::is_trivially_copyable_impl<T>::kValue> {};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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
third_party/abseil-cpp/absl/base/casts.hIn file included from :third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:15540::
In file included from 41third_party/abseil-cpp/absl/utility/utility.h:: 50:
note: In file included from in instantiation of template class 'absl::type_traits_internal::is_trivially_copyable<int>' requested herethird_party/abseil-cpp/absl/base/internal/invoke.h:
64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
                  type_traits_internal::is_trivially_copyable<Source>::value &&
                                        ^
          bool, __has_trivial_assign(typename std::remove_reference<T>::type) &&
                ^
third_party/abseil-cpp/absl/base/casts.h:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
third_party/abseil-cpp/absl/types/internal/optional.h:183:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::__list_iterator<grpc_core::Server::ChannelData *, void *>>' requested here
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
              absl::is_trivially_copy_assignable<typename std::remove_cv<
                    ^
third_party/abseil-cpp/absl/base/internal/endian.h:146:third_party/abseil-cpp/absl/types/optional.h39::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:256: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_;
                                                      ^
 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_factory.cc:26:
In file included from ./src/core/lib/iomgr/exec_ctx.h:35:
In file included from ./src/core/lib/gprpp/time.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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_factory.cc:26:
In file included from ./src/core/lib/iomgr/exec_ctx.h:35:
In file included from ./src/core/lib/gprpp/time.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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_factory.cc:26:
In file included from ./src/core/lib/iomgr/exec_ctx.h:35:
In file included from ./src/core/lib/gprpp/time.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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_factory.cc:26:
In file included from ./src/core/lib/iomgr/exec_ctx.h:35:
In file included from ./src/core/lib/gprpp/time.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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_factory.cc:26:
In file included from ./src/core/lib/iomgr/exec_ctx.h:35:
In file included from ./src/core/lib/gprpp/time.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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_factory.cc:26:
In file included from ./src/core/lib/iomgr/exec_ctx.h:35:
In file included from ./src/core/lib/gprpp/time.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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_factory.cc:26:
In file included from ./src/core/lib/iomgr/exec_ctx.h:35:
In file included from ./src/core/lib/gprpp/time.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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_server_config_fetcher.cc:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:242: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:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:242:60: note: in instantiation of template class 'absl::optional<absl::StatusOr<grpc_core::XdsRouteConfigResource>>' requested here
    absl::optional<absl::StatusOr<XdsRouteConfigResource>> rds_update;
                                                           ^
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/resolver/dns/c_ares/dns_resolver_ares.cc:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable 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/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
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:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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_factory.cc:26:
In file included from ./src/core/lib/iomgr/exec_ctx.h:35:
In file included from ./src/core/lib/gprpp/time.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:745: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_factory.cc:26:
In file included from ./src/core/lib/iomgr/exec_ctx.h:35:
In file included from ./src/core/lib/gprpp/time.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:745: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_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:745: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:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:745: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_factory.cc:26:
In file included from ./src/core/lib/iomgr/exec_ctx.h:35:
In file included from ./src/core/lib/gprpp/time.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
In file included from src/core/lib/surface/completion_queue_factory.cc:26:
In file included from ./src/core/lib/iomgr/exec_ctx.h:35:
In file included from ./src/core/lib/gprpp/time.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
35 warnings generated.
In file included from src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::HashState>' requested here
                    absl::is_trivially_destructible<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::HashState>' 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState &>' 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::HashState &>' 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::HashState &>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState &)>' requested here
  T t;
    ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_constructible.h:23:38: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    : public integral_constant<bool, __is_constructible(_Tp, _Args...)>
                                     ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::FunctionRef<void (absl::HashState &)>>' requested here
                    absl::is_trivially_destructible<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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
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:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
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:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
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:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
In file included from src/core/lib/surface/completion_queue_factory.cc:26:
In file included from ./src/core/lib/iomgr/exec_ctx.h:35:
In file included from ./src/core/lib/gprpp/time.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::HashState>' requested here
                    absl::is_trivially_destructible<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::HashState>' 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:170: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/completion_queue_factory.cc:26:
In file included from ./src/core/lib/iomgr/exec_ctx.h:35:
In file included from ./src/core/lib/gprpp/time.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:170: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/completion_queue_factory.cc:26:
In file included from ./src/core/lib/iomgr/exec_ctx.h:35:
In file included from ./src/core/lib/gprpp/time.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState &>' 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::HashState &>' 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::HashState &>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState &)>' requested here
  T t;
    ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_constructible.h:23:38: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    : public integral_constant<bool, __is_constructible(_Tp, _Args...)>
                                     ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/surface/completion_queue_factory.cc:26:
In file included from ./src/core/lib/iomgr/exec_ctx.h:35:
In file included from ./src/core/lib/gprpp/time.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::FunctionRef<void (absl::HashState &)>>' requested here
                    absl::is_trivially_destructible<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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/lib/surface/completion_queue_factory.cc:26:
In file included from ./src/core/lib/iomgr/exec_ctx.h:35:
In file included from ./src/core/lib/gprpp/time.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/ssl/handshake.cc -o python_build/temp.linux-x86_64-cpython-311/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_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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:745: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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:745: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:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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_factory.cc:26:
In file included from ./src/core/lib/iomgr/exec_ctx.h:35:
In file included from ./src/core/lib/gprpp/time.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::HashState>' requested here
                    absl::is_trivially_destructible<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::HashState>' 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState &>' 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::HashState &>' 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::HashState &>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState &)>' requested here
  T t;
    ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_constructible.h:23:38: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    : public integral_constant<bool, __is_constructible(_Tp, _Args...)>
                                     ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::FunctionRef<void (absl::HashState &)>>' requested here
                    absl::is_trivially_destructible<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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/xds/xds_server_config_fetcher.cc:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:117: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() {}
  ^
33 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:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:137: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:190: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/ssl/ssl_cipher.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/ssl/ssl_cipher.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/ext/xds/xds_resource_type.h:62:33: note: in instantiation of template class 'absl::optional<std::string>' requested here
    absl::optional<std::string> 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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/ext/xds/xds_resource_type.h:62:33: note: in instantiation of template class 'absl::optional<std::string>' requested here
    absl::optional<std::string> name;
                                ^
In file included from src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:103: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/xds/xds_server_config_fetcher.cc:32:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256:3: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  ~InlinedVector() {}
  ^
./src/core/lib/transport/metadata_batch.h:1322:8: 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, grpc_core::GrpcStatusFromWire, grpc_core::WaitForReady>::~MetadataMap' requested here
struct grpc_metadata_batch : public grpc_metadata_batch_base {
       ^
./src/core/lib/resource_quota/arena.h:145:38: note: in instantiation of function template specialization 'grpc_core::Arena::DeletePooled<grpc_metadata_batch>' requested here
      if (arena_ != nullptr) arena_->DeletePooled(p);
                                     ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of function template specialization 'grpc_core::Arena::PooledDeleter::operator()<grpc_metadata_batch>' requested here
      __ptr_.second()(__tmp);
      ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::reset' requested here
  ~unique_ptr() { reset(); }
                  ^
./src/core/lib/transport/transport.h:127:12: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::~unique_ptr' requested here
    return ServerMetadataFromStatus(m);
           ^
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
In file included from src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/resolver/dns/c_ares/dns_resolver_ares.cc:213:25: note: in instantiation of template class 'absl::optional<grpc_core::Duration>' requested here
                       .GetDurationFromIntMillis(
                        ^
In file included from src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/resolver/dns/c_ares/dns_resolver_ares.cc:213:25: note: in instantiation of template class 'absl::optional<grpc_core::Duration>' requested here
                       .GetDurationFromIntMillis(
                        ^
In file included from src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc:225:25: note: in instantiation of template class 'absl::optional<bool>' requested here
          !channel_args.GetBool(GRPC_ARG_SERVICE_CONFIG_DISABLE_RESOLUTION)
                        ^
In file included from src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc:225:25: note: in instantiation of template class 'absl::optional<bool>' requested here
          !channel_args.GetBool(GRPC_ARG_SERVICE_CONFIG_DISABLE_RESOLUTION)
                        ^
In file included from src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc:230:36: note: in instantiation of template class 'absl::optional<int>' requested here
          std::max(0, channel_args.GetInt(GRPC_ARG_DNS_ARES_QUERY_TIMEOUT_MS)
                                   ^
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:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:118: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:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:118: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/resolver/dns/c_ares/dns_resolver_ares.cc:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::Resolver::Result>' requested here
                    absl::is_trivially_destructible<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::Resolver::Result>' requested here
          std::is_lvalue_reference<T>>::type::type {
                                        ^
third_party/abseil-cpp/absl/types/internal/optional.h:182:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Resolver::Result>' 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::Resolver::Result>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc:337:26: note: in instantiation of template class 'absl::optional<grpc_core::Resolver::Result>' requested here
  absl::optional<Result> result;
                         ^
In file included from src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::Resolver::Result>' 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::Resolver::Result>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc:337:26: note: in instantiation of template class 'absl::optional<grpc_core::Resolver::Result>' requested here
  absl::optional<Result> result;
                         ^
In file included from src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::allocator<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<std::allocator<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:182:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::allocator<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<std::allocator<grpc_event_engine::experimental::EventEngine::DNSResolver::LookupTaskHandle>>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/container/internal/common.h:113:34: note: in instantiation of template class 'absl::optional<std::allocator<grpc_event_engine::experimental::EventEngine::DNSResolver::LookupTaskHandle>>' requested here
  absl::optional<allocator_type> alloc_ = {};
                                 ^
third_party/abseil-cpp/absl/container/internal/common.h:120:28: note: in instantiation of template class 'absl::container_internal::node_handle_base<absl::container_internal::hash_policy_traits<absl::container_internal::FlatHashSetPolicy<grpc_event_engine::experimental::EventEngine::DNSResolver::LookupTaskHandle>>, std::allocator<grpc_event_engine::experimental::EventEngine::DNSResolver::LookupTaskHandle>>' requested here
class node_handle : public node_handle_base<PolicyTraits, Alloc> {
                           ^
src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc:741:27: note: in instantiation of template class 'absl::container_internal::node_handle<absl::container_internal::FlatHashSetPolicy<grpc_event_engine::experimental::EventEngine::DNSResolver::LookupTaskHandle>, absl::container_internal::hash_policy_traits<absl::container_internal::FlatHashSetPolicy<grpc_event_engine::experimental::EventEngine::DNSResolver::LookupTaskHandle>>, std::allocator<grpc_event_engine::experimental::EventEngine::DNSResolver::LookupTaskHandle>>' requested here
    open_requests_.insert(handle);
                          ^
In file included from src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::allocator<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<std::allocator<grpc_event_engine::experimental::EventEngine::DNSResolver::LookupTaskHandle>>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/container/internal/common.h:113:34: note: in instantiation of template class 'absl::optional<std::allocator<grpc_event_engine::experimental::EventEngine::DNSResolver::LookupTaskHandle>>' requested here
  absl::optional<allocator_type> alloc_ = {};
                                 ^
third_party/abseil-cpp/absl/container/internal/common.h:120:28: note: in instantiation of template class 'absl::container_internal::node_handle_base<absl::container_internal::hash_policy_traits<absl::container_internal::FlatHashSetPolicy<grpc_event_engine::experimental::EventEngine::DNSResolver::LookupTaskHandle>>, std::allocator<grpc_event_engine::experimental::EventEngine::DNSResolver::LookupTaskHandle>>' requested here
class node_handle : public node_handle_base<PolicyTraits, Alloc> {
                           ^
src/core/ext/filters/client_channel/resolver/dns/c_ares/dns_resolver_ares.cc:741:27: note: in instantiation of template class 'absl::container_internal::node_handle<absl::container_internal::FlatHashSetPolicy<grpc_event_engine::experimental::EventEngine::DNSResolver::LookupTaskHandle>, absl::container_internal::hash_policy_traits<absl::container_internal::FlatHashSetPolicy<grpc_event_engine::experimental::EventEngine::DNSResolver::LookupTaskHandle>>, std::allocator<grpc_event_engine::experimental::EventEngine::DNSResolver::LookupTaskHandle>>' requested here
    open_requests_.insert(handle);
                          ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/re2/re2/regexp.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/re2/re2/regexp.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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:103: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/lib/security/credentials/tls/tls_credentials.cc:21:
In file included from ./src/core/lib/security/credentials/tls/tls_credentials.h:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:164: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:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:164: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/resolver/dns/c_ares/dns_resolver_ares.cc:31:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/re2/re2/nfa.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/re2/re2/nfa.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
47 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:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::vector<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<std::vector<grpc_core::PemKeyCertPair>>' requested here
          std::is_lvalue_reference<T>>::type::type {
                                        ^
third_party/abseil-cpp/absl/types/internal/optional.h:182:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::vector<grpc_core::PemKeyCertPair>>' 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::vector<grpc_core::PemKeyCertPair>>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/lib/security/security_connector/tls/tls_security_connector.h:170:38: note: in instantiation of template class 'absl::optional<std::vector<grpc_core::PemKeyCertPair>>' 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:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::vector<grpc_core::PemKeyCertPair>>' 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::vector<grpc_core::PemKeyCertPair>>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/lib/security/security_connector/tls/tls_security_connector.h:170:38: note: in instantiation of template class 'absl::optional<std::vector<grpc_core::PemKeyCertPair>>' requested here
  absl::optional<PemKeyCertPairList> pem_key_cert_pair_list_
                                     ^
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::HashState>' requested here
                    absl::is_trivially_destructible<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::HashState>' 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState &>' 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::HashState &>' 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::HashState &>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState &)>' requested here
  T t;
    ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_constructible.h:23:38: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    : public integral_constant<bool, __is_constructible(_Tp, _Args...)>
                                     ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::FunctionRef<void (absl::HashState &)>>' requested here
                    absl::is_trivially_destructible<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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:170: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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:170: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/boringssl-with-bazel/src/ssl/t1_enc.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/boringssl-with-bazel/src/ssl/t1_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:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:137: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:190: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:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:117: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:27:
In file included from ./src/core/lib/channel/channel_args.h:32:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256:3: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  ~InlinedVector() {}
  ^
./src/core/lib/transport/metadata_batch.h:1322:8: 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, grpc_core::GrpcStatusFromWire, grpc_core::WaitForReady>::~MetadataMap' requested here
struct grpc_metadata_batch : public grpc_metadata_batch_base {
       ^
./src/core/lib/resource_quota/arena.h:145:38: note: in instantiation of function template specialization 'grpc_core::Arena::DeletePooled<grpc_metadata_batch>' requested here
      if (arena_ != nullptr) arena_->DeletePooled(p);
                                     ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of function template specialization 'grpc_core::Arena::PooledDeleter::operator()<grpc_metadata_batch>' requested here
      __ptr_.second()(__tmp);
      ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::reset' requested here
  ~unique_ptr() { reset(); }
                  ^
./src/core/lib/transport/transport.h:127:12: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::~unique_ptr' requested here
    return ServerMetadataFromStatus(m);
           ^
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:118: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_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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:118: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_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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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<grpc_core::Message, grpc_core::Arena::PooledDeleter>>' requested here
                    absl::is_trivially_destructible<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::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>' requested here
          std::is_lvalue_reference<T>>::type::type {
                                        ^
third_party/abseil-cpp/absl/types/internal/optional.h:182:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>' 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::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/lib/promise/pipe.h:399:21: note: in instantiation of template class 'absl::optional<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>' requested here
  absl::optional<T> push_;
                    ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  T t;
    ^
third_party/abseil-cpp/absl/meta/type_traits.h:97:22: note: in instantiation of template class 'std::is_copy_constructible<absl::type_traits_internal::SingleMemberUnion<grpc_core::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>>' requested here
          bool, std::is_copy_constructible<
                     ^
third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
          std::is_lvalue_reference<T>>::type::type {
                                        ^
third_party/abseil-cpp/absl/types/internal/optional.h:182:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' 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::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/lib/channel/promise_based_filter.h:333:57: note: in instantiation of template class 'absl::optional<grpc_core::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
    absl::optional<PipeSender<MessageHandle>::PushType> push_;
                                                        ^
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>' 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::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/lib/promise/pipe.h:399:21: note: in instantiation of template class 'absl::optional<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>' requested here
  absl::optional<T> push_;
                    ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: in instantiation of template class 'grpc_core::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>' requested here
  T t;
    ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_constructible.h:23:38: note: in instantiation of template class 'absl::type_traits_internal::SingleMemberUnion<grpc_core::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
    : public integral_constant<bool, __is_constructible(_Tp, _Args...)>
                                     ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_copy_constructible.h:26:14: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    : public is_constructible<_Tp,
             ^
third_party/abseil-cpp/absl/meta/type_traits.h:97:22: note: in instantiation of template class 'std::is_copy_constructible<absl::type_traits_internal::SingleMemberUnion<grpc_core::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>>' requested here
          bool, std::is_copy_constructible<
                     ^
third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
          std::is_lvalue_reference<T>>::type::type {
                                        ^
third_party/abseil-cpp/absl/types/internal/optional.h:182:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' 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::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/lib/channel/promise_based_filter.h:333:57: note: in instantiation of template class 'absl::optional<grpc_core::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
    absl::optional<PipeSender<MessageHandle>::PushType> push_;
                                                        ^
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
                    absl::is_trivially_destructible<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::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
          std::is_lvalue_reference<T>>::type::type {
                                        ^
third_party/abseil-cpp/absl/types/internal/optional.h:182:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' 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::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/lib/channel/promise_based_filter.h:333:57: note: in instantiation of template class 'absl::optional<grpc_core::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
    absl::optional<PipeSender<MessageHandle>::PushType> push_;
                                                        ^
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' 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::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/lib/channel/promise_based_filter.h:333:57: note: in instantiation of template class 'absl::optional<grpc_core::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
    absl::optional<PipeSender<MessageHandle>::PushType> push_;
                                                        ^
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::pipe_detail::Next<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
                    absl::is_trivially_destructible<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::pipe_detail::Next<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
          std::is_lvalue_reference<T>>::type::type {
                                        ^
third_party/abseil-cpp/absl/types/internal/optional.h:182:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::pipe_detail::Next<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' 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::pipe_detail::Next<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/lib/channel/promise_based_filter.h:334:59: note: in instantiation of template class 'absl::optional<grpc_core::pipe_detail::Next<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
    absl::optional<PipeReceiver<MessageHandle>::NextType> next_;
                                                          ^
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::pipe_detail::Next<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' 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::pipe_detail::Next<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/lib/channel/promise_based_filter.h:334:59: note: in instantiation of template class 'absl::optional<grpc_core::pipe_detail::Next<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
    absl::optional<PipeReceiver<MessageHandle>::NextType> next_;
                                                          ^
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::NextResult<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
                    absl::is_trivially_destructible<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::NextResult<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
          std::is_lvalue_reference<T>>::type::type {
                                        ^
third_party/abseil-cpp/absl/types/internal/optional.h:182:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::NextResult<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' 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::NextResult<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/lib/channel/promise_based_filter.h:335:47: note: in instantiation of template class 'absl::optional<grpc_core::NextResult<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
    absl::optional<NextResult<MessageHandle>> next_result_;
                                              ^
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::NextResult<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' 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::NextResult<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/lib/channel/promise_based_filter.h:335:47: note: in instantiation of template class 'absl::optional<grpc_core::NextResult<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
    absl::optional<NextResult<MessageHandle>> next_result_;
                                              ^
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::XdsHttpFilterImpl::FilterConfig>' requested here
                    absl::is_trivially_destructible<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::XdsHttpFilterImpl::FilterConfig>' requested here
          std::is_lvalue_reference<T>>::type::type {
                                        ^
third_party/abseil-cpp/absl/types/internal/optional.h:182:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::XdsHttpFilterImpl::FilterConfig>' 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::XdsHttpFilterImpl::FilterConfig>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
src/core/ext/xds/xds_http_fault_filter.cc:88:21: note: in instantiation of template class 'absl::optional<grpc_core::XdsHttpFilterImpl::FilterConfig>' requested here
XdsHttpFaultFilter::GenerateFilterConfig(XdsExtension extension,
                    ^
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::XdsHttpFilterImpl::FilterConfig>' 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::XdsHttpFilterImpl::FilterConfig>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
src/core/ext/xds/xds_http_fault_filter.cc:88:21: note: in instantiation of template class 'absl::optional<grpc_core::XdsHttpFilterImpl::FilterConfig>' requested here
XdsHttpFaultFilter::GenerateFilterConfig(XdsExtension extension,
                    ^
46 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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:117: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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256:3: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  ~InlinedVector() {}
  ^
./src/core/lib/transport/metadata_batch.h:1322:8: 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, grpc_core::GrpcStatusFromWire, grpc_core::WaitForReady>::~MetadataMap' requested here
struct grpc_metadata_batch : public grpc_metadata_batch_base {
       ^
./src/core/lib/resource_quota/arena.h:145:38: note: in instantiation of function template specialization 'grpc_core::Arena::DeletePooled<grpc_metadata_batch>' requested here
      if (arena_ != nullptr) arena_->DeletePooled(p);
                                     ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of function template specialization 'grpc_core::Arena::PooledDeleter::operator()<grpc_metadata_batch>' requested here
      __ptr_.second()(__tmp);
      ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::reset' requested here
  ~unique_ptr() { reset(); }
                  ^
./src/core/lib/transport/transport.h:127:12: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::~unique_ptr' requested here
    return ServerMetadataFromStatus(m);
           ^
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_trivial_destructor(T) &&
                                   ^
third_party/abseil-cpp/absl/container/internal/inlined_vector.h:97:33: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_transport_stream_op_batch *>' requested here
                          absl::is_trivially_destructible<ValueType<A>>::value>
                                ^
third_party/abseil-cpp/absl/container/internal/inlined_vector.h:772:3: note: in instantiation of default argument for 'DestroyAdapter<std::allocator<grpc_transport_stream_op_batch *>>' required here
  DestroyAdapter<A>::DestroyElements(GetAllocator(), storage_view.data,
  ^~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/container/internal/inlined_vector.h:745:10: note: in instantiation of function template specialization 'absl::inlined_vector_internal::Storage<grpc_transport_stream_op_batch *, 1, std::allocator<grpc_transport_stream_op_batch *>>::EmplaceBackSlow<grpc_transport_stream_op_batch *const &>' requested here
  return EmplaceBackSlow(std::forward<Args>(args)...);
         ^
third_party/abseil-cpp/absl/container/inlined_vector.h:676:21: note: in instantiation of function template specialization 'absl::inlined_vector_internal::Storage<grpc_transport_stream_op_batch *, 1, std::allocator<grpc_transport_stream_op_batch *>>::EmplaceBack<grpc_transport_stream_op_batch *const &>' requested here
    return storage_.EmplaceBack(std::forward<Args>(args)...);
                    ^
third_party/abseil-cpp/absl/container/inlined_vector.h:682:57: note: in instantiation of function template specialization 'absl::InlinedVector<grpc_transport_stream_op_batch *, 1>::emplace_back<grpc_transport_stream_op_batch *const &>' requested here
  void push_back(const_reference v) { static_cast<void>(emplace_back(v)); }
                                                        ^
./src/core/lib/channel/promise_based_filter.h:205:16: note: in instantiation of member function 'absl::InlinedVector<grpc_transport_stream_op_batch *, 1>::push_back' requested here
      release_.push_back(batch);
               ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/re2/re2/onepass.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/re2/re2/onepass.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
56 warnings generated.
43 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/re2/re2/set.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/re2/re2/set.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/re2/re2/parse.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/re2/re2/parse.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/re2/re2/simplify.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/re2/re2/simplify.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.";
              ^~
1 warning generated.
63 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c src/core/ext/xds/xds_transport_grpc.cc -o python_build/temp.linux-x86_64-cpython-311/src/core/ext/xds/xds_transport_grpc.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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/re2/re2/stringpiece.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/re2/re2/stringpiece.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/xds/xds_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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_copyable 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_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:745: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_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:745: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/re2/re2/tostring.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/re2/re2/tostring.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/xds/xds_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
In file included from src/core/ext/xds/xds_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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/gprpp/time.h:178:29: note: in instantiation of template class 'absl::optional<grpc_core::Timestamp>' requested here
  absl::optional<Timestamp> cached_time_;
                            ^
In file included from src/core/ext/xds/xds_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::HashState>' requested here
                    absl::is_trivially_destructible<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::HashState>' 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/xds/xds_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/xds/xds_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState &>' 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::HashState &>' 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::HashState &>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState &)>' requested here
  T t;
    ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_constructible.h:23:38: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    : public integral_constant<bool, __is_constructible(_Tp, _Args...)>
                                     ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/xds/xds_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::FunctionRef<void (absl::HashState &)>>' requested here
                    absl::is_trivially_destructible<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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/xds/xds_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
In file included from src/core/ext/xds/xds_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:103: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/xds/xds_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
In file included from src/core/ext/xds/xds_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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<grpc_core::Duration>' 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<grpc_core::Duration>' 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<grpc_core::Duration>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
./src/core/lib/resource_quota/periodic_update.h:42:47: note: in instantiation of template class 'absl::FunctionRef<void (grpc_core::Duration)>' requested here
  bool Tick(absl::FunctionRef<void(Duration)> f) {
                                              ^
In file included from src/core/ext/xds/xds_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:170: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_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:170: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_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:137: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:190:52: note: in instantiation of template class 'absl::FunctionRef<void (absl::string_view, const grpc_core::Slice &)>' requested here
                              MetadataParseErrorFn on_error) const {
                                                   ^
55 warnings generated.
In file included from src/core/ext/xds/xds_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:118: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_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:118: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/base/internal/cycleclock.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/base/internal/cycleclock.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/xds/xds_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:90: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_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:90: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/base/internal/low_level_alloc.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/base/internal/low_level_alloc.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/xds/xds_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:164: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_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:164: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_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::GrpcXdsBootstrap::GrpcNode>' requested here
                    absl::is_trivially_destructible<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::GrpcXdsBootstrap::GrpcNode>' requested here
          std::is_lvalue_reference<T>>::type::type {
                                        ^
third_party/abseil-cpp/absl/types/internal/optional.h:182:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::GrpcXdsBootstrap::GrpcNode>' 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::GrpcXdsBootstrap::GrpcNode>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/ext/xds/xds_bootstrap_grpc.h:172:28: note: in instantiation of template class 'absl::optional<grpc_core::GrpcXdsBootstrap::GrpcNode>' requested here
  absl::optional<GrpcNode> node_;
                           ^
In file included from src/core/ext/xds/xds_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::GrpcXdsBootstrap::GrpcNode>' 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::GrpcXdsBootstrap::GrpcNode>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/ext/xds/xds_bootstrap_grpc.h:172:28: note: in instantiation of template class 'absl::optional<grpc_core::GrpcXdsBootstrap::GrpcNode>' requested here
  absl::optional<GrpcNode> node_;
                           ^
In file included from third_party/abseil-cpp/absl/base/internal/low_level_alloc.cc:24:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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_copyable 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_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:256: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_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:256: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_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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<grpc_core::Message, grpc_core::Arena::PooledDeleter>>' requested here
                    absl::is_trivially_destructible<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::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>' requested here
          std::is_lvalue_reference<T>>::type::type {
                                        ^
third_party/abseil-cpp/absl/types/internal/optional.h:182:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>' 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::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/lib/promise/pipe.h:399:21: note: in instantiation of template class 'absl::optional<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>' requested here
  absl::optional<T> push_;
                    ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: (skipping 3 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  T t;
    ^
third_party/abseil-cpp/absl/meta/type_traits.h:97:22: note: in instantiation of template class 'std::is_copy_constructible<absl::type_traits_internal::SingleMemberUnion<grpc_core::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>>' requested here
          bool, std::is_copy_constructible<
                     ^
third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
          std::is_lvalue_reference<T>>::type::type {
                                        ^
third_party/abseil-cpp/absl/types/internal/optional.h:182:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' 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::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/lib/channel/promise_based_filter.h:333:57: note: in instantiation of template class 'absl::optional<grpc_core::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
    absl::optional<PipeSender<MessageHandle>::PushType> push_;
                                                        ^
In file included from src/core/ext/xds/xds_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>' 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::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/lib/promise/pipe.h:399:21: note: in instantiation of template class 'absl::optional<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>' requested here
  absl::optional<T> push_;
                    ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: in instantiation of template class 'grpc_core::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>' requested here
  T t;
    ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_constructible.h:23:38: note: in instantiation of template class 'absl::type_traits_internal::SingleMemberUnion<grpc_core::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
    : public integral_constant<bool, __is_constructible(_Tp, _Args...)>
                                     ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_copy_constructible.h:26:14: note: (skipping 1 context in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    : public is_constructible<_Tp,
             ^
third_party/abseil-cpp/absl/meta/type_traits.h:97:22: note: in instantiation of template class 'std::is_copy_constructible<absl::type_traits_internal::SingleMemberUnion<grpc_core::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>>' requested here
          bool, std::is_copy_constructible<
                     ^
third_party/abseil-cpp/absl/meta/type_traits.h:422:41: note: in instantiation of template class 'absl::type_traits_internal::IsTriviallyCopyConstructibleObject<grpc_core::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
          std::is_lvalue_reference<T>>::type::type {
                                        ^
third_party/abseil-cpp/absl/types/internal/optional.h:182:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' 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::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/lib/channel/promise_based_filter.h:333:57: note: in instantiation of template class 'absl::optional<grpc_core::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
    absl::optional<PipeSender<MessageHandle>::PushType> push_;
                                                        ^
In file included from src/core/ext/xds/xds_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
                    absl::is_trivially_destructible<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::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
          std::is_lvalue_reference<T>>::type::type {
                                        ^
third_party/abseil-cpp/absl/types/internal/optional.h:182:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' 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::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/lib/channel/promise_based_filter.h:333:57: note: in instantiation of template class 'absl::optional<grpc_core::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
    absl::optional<PipeSender<MessageHandle>::PushType> push_;
                                                        ^
In file included from src/core/ext/xds/xds_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' 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::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/lib/channel/promise_based_filter.h:333:57: note: in instantiation of template class 'absl::optional<grpc_core::pipe_detail::Push<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
    absl::optional<PipeSender<MessageHandle>::PushType> push_;
                                                        ^
In file included from src/core/ext/xds/xds_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::pipe_detail::Next<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
                    absl::is_trivially_destructible<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::pipe_detail::Next<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
          std::is_lvalue_reference<T>>::type::type {
                                        ^
third_party/abseil-cpp/absl/types/internal/optional.h:182:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::pipe_detail::Next<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' 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::pipe_detail::Next<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/lib/channel/promise_based_filter.h:334:59: note: in instantiation of template class 'absl::optional<grpc_core::pipe_detail::Next<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
    absl::optional<PipeReceiver<MessageHandle>::NextType> next_;
                                                          ^
In file included from src/core/ext/xds/xds_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::pipe_detail::Next<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' 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::pipe_detail::Next<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/lib/channel/promise_based_filter.h:334:59: note: in instantiation of template class 'absl::optional<grpc_core::pipe_detail::Next<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
    absl::optional<PipeReceiver<MessageHandle>::NextType> next_;
                                                          ^
In file included from src/core/ext/xds/xds_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::NextResult<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
                    absl::is_trivially_destructible<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::NextResult<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
          std::is_lvalue_reference<T>>::type::type {
                                        ^
third_party/abseil-cpp/absl/types/internal/optional.h:182:31: note: in instantiation of template class 'absl::is_trivially_copy_constructible<grpc_core::NextResult<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' 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::NextResult<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/lib/channel/promise_based_filter.h:335:47: note: in instantiation of template class 'absl::optional<grpc_core::NextResult<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
    absl::optional<NextResult<MessageHandle>> next_result_;
                                              ^
In file included from src/core/ext/xds/xds_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183:21: note: in instantiation of template class 'absl::is_trivially_copy_assignable<grpc_core::NextResult<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' 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::NextResult<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' required here
class optional : private optional_internal::optional_data<T>,
                                            ^~~~~~~~~~~~~~~~
./src/core/lib/channel/promise_based_filter.h:335:47: note: in instantiation of template class 'absl::optional<grpc_core::NextResult<std::unique_ptr<grpc_core::Message, grpc_core::Arena::PooledDeleter>>>' requested here
    absl::optional<NextResult<MessageHandle>> next_result_;
                                              ^
In file included from src/core/ext/xds/xds_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:117: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_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256:3: note: (skipping 5 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
  ~InlinedVector() {}
  ^
./src/core/lib/transport/metadata_batch.h:1322:8: 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, grpc_core::GrpcStatusFromWire, grpc_core::WaitForReady>::~MetadataMap' requested here
struct grpc_metadata_batch : public grpc_metadata_batch_base {
       ^
./src/core/lib/resource_quota/arena.h:145:38: note: in instantiation of function template specialization 'grpc_core::Arena::DeletePooled<grpc_metadata_batch>' requested here
      if (arena_ != nullptr) arena_->DeletePooled(p);
                                     ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:305:7: note: in instantiation of function template specialization 'grpc_core::Arena::PooledDeleter::operator()<grpc_metadata_batch>' requested here
      __ptr_.second()(__tmp);
      ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__memory/unique_ptr.h:259:19: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::reset' requested here
  ~unique_ptr() { reset(); }
                  ^
./src/core/lib/transport/transport.h:127:12: note: in instantiation of member function 'std::unique_ptr<grpc_metadata_batch, grpc_core::Arena::PooledDeleter>::~unique_ptr' requested here
    return ServerMetadataFromStatus(m);
           ^
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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/base/internal/raw_logging.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/base/internal/raw_logging.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/ext/xds/xds_transport_grpc.cc:19:
In file included from ./src/core/ext/xds/xds_transport_grpc.h:26:
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:53:
In file included from third_party/abseil-cpp/absl/container/internal/inlined_vector.h:30:
In file included from third_party/abseil-cpp/absl/container/internal/compressed_tuple.h:40:
In file included from third_party/abseil-cpp/absl/utility/utility.h:50:
In file included from third_party/abseil-cpp/absl/base/internal/invoke.h:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_trivial_destructor(T) &&
                                   ^
third_party/abseil-cpp/absl/container/internal/inlined_vector.h:97:33: note: in instantiation of template class 'absl::is_trivially_destructible<grpc_transport_stream_op_batch *>' requested here
                          absl::is_trivially_destructible<ValueType<A>>::value>
                                ^
third_party/abseil-cpp/absl/container/internal/inlined_vector.h:772:3: note: in instantiation of default argument for 'DestroyAdapter<std::allocator<grpc_transport_stream_op_batch *>>' required here
  DestroyAdapter<A>::DestroyElements(GetAllocator(), storage_view.data,
  ^~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/container/internal/inlined_vector.h:745:10: note: in instantiation of function template specialization 'absl::inlined_vector_internal::Storage<grpc_transport_stream_op_batch *, 1, std::allocator<grpc_transport_stream_op_batch *>>::EmplaceBackSlow<grpc_transport_stream_op_batch *const &>' requested here
  return EmplaceBackSlow(std::forward<Args>(args)...);
         ^
third_party/abseil-cpp/absl/container/inlined_vector.h:676:21: note: in instantiation of function template specialization 'absl::inlined_vector_internal::Storage<grpc_transport_stream_op_batch *, 1, std::allocator<grpc_transport_stream_op_batch *>>::EmplaceBack<grpc_transport_stream_op_batch *const &>' requested here
    return storage_.EmplaceBack(std::forward<Args>(args)...);
                    ^
third_party/abseil-cpp/absl/container/inlined_vector.h:682:57: note: in instantiation of function template specialization 'absl::InlinedVector<grpc_transport_stream_op_batch *, 1>::emplace_back<grpc_transport_stream_op_batch *const &>' requested here
  void push_back(const_reference v) { static_cast<void>(emplace_back(v)); }
                                                        ^
./src/core/lib/channel/promise_based_filter.h:205:16: note: in instantiation of member function 'absl::InlinedVector<grpc_transport_stream_op_batch *, 1>::push_back' requested here
      release_.push_back(batch);
               ^
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/base/internal/spinlock.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/base/internal/spinlock.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
64 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c src/core/lib/address_utils/parse_address.cc -o python_build/temp.linux-x86_64-cpython-311/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: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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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_copyable 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/base/internal/spinlock.cc:27:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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_copyable 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_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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: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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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: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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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: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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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: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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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: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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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: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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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: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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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: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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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: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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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: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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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: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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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)));
                                      ^
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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/base/internal/spinlock_wait.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/base/internal/spinlock_wait.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: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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:745: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: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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:745: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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c third_party/abseil-cpp/absl/base/internal/strerror.cc -o python_build/temp.linux-x86_64-cpython-311/third_party/abseil-cpp/absl/base/internal/strerror.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: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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::HashState>' requested here
                    absl::is_trivially_destructible<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::HashState>' 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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: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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState>' 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::HashState>' 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::HashState>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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: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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::HashState &>' 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::HashState &>' 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::HashState &>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/meta/type_traits.h:79:5: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState &)>' requested here
  T t;
    ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/c++/v1/__type_traits/is_constructible.h:23:38: note: (skipping 4 contexts in backtrace; use -ftemplate-backtrace-limit=0 to see all)
    : public integral_constant<bool, __is_constructible(_Tp, _Args...)>
                                     ^
third_party/abseil-cpp/absl/functional/internal/function_ref.h:46:16: note: in instantiation of template class 'absl::is_trivially_copy_constructible<absl::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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: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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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::FunctionRef<void (absl::HashState &)>>' requested here
                    absl::is_trivially_destructible<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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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: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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' 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::FunctionRef<void (absl::HashState &)>>' requested here
using Invoker = R (*)(VoidPtr, typename ForwardT<Args>::type...);
^
third_party/abseil-cpp/absl/functional/function_ref.h:137:30: note: in instantiation of template type alias 'Invoker' requested here
  absl::functional_internal::Invoker<R, Args...> invoker_;
                             ^
third_party/abseil-cpp/absl/hash/hash.h:383:11: note: in instantiation of template class 'absl::FunctionRef<void (absl::HashState, absl::FunctionRef<void (absl::HashState &)>)>' requested here
          f) {
          ^
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: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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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,
  ^
31 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 -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -D_WIN32_WINNT=1536 -DGRPC_XDS_USER_AGENT_NAME_SUFFIX=\"Python\" -DGRPC_XDS_USER_AGENT_VERSION_SUFFIX=\"1.51.1\" -DHAVE_CONFIG_H=1 -DGRPC_ENABLE_FORK_SUPPORT=1 "-DPyMODINIT_FUNC=extern \"C\" __attribute__((visibility (\"default\"))) PyObject*" -DGRPC_POSIX_FORK_ALLOW_PTHREAD_ATFORK=1 -Isrc/python/grpcio -Iinclude -I. -Ithird_party/abseil-cpp -Ithird_party/address_sorting/include -Ithird_party/cares/cares/include -Ithird_party/cares -Ithird_party/cares/cares -Ithird_party/cares/config_linux -Ithird_party/re2 -Ithird_party/boringssl-with-bazel/src/include -Ithird_party/upb -Isrc/core/ext/upb-generated -Isrc/core/ext/upbdefs-generated -Ithird_party/xxhash -Ithird_party/zlib -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c src/core/lib/address_utils/sockaddr_utils.cc -o python_build/temp.linux-x86_64-cpython-311/src/core/lib/address_utils/sockaddr_utils.o -fvisibility=hidden -fno-wrapv -fno-exceptions -pthread
In file included from src/core/lib/address_utils/sockaddr_utils.cc:21:
In file included from ./src/core/lib/address_utils/sockaddr_utils.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; 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_copyable 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_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/sockaddr_utils.cc:21:
In file included from ./src/core/lib/address_utils/sockaddr_utils.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/sockaddr_utils.cc:21:
In file included from ./src/core/lib/address_utils/sockaddr_utils.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/sockaddr_utils.cc:21:
In file included from ./src/core/lib/address_utils/sockaddr_utils.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned short, Source = short]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:143: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/sockaddr_utils.cc:21:
In file included from ./src/core/lib/address_utils/sockaddr_utils.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/sockaddr_utils.cc:21:
In file included from ./src/core/lib/address_utils/sockaddr_utils.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/sockaddr_utils.cc:21:
In file included from ./src/core/lib/address_utils/sockaddr_utils.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/sockaddr_utils.cc:21:
In file included from ./src/core/lib/address_utils/sockaddr_utils.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned int, Source = int]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:146: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/sockaddr_utils.cc:21:
In file included from ./src/core/lib/address_utils/sockaddr_utils.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/sockaddr_utils.cc:21:
In file included from ./src/core/lib/address_utils/sockaddr_utils.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:155:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/sockaddr_utils.cc:21:
In file included from ./src/core/lib/address_utils/sockaddr_utils.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:559:8: warning: builtin __has_trivial_copy is deprecated; use __is_trivially_copyable instead [-Wdeprecated-builtins]
      (__has_trivial_copy(ExtentsRemoved) || !kIsCopyOrMoveConstructible) &&
       ^
third_party/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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/sockaddr_utils.cc:21:
In file included from ./src/core/lib/address_utils/sockaddr_utils.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:560:8: warning: builtin __has_trivial_assign is deprecated; use __is_trivially_assignable instead [-Wdeprecated-builtins]
      (__has_trivial_assign(ExtentsRemoved) || !kIsCopyOrMoveAssignable) &&
       ^
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:156:41: 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:163:23: note: while substituting prior template arguments into non-type template parameter [with Dest = unsigned long long, Source = long long]
inline constexpr Dest bit_cast(const Source& source) {
                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
third_party/abseil-cpp/absl/base/internal/endian.h:149: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/sockaddr_utils.cc:21:
In file included from ./src/core/lib/address_utils/sockaddr_utils.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:182: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:745: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/sockaddr_utils.cc:21:
In file included from ./src/core/lib/address_utils/sockaddr_utils.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:494:17: warning: builtin __has_trivial_assign 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:183: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:745: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/sockaddr_utils.cc:21:
In file included from ./src/core/lib/address_utils/sockaddr_utils.h:28:
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:64:
third_party/abseil-cpp/absl/meta/type_traits.h:301:36: warning: builtin __has_trivial_destructor is deprecated; use __is_trivially_destructible instead [-Wdeprecated-builtins]
    : std::integral_constant<bool, __has_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:321: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:256: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.51.1-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.51.1-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.51.1-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:59: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,
  ^
26 warnings generated.
creating None
creating None/tmp
creating None/tmp/tmp3jsjwz2u
arm-yoe-linux-gnueabi-clang -target arm-yoe-linux-gnueabi -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64 --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv -O3 -Wall -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3/3.11.0-r0/Python-3.11.0=/usr/src/debug/python3/3.11.0-r0 -fmacro-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=/build/path/unavailable/=/usr/src/debug/python3/3.11.0-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1=/usr/src/debug/python3-grpcio/1.51.1-r0 -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot= -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native= -D_LARGEFILE64_SOURCE -fPIC -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot/usr/include/python3.11 -c /tmp/tmp3jsjwz2u/a.c -o None/tmp/tmp3jsjwz2u/a.o
Traceback (most recent call last):
  File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native/usr/lib/python3.11/site-packages/setuptools/_distutils/unixccompiler.py", line 186, 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.51.1-r0/grpcio-1.51.1/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.51.1-r0/recipe-sysroot-native/usr/lib/python3.11/site-packages/setuptools/_distutils/ccompiler.py", line 1007, in spawn
    spawn(cmd, dry_run=self.dry_run, **kwargs)
  File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native/usr/lib/python3.11/site-packages/setuptools/_distutils/spawn.py", line 70, in spawn
    raise DistutilsExecError(
distutils.errors.DistutilsExecError: command 'TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-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.51.1-r0/grpcio-1.51.1/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.51.1-r0/recipe-sysroot-native/usr/lib/python3.11/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.51.1-r0/recipe-sysroot-native/usr/lib/python3.11/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.51.1-r0/recipe-sysroot-native/usr/lib/python3.11/site-packages/setuptools/command/build_ext.py", line 246, in build_extension
    _build_ext.build_extension(self, ext)
  File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native/usr/lib/python3.11/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.51.1-r0/grpcio-1.51.1/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.51.1-r0/recipe-sysroot-native/usr/lib/python3.11/multiprocessing/pool.py", line 367, in map
    return self._map_async(func, iterable, mapstar, chunksize).get()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native/usr/lib/python3.11/multiprocessing/pool.py", line 774, in get
    raise self._value
  File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native/usr/lib/python3.11/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.51.1-r0/recipe-sysroot-native/usr/lib/python3.11/multiprocessing/pool.py", line 48, in mapstar
    return list(map(*args))
           ^^^^^^^^^^^^^^^^
  File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1/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.51.1-r0/recipe-sysroot-native/usr/lib/python3.11/site-packages/setuptools/_distutils/unixccompiler.py", line 188, in _compile
    raise CompileError(msg)
distutils.errors.CompileError: command 'TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-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.51.1-r0/grpcio-1.51.1/setup.py", line 541, in <module>
    setuptools.setup(
  File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native/usr/lib/python3.11/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.51.1-r0/recipe-sysroot-native/usr/lib/python3.11/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.51.1-r0/recipe-sysroot-native/usr/lib/python3.11/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.51.1-r0/recipe-sysroot-native/usr/lib/python3.11/site-packages/setuptools/_distutils/dist.py", line 968, in run_commands
    self.run_command(cmd)
  File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native/usr/lib/python3.11/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.51.1-r0/recipe-sysroot-native/usr/lib/python3.11/site-packages/setuptools/_distutils/dist.py", line 987, in run_command
    cmd_obj.run()
  File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native/usr/lib/python3.11/site-packages/wheel/bdist_wheel.py", line 325, in run
    self.run_command("build")
  File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native/usr/lib/python3.11/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.51.1-r0/recipe-sysroot-native/usr/lib/python3.11/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.51.1-r0/recipe-sysroot-native/usr/lib/python3.11/site-packages/setuptools/_distutils/dist.py", line 987, in run_command
    cmd_obj.run()
  File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native/usr/lib/python3.11/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.51.1-r0/recipe-sysroot-native/usr/lib/python3.11/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.51.1-r0/recipe-sysroot-native/usr/lib/python3.11/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.51.1-r0/recipe-sysroot-native/usr/lib/python3.11/site-packages/setuptools/_distutils/dist.py", line 987, in run_command
    cmd_obj.run()
  File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native/usr/lib/python3.11/site-packages/setuptools/command/build_ext.py", line 84, in run
    _build_ext.run(self)
  File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native/usr/lib/python3.11/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.51.1-r0/grpcio-1.51.1/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.51.1-r0/recipe-sysroot-native/usr/lib/python3.11/site-packages/setuptools/_distutils/unixccompiler.py", line 186, 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.51.1-r0/grpcio-1.51.1/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.51.1-r0/recipe-sysroot-native/usr/lib/python3.11/site-packages/setuptools/_distutils/ccompiler.py", line 1007, in spawn
    spawn(cmd, dry_run=self.dry_run, **kwargs)
  File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native/usr/lib/python3.11/site-packages/setuptools/_distutils/spawn.py", line 70, in spawn
    raise DistutilsExecError(
distutils.errors.DistutilsExecError: command 'TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-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.51.1-r0/grpcio-1.51.1/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.51.1-r0/recipe-sysroot-native/usr/lib/python3.11/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.51.1-r0/recipe-sysroot-native/usr/lib/python3.11/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.51.1-r0/recipe-sysroot-native/usr/lib/python3.11/site-packages/setuptools/command/build_ext.py", line 246, in build_extension
    _build_ext.build_extension(self, ext)
  File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native/usr/lib/python3.11/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.51.1-r0/grpcio-1.51.1/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.51.1-r0/recipe-sysroot-native/usr/lib/python3.11/multiprocessing/pool.py", line 367, in map
    return self._map_async(func, iterable, mapstar, chunksize).get()
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native/usr/lib/python3.11/multiprocessing/pool.py", line 774, in get
    raise self._value
  File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/recipe-sysroot-native/usr/lib/python3.11/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.51.1-r0/recipe-sysroot-native/usr/lib/python3.11/multiprocessing/pool.py", line 48, in mapstar
    return list(map(*args))
           ^^^^^^^^^^^^^^^^
  File "TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/grpcio-1.51.1/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.51.1-r0/recipe-sysroot-native/usr/lib/python3.11/site-packages/setuptools/_distutils/unixccompiler.py", line 188, in _compile
    raise CompileError(msg)
distutils.errors.CompileError: command 'TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-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.51.1-r0/temp/run.do_compile.15582:184 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.51.1-r0/temp/run.do_compile.15582, line 184
	#2: setuptools3_do_compile, TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/temp/run.do_compile.15582, line 174
	#3: do_compile, TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/temp/run.do_compile.15582, line 156
	#4: main, TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/python3-grpcio/1.51.1-r0/temp/run.do_compile.15582, line 188

Error details

Submitted on:
27/12/22 11:27
Error type:
Recipe
Task:
do_compile
Recipe:
python3-grpcio
Recipe version:
1.51.1-r0
Machine:
qemuarm
Distro:
yoe
Build system:
x86_64-linux
Target system:
arm-yoe-linux-gnueabi
Host distro:
ubuntu-18.04/ubuntu-18.04
Branch:
HEAD
Commit:
48de13c0bb7e4881b83b46ac655b6353423ff952
Build:
#157454
Submitter:
Similar errors:
12
Open a bug