In file included from external/protobuf+/src/google/protobuf/dynamic_message.cc:66: bazel-out/k8-fastbuild/bin/external/protobuf+/src/google/protobuf/_virtual_includes/protobuf/google/protobuf/map_field.h: In constructor 'google::protobuf::internal::MapFieldBase::ReflectionPayload::ReflectionPayload(google::protobuf::Arena*, const google::protobuf::Message*)': bazel-out/k8-fastbuild/bin/external/protobuf+/src/google/protobuf/_virtual_includes/protobuf/google/protobuf/map_field.h:416:11: warning: 'google::protobuf::RepeatedPtrField::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]' is deprecated: Use Arena::Create>(Arena*) instead [-Wdeprecated-declarations] 416 | : repeated_field_(arena), prototype_(prototype) {} | ^~~~~~~~~~~~~~~~~~~~~~ In file included from bazel-out/k8-fastbuild/bin/external/protobuf+/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/repeated_field.h:46, from bazel-out/k8-fastbuild/bin/external/protobuf+/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/parse_context.h:39, from bazel-out/k8-fastbuild/bin/external/protobuf+/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/generated_message_tctable_decl.h:25, from bazel-out/k8-fastbuild/bin/external/protobuf+/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/extension_set.h:40, from bazel-out/k8-fastbuild/bin/external/protobuf+/src/google/protobuf/_virtual_includes/protobuf/google/protobuf/descriptor.h:56, from bazel-out/k8-fastbuild/bin/external/protobuf+/src/google/protobuf/_virtual_includes/protobuf/google/protobuf/dynamic_message.h:27, from external/protobuf+/src/google/protobuf/dynamic_message.cc:42: bazel-out/k8-fastbuild/bin/external/protobuf+/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/repeated_ptr_field.h:1380:8: note: declared here 1380 | inline RepeatedPtrField::RepeatedPtrField(Arena* arena) | ^~~~~~~~~~~~~~~~~~~~~~~~~ external/protobuf+/src/google/protobuf/dynamic_message.cc: In member function 'void google::protobuf::DynamicMessage::SharedCtor(bool)': external/protobuf+/src/google/protobuf/dynamic_message.cc:574:66: warning: 'google::protobuf::RepeatedPtrField::RepeatedPtrField(google::protobuf::Arena*) [with Element = std::__cxx11::basic_string]' is deprecated: Use Arena::Create>(Arena*) instead [-Wdeprecated-declarations] 574 | new (field_ptr) RepeatedPtrField(arena); | ^ bazel-out/k8-fastbuild/bin/external/protobuf+/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/repeated_ptr_field.h:1380:8: note: declared here 1380 | inline RepeatedPtrField::RepeatedPtrField(Arena* arena) | ^~~~~~~~~~~~~~~~~~~~~~~~~ external/protobuf+/src/google/protobuf/dynamic_message.cc:602:60: warning: 'google::protobuf::RepeatedPtrField::RepeatedPtrField(google::protobuf::Arena*) [with Element = google::protobuf::Message]' is deprecated: Use Arena::Create>(Arena*) instead [-Wdeprecated-declarations] 602 | new (field_ptr) RepeatedPtrField(arena); | ^ bazel-out/k8-fastbuild/bin/external/protobuf+/src/google/protobuf/_virtual_includes/protobuf_lite/google/protobuf/repeated_ptr_field.h:1380:8: note: declared here 1380 | inline RepeatedPtrField::RepeatedPtrField(Arena* arena) | ^~~~~~~~~~~~~~~~~~~~~~~~~ external/protobuf+/src/google/protobuf/dynamic_message.cc: In member function 'void google::protobuf::DynamicMessage::CrossLinkPrototypes()': external/protobuf+/src/google/protobuf/dynamic_message.cc:774:31: warning: 'bool google::protobuf::FieldOptions::weak() const' is deprecated [-Wdeprecated-declarations] 774 | !field->options().weak() && !InRealOneof(field) && | ~~~~~~~~~~~~~~~~~~~~~^~ In file included from external/protobuf+/src/google/protobuf/dynamic_message.cc:60: bazel-out/k8-fastbuild/bin/external/protobuf+/src/google/protobuf/_virtual_includes/protobuf/google/protobuf/descriptor.pb.h:18861:13: note: declared here 18861 | inline bool FieldOptions::weak() const { | ^~~~~~~~~~~~