Addons: Cannot compile with GPU Support

Created on 19 Dec 2019  Â·  4Comments  Â·  Source: tensorflow/addons

Hi, I need to do some modification on this library, so I have to recompile it.
I'm trying to build tf addons without modification, but bazel build --enable_runfiles build_pip_pkg --verbose_failures returns this error: (sorry for the wall of text)

DEBUG: /data/students_home/fschipani/.cache/bazel/_bazel_fschipani/8676832c087572a6fae58b62e8a07895/external/bazel_tools/tools/cpp/lib_cc_configure.bzl:115:5:
Auto-Configuration Warning: 'TMP' environment variable is not set, using 'C:\Windows\Temp' as default
WARNING: /data/students_home/fschipani/.cache/bazel/_bazel_fschipani/8676832c087572a6fae58b62e8a07895/external/local_config_tf/BUILD:6478:1: target 'libtensorflow_framework.so.2' is both a rule and a file; please choose another name for the rule
INFO: Analysed target //:build_pip_pkg (26 packages loaded, 373 targets configured).
INFO: Found 1 target...
INFO: From Compiling tensorflow_addons/custom_ops/activations/cc/kernels/lisht_op_gpu.cu.cc:
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h: In instantiation of ‘void google::protobuf::Map<Key, T>::InnerMap::iterator_base<KeyValueType>::SearchFrom(google::protobuf::Map<Key, T>::size_type) [with KeyValueType = google::protobuf::Map<std::__cxx11::basic_string<char>, tensorflow::AttrValue>::KeyValuePair; Key = std::__cxx11::basic_string<char>; T = tensorflow::AttrValue; google::protobuf::Map<Key, T>::size_type = long unsigned int]’:
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:399:11:   required from ‘google::protobuf::Map<Key, T>::InnerMap::iterator_base<KeyValueType>::iterator_base(const google::protobuf::Map<Key, T>::InnerMap*) [with KeyValueType = google::protobuf::Map<std::__cxx11::basic_string<char>, tensorflow::AttrValue>::KeyValuePair; Key = std::__cxx11::basic_string<char>; T = tensorflow::AttrValue]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:514:28:   required from ‘google::protobuf::Map<Key, T>::InnerMap::iterator google::protobuf::Map<Key, T>::InnerMap::begin() [with Key = std::__cxx11::basic_string<char>; T = tensorflow::AttrValue; google::protobuf::Map<Key, T>::InnerMap::iterator = google::protobuf::Map<std::__cxx11::basic_string<char>, tensorflow::AttrValue>::InnerMap::iterator_base<google::protobuf::Map<std::__cxx11::basic_string<char>, tensorflow::AttrValue>::KeyValuePair>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1035:25:   required from ‘google::protobuf::Map<Key, T>::const_iterator google::protobuf::Map<Key, T>::begin() const [with Key = std::__cxx11::basic_string<char>; T = tensorflow::AttrValue]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/tensorflow/core/framework/node_def_util.h:174:177:   required from here
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:427:29: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsNonEmptyList(google::protobuf::Map<Key, T>::size_type) const [with Key = std::__cxx11::basic_string<char>; T = tensorflow::AttrValue; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
           if (m_->TableEntryIsNonEmptyList(bucket_index_)) {
           ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:430:30: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsTree(google::protobuf::Map<Key, T>::size_type) const [with Key = std::__cxx11::basic_string<char>; T = tensorflow::AttrValue; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
           } else if (m_->TableEntryIsTree(bucket_index_)) {
              ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h: In instantiation of ‘bool google::protobuf::Map<Key, T>::InnerMap::iterator_base<KeyValueType>::revalidate_if_necessary(google::protobuf::Map<Key, T>::InnerMap::TreeIterator*) [with KeyValueType = google::protobuf::Map<std::__cxx11::basic_string<char>, tensorflow::AttrValue>::KeyValuePair; Key = std::__cxx11::basic_string<char>; T = tensorflow::AttrValue; google::protobuf::Map<Key, T>::InnerMap::TreeIterator = std::_Rb_tree_const_iterator<std::__cxx11::basic_string<char>*>]’:
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:608:12:   required from ‘void google::protobuf::Map<Key, T>::InnerMap::erase(google::protobuf::Map<Key, T>::InnerMap::iterator) [with Key = std::__cxx11::basic_string<char>; T = tensorflow::AttrValue; google::protobuf::Map<Key, T>::InnerMap::iterator = google::protobuf::Map<std::__cxx11::basic_string<char>, tensorflow::AttrValue>::InnerMap::iterator_base<google::protobuf::Map<std::__cxx11::basic_string<char>, tensorflow::AttrValue>::KeyValuePair>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1134:1:   required from ‘google::protobuf::Map<Key, T>::iterator google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator) [with Key = std::__cxx11::basic_string<char>; T = tensorflow::AttrValue]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1139:14:   required from ‘void google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator, google::protobuf::Map<Key, T>::iterator) [with Key = std::__cxx11::basic_string<char>; T = tensorflow::AttrValue]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1142:21:   required from ‘void google::protobuf::Map<Key, T>::clear() [with Key = std::__cxx11::basic_string<char>; T = tensorflow::AttrValue]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map_field_inl.h:186:1:   required from ‘void google::protobuf::internal::MapField<Derived, Key, T, key_wire_type, value_wire_type, default_enum_value>::Clear() [with Derived = tensorflow::NameAttrList_AttrEntry_DoNotUse; Key = std::__cxx11::basic_string<char>; T = tensorflow::AttrValue; google::protobuf::internal::WireFormatLite::FieldType kKeyFieldType = (google::protobuf::internal::WireFormatLite::FieldType)9; google::protobuf::internal::WireFormatLite::FieldType kValueFieldType = (google::protobuf::internal::WireFormatLite::FieldType)11; int default_enum_value = 0]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/tensorflow/core/framework/attr_value.pb.h:1824:15:   required from here
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:488:29: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsNonEmptyList(google::protobuf::Map<Key, T>::size_type) const [with Key = std::__cxx11::basic_string<char>; T = tensorflow::AttrValue; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
         if (m_->TableEntryIsNonEmptyList(bucket_index_)) {
         ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:502:24: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsList(google::protobuf::Map<Key, T>::size_type) const [with Key = std::__cxx11::basic_string<char>; T = tensorflow::AttrValue; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
         return m_->TableEntryIsList(bucket_index_);
         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h: In instantiation of ‘void google::protobuf::Map<Key, T>::InnerMap::iterator_base<KeyValueType>::SearchFrom(google::protobuf::Map<Key, T>::size_type) [with KeyValueType = google::protobuf::Map<unsigned int, tensorflow::FunctionDef_ArgAttrs>::KeyValuePair; Key = unsigned int; T = tensorflow::FunctionDef_ArgAttrs; google::protobuf::Map<Key, T>::size_type = long unsigned int]’:
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:399:11:   required from ‘google::protobuf::Map<Key, T>::InnerMap::iterator_base<KeyValueType>::iterator_base(const google::protobuf::Map<Key, T>::InnerMap*) [with KeyValueType = google::protobuf::Map<unsigned int, tensorflow::FunctionDef_ArgAttrs>::KeyValuePair; Key = unsigned int; T = tensorflow::FunctionDef_ArgAttrs]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:514:28:   required from ‘google::protobuf::Map<Key, T>::InnerMap::iterator google::protobuf::Map<Key, T>::InnerMap::begin() [with Key = unsigned int; T = tensorflow::FunctionDef_ArgAttrs; google::protobuf::Map<Key, T>::InnerMap::iterator = google::protobuf::Map<unsigned int, tensorflow::FunctionDef_ArgAttrs>::InnerMap::iterator_base<google::protobuf::Map<unsigned int, tensorflow::FunctionDef_ArgAttrs>::KeyValuePair>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1032:27:   required from ‘google::protobuf::Map<Key, T>::iterator google::protobuf::Map<Key, T>::begin() [with Key = unsigned int; T = tensorflow::FunctionDef_ArgAttrs]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1142:27:   required from ‘void google::protobuf::Map<Key, T>::clear() [with Key = unsigned int; T = tensorflow::FunctionDef_ArgAttrs]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map_field_inl.h:186:1:   required from ‘void google::protobuf::internal::MapField<Derived, Key, T, key_wire_type, value_wire_type, default_enum_value>::Clear() [with Derived = tensorflow::FunctionDef_ArgAttrEntry_DoNotUse; Key = unsigned int; T = tensorflow::FunctionDef_ArgAttrs; google::protobuf::internal::WireFormatLite::FieldType kKeyFieldType = (google::protobuf::internal::WireFormatLite::FieldType)13; google::protobuf::internal::WireFormatLite::FieldType kValueFieldType = (google::protobuf::internal::WireFormatLite::FieldType)11; int default_enum_value = 0]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/tensorflow/core/framework/function.pb.h:1208:19:   required from here
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:427:29: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsNonEmptyList(google::protobuf::Map<Key, T>::size_type) const [with Key = unsigned int; T = tensorflow::FunctionDef_ArgAttrs; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
           if (m_->TableEntryIsNonEmptyList(bucket_index_)) {
           ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:430:30: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsTree(google::protobuf::Map<Key, T>::size_type) const [with Key = unsigned int; T = tensorflow::FunctionDef_ArgAttrs; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
           } else if (m_->TableEntryIsTree(bucket_index_)) {
              ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h: In instantiation of ‘bool google::protobuf::Map<Key, T>::InnerMap::iterator_base<KeyValueType>::revalidate_if_necessary(google::protobuf::Map<Key, T>::InnerMap::TreeIterator*) [with KeyValueType = google::protobuf::Map<unsigned int, tensorflow::FunctionDef_ArgAttrs>::KeyValuePair; Key = unsigned int; T = tensorflow::FunctionDef_ArgAttrs; google::protobuf::Map<Key, T>::InnerMap::TreeIterator = std::_Rb_tree_const_iterator<unsigned int*>]’:
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:608:12:   required from ‘void google::protobuf::Map<Key, T>::InnerMap::erase(google::protobuf::Map<Key, T>::InnerMap::iterator) [with Key = unsigned int; T = tensorflow::FunctionDef_ArgAttrs; google::protobuf::Map<Key, T>::InnerMap::iterator = google::protobuf::Map<unsigned int, tensorflow::FunctionDef_ArgAttrs>::InnerMap::iterator_base<google::protobuf::Map<unsigned int, tensorflow::FunctionDef_ArgAttrs>::KeyValuePair>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1134:1:   required from ‘google::protobuf::Map<Key, T>::iterator google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator) [with Key = unsigned int; T = tensorflow::FunctionDef_ArgAttrs]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1139:14:   required from ‘void google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator, google::protobuf::Map<Key, T>::iterator) [with Key = unsigned int; T = tensorflow::FunctionDef_ArgAttrs]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1142:21:   required from ‘void google::protobuf::Map<Key, T>::clear() [with Key = unsigned int; T = tensorflow::FunctionDef_ArgAttrs]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map_field_inl.h:186:1:   required from ‘void google::protobuf::internal::MapField<Derived, Key, T, key_wire_type, value_wire_type, default_enum_value>::Clear() [with Derived = tensorflow::FunctionDef_ArgAttrEntry_DoNotUse; Key = unsigned int; T = tensorflow::FunctionDef_ArgAttrs; google::protobuf::internal::WireFormatLite::FieldType kKeyFieldType = (google::protobuf::internal::WireFormatLite::FieldType)13; google::protobuf::internal::WireFormatLite::FieldType kValueFieldType = (google::protobuf::internal::WireFormatLite::FieldType)11; int default_enum_value = 0]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/tensorflow/core/framework/function.pb.h:1208:19:   required from here
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:488:29: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsNonEmptyList(google::protobuf::Map<Key, T>::size_type) const [with Key = unsigned int; T = tensorflow::FunctionDef_ArgAttrs; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
         if (m_->TableEntryIsNonEmptyList(bucket_index_)) {
         ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:502:24: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsList(google::protobuf::Map<Key, T>::size_type) const [with Key = unsigned int; T = tensorflow::FunctionDef_ArgAttrs; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
         return m_->TableEntryIsList(bucket_index_);
         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h: In instantiation of ‘void google::protobuf::Map<Key, T>::InnerMap::iterator_base<KeyValueType>::SearchFrom(google::protobuf::Map<Key, T>::size_type) [with KeyValueType = google::protobuf::Map<unsigned int, unsigned int>::KeyValuePair; Key = unsigned int; T = unsigned int; google::protobuf::Map<Key, T>::size_type = long unsigned int]’:
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:399:11:   required from ‘google::protobuf::Map<Key, T>::InnerMap::iterator_base<KeyValueType>::iterator_base(const google::protobuf::Map<Key, T>::InnerMap*) [with KeyValueType = google::protobuf::Map<unsigned int, unsigned int>::KeyValuePair; Key = unsigned int; T = unsigned int]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:514:28:   required from ‘google::protobuf::Map<Key, T>::InnerMap::iterator google::protobuf::Map<Key, T>::InnerMap::begin() [with Key = unsigned int; T = unsigned int; google::protobuf::Map<Key, T>::InnerMap::iterator = google::protobuf::Map<unsigned int, unsigned int>::InnerMap::iterator_base<google::protobuf::Map<unsigned int, unsigned int>::KeyValuePair>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1032:27:   required from ‘google::protobuf::Map<Key, T>::iterator google::protobuf::Map<Key, T>::begin() [with Key = unsigned int; T = unsigned int]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1142:27:   required from ‘void google::protobuf::Map<Key, T>::clear() [with Key = unsigned int; T = unsigned int]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map_field_inl.h:186:1:   required from ‘void google::protobuf::internal::MapField<Derived, Key, T, key_wire_type, value_wire_type, default_enum_value>::Clear() [with Derived = tensorflow::FunctionDef_ResourceArgUniqueIdEntry_DoNotUse; Key = unsigned int; T = unsigned int; google::protobuf::internal::WireFormatLite::FieldType kKeyFieldType = (google::protobuf::internal::WireFormatLite::FieldType)13; google::protobuf::internal::WireFormatLite::FieldType kValueFieldType = (google::protobuf::internal::WireFormatLite::FieldType)13; int default_enum_value = 0]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/tensorflow/core/framework/function.pb.h:1226:33:   required from here
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:427:29: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsNonEmptyList(google::protobuf::Map<Key, T>::size_type) const [with Key = unsigned int; T = unsigned int; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
           if (m_->TableEntryIsNonEmptyList(bucket_index_)) {
           ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:430:30: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsTree(google::protobuf::Map<Key, T>::size_type) const [with Key = unsigned int; T = unsigned int; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
           } else if (m_->TableEntryIsTree(bucket_index_)) {
              ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h: In instantiation of ‘bool google::protobuf::Map<Key, T>::InnerMap::iterator_base<KeyValueType>::revalidate_if_necessary(google::protobuf::Map<Key, T>::InnerMap::TreeIterator*) [with KeyValueType = google::protobuf::Map<unsigned int, unsigned int>::KeyValuePair; Key = unsigned int; T = unsigned int; google::protobuf::Map<Key, T>::InnerMap::TreeIterator = std::_Rb_tree_const_iterator<unsigned int*>]’:
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:608:12:   required from ‘void google::protobuf::Map<Key, T>::InnerMap::erase(google::protobuf::Map<Key, T>::InnerMap::iterator) [with Key = unsigned int; T = unsigned int; google::protobuf::Map<Key, T>::InnerMap::iterator = google::protobuf::Map<unsigned int, unsigned int>::InnerMap::iterator_base<google::protobuf::Map<unsigned int, unsigned int>::KeyValuePair>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1134:1:   required from ‘google::protobuf::Map<Key, T>::iterator google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator) [with Key = unsigned int; T = unsigned int]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1139:14:   required from ‘void google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator, google::protobuf::Map<Key, T>::iterator) [with Key = unsigned int; T = unsigned int]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1142:21:   required from ‘void google::protobuf::Map<Key, T>::clear() [with Key = unsigned int; T = unsigned int]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map_field_inl.h:186:1:   required from ‘void google::protobuf::internal::MapField<Derived, Key, T, key_wire_type, value_wire_type, default_enum_value>::Clear() [with Derived = tensorflow::FunctionDef_ResourceArgUniqueIdEntry_DoNotUse; Key = unsigned int; T = unsigned int; google::protobuf::internal::WireFormatLite::FieldType kKeyFieldType = (google::protobuf::internal::WireFormatLite::FieldType)13; google::protobuf::internal::WireFormatLite::FieldType kValueFieldType = (google::protobuf::internal::WireFormatLite::FieldType)13; int default_enum_value = 0]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/tensorflow/core/framework/function.pb.h:1226:33:   required from here
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:488:29: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsNonEmptyList(google::protobuf::Map<Key, T>::size_type) const [with Key = unsigned int; T = unsigned int; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
         if (m_->TableEntryIsNonEmptyList(bucket_index_)) {
         ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:502:24: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsList(google::protobuf::Map<Key, T>::size_type) const [with Key = unsigned int; T = unsigned int; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
         return m_->TableEntryIsList(bucket_index_);
         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h: In instantiation of ‘void google::protobuf::Map<Key, T>::InnerMap::iterator_base<KeyValueType>::SearchFrom(google::protobuf::Map<Key, T>::size_type) [with KeyValueType = google::protobuf::Map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >::KeyValuePair; Key = std::__cxx11::basic_string<char>; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::size_type = long unsigned int]’:
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:399:11:   required from ‘google::protobuf::Map<Key, T>::InnerMap::iterator_base<KeyValueType>::iterator_base(const google::protobuf::Map<Key, T>::InnerMap*) [with KeyValueType = google::protobuf::Map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >::KeyValuePair; Key = std::__cxx11::basic_string<char>; T = std::__cxx11::basic_string<char>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:514:28:   required from ‘google::protobuf::Map<Key, T>::InnerMap::iterator google::protobuf::Map<Key, T>::InnerMap::begin() [with Key = std::__cxx11::basic_string<char>; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::InnerMap::iterator = google::protobuf::Map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >::InnerMap::iterator_base<google::protobuf::Map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >::KeyValuePair>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1032:27:   required from ‘google::protobuf::Map<Key, T>::iterator google::protobuf::Map<Key, T>::begin() [with Key = std::__cxx11::basic_string<char>; T = std::__cxx11::basic_string<char>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1142:27:   required from ‘void google::protobuf::Map<Key, T>::clear() [with Key = std::__cxx11::basic_string<char>; T = std::__cxx11::basic_string<char>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map_field_inl.h:186:1:   required from ‘void google::protobuf::internal::MapField<Derived, Key, T, key_wire_type, value_wire_type, default_enum_value>::Clear() [with Derived = tensorflow::FunctionDef_RetEntry_DoNotUse; Key = std::__cxx11::basic_string<char>; T = std::__cxx11::basic_string<char>; google::protobuf::internal::WireFormatLite::FieldType kKeyFieldType = (google::protobuf::internal::WireFormatLite::FieldType)9; google::protobuf::internal::WireFormatLite::FieldType kValueFieldType = (google::protobuf::internal::WireFormatLite::FieldType)9; int default_enum_value = 0]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/tensorflow/core/framework/function.pb.h:1271:14:   required from here
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:427:29: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsNonEmptyList(google::protobuf::Map<Key, T>::size_type) const [with Key = std::__cxx11::basic_string<char>; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
           if (m_->TableEntryIsNonEmptyList(bucket_index_)) {
           ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:430:30: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsTree(google::protobuf::Map<Key, T>::size_type) const [with Key = std::__cxx11::basic_string<char>; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
           } else if (m_->TableEntryIsTree(bucket_index_)) {
              ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h: In instantiation of ‘bool google::protobuf::Map<Key, T>::InnerMap::iterator_base<KeyValueType>::revalidate_if_necessary(google::protobuf::Map<Key, T>::InnerMap::TreeIterator*) [with KeyValueType = google::protobuf::Map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >::KeyValuePair; Key = std::__cxx11::basic_string<char>; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::InnerMap::TreeIterator = std::_Rb_tree_const_iterator<std::__cxx11::basic_string<char>*>]’:
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:608:12:   required from ‘void google::protobuf::Map<Key, T>::InnerMap::erase(google::protobuf::Map<Key, T>::InnerMap::iterator) [with Key = std::__cxx11::basic_string<char>; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::InnerMap::iterator = google::protobuf::Map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >::InnerMap::iterator_base<google::protobuf::Map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >::KeyValuePair>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1134:1:   required from ‘google::protobuf::Map<Key, T>::iterator google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator) [with Key = std::__cxx11::basic_string<char>; T = std::__cxx11::basic_string<char>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1139:14:   required from ‘void google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator, google::protobuf::Map<Key, T>::iterator) [with Key = std::__cxx11::basic_string<char>; T = std::__cxx11::basic_string<char>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1142:21:   required from ‘void google::protobuf::Map<Key, T>::clear() [with Key = std::__cxx11::basic_string<char>; T = std::__cxx11::basic_string<char>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map_field_inl.h:186:1:   required from ‘void google::protobuf::internal::MapField<Derived, Key, T, key_wire_type, value_wire_type, default_enum_value>::Clear() [with Derived = tensorflow::FunctionDef_RetEntry_DoNotUse; Key = std::__cxx11::basic_string<char>; T = std::__cxx11::basic_string<char>; google::protobuf::internal::WireFormatLite::FieldType kKeyFieldType = (google::protobuf::internal::WireFormatLite::FieldType)9; google::protobuf::internal::WireFormatLite::FieldType kValueFieldType = (google::protobuf::internal::WireFormatLite::FieldType)9; int default_enum_value = 0]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/tensorflow/core/framework/function.pb.h:1271:14:   required from here
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:488:29: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsNonEmptyList(google::protobuf::Map<Key, T>::size_type) const [with Key = std::__cxx11::basic_string<char>; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
         if (m_->TableEntryIsNonEmptyList(bucket_index_)) {
         ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:502:24: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsList(google::protobuf::Map<Key, T>::size_type) const [with Key = std::__cxx11::basic_string<char>; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
         return m_->TableEntryIsList(bucket_index_);
         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h: In instantiation of ‘void google::protobuf::Map<Key, T>::InnerMap::iterator_base<KeyValueType>::SearchFrom(google::protobuf::Map<Key, T>::size_type) [with KeyValueType = google::protobuf::Map<unsigned int, std::__cxx11::basic_string<char> >::KeyValuePair; Key = unsigned int; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::size_type = long unsigned int]’:
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:399:11:   required from ‘google::protobuf::Map<Key, T>::InnerMap::iterator_base<KeyValueType>::iterator_base(const google::protobuf::Map<Key, T>::InnerMap*) [with KeyValueType = google::protobuf::Map<unsigned int, std::__cxx11::basic_string<char> >::KeyValuePair; Key = unsigned int; T = std::__cxx11::basic_string<char>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:514:28:   required from ‘google::protobuf::Map<Key, T>::InnerMap::iterator google::protobuf::Map<Key, T>::InnerMap::begin() [with Key = unsigned int; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::InnerMap::iterator = google::protobuf::Map<unsigned int, std::__cxx11::basic_string<char> >::InnerMap::iterator_base<google::protobuf::Map<unsigned int, std::__cxx11::basic_string<char> >::KeyValuePair>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1032:27:   required from ‘google::protobuf::Map<Key, T>::iterator google::protobuf::Map<Key, T>::begin() [with Key = unsigned int; T = std::__cxx11::basic_string<char>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1142:27:   required from ‘void google::protobuf::Map<Key, T>::clear() [with Key = unsigned int; T = std::__cxx11::basic_string<char>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map_field_inl.h:186:1:   required from ‘void google::protobuf::internal::MapField<Derived, Key, T, key_wire_type, value_wire_type, default_enum_value>::Clear() [with Derived = tensorflow::DeviceStepStats_ThreadNamesEntry_DoNotUse; Key = unsigned int; T = std::__cxx11::basic_string<char>; google::protobuf::internal::WireFormatLite::FieldType kKeyFieldType = (google::protobuf::internal::WireFormatLite::FieldType)13; google::protobuf::internal::WireFormatLite::FieldType kValueFieldType = (google::protobuf::internal::WireFormatLite::FieldType)9; int default_enum_value = 0]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/tensorflow/core/framework/step_stats.pb.h:2423:23:   required from here
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:427:29: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsNonEmptyList(google::protobuf::Map<Key, T>::size_type) const [with Key = unsigned int; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
           if (m_->TableEntryIsNonEmptyList(bucket_index_)) {
           ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:430:30: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsTree(google::protobuf::Map<Key, T>::size_type) const [with Key = unsigned int; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
           } else if (m_->TableEntryIsTree(bucket_index_)) {
              ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h: In instantiation of ‘bool google::protobuf::Map<Key, T>::InnerMap::iterator_base<KeyValueType>::revalidate_if_necessary(google::protobuf::Map<Key, T>::InnerMap::TreeIterator*) [with KeyValueType = google::protobuf::Map<unsigned int, std::__cxx11::basic_string<char> >::KeyValuePair; Key = unsigned int; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::InnerMap::TreeIterator = std::_Rb_tree_const_iterator<unsigned int*>]’:
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:608:12:   required from ‘void google::protobuf::Map<Key, T>::InnerMap::erase(google::protobuf::Map<Key, T>::InnerMap::iterator) [with Key = unsigned int; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::InnerMap::iterator = google::protobuf::Map<unsigned int, std::__cxx11::basic_string<char> >::InnerMap::iterator_base<google::protobuf::Map<unsigned int, std::__cxx11::basic_string<char> >::KeyValuePair>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1134:1:   required from ‘google::protobuf::Map<Key, T>::iterator google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator) [with Key = unsigned int; T = std::__cxx11::basic_string<char>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1139:14:   required from ‘void google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator, google::protobuf::Map<Key, T>::iterator) [with Key = unsigned int; T = std::__cxx11::basic_string<char>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1142:21:   required from ‘void google::protobuf::Map<Key, T>::clear() [with Key = unsigned int; T = std::__cxx11::basic_string<char>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map_field_inl.h:186:1:   required from ‘void google::protobuf::internal::MapField<Derived, Key, T, key_wire_type, value_wire_type, default_enum_value>::Clear() [with Derived = tensorflow::DeviceStepStats_ThreadNamesEntry_DoNotUse; Key = unsigned int; T = std::__cxx11::basic_string<char>; google::protobuf::internal::WireFormatLite::FieldType kKeyFieldType = (google::protobuf::internal::WireFormatLite::FieldType)13; google::protobuf::internal::WireFormatLite::FieldType kValueFieldType = (google::protobuf::internal::WireFormatLite::FieldType)9; int default_enum_value = 0]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/tensorflow/core/framework/step_stats.pb.h:2423:23:   required from here
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:488:29: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsNonEmptyList(google::protobuf::Map<Key, T>::size_type) const [with Key = unsigned int; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
         if (m_->TableEntryIsNonEmptyList(bucket_index_)) {
         ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:502:24: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsList(google::protobuf::Map<Key, T>::size_type) const [with Key = unsigned int; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
         return m_->TableEntryIsList(bucket_index_);
         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h: In instantiation of ‘void google::protobuf::Map<Key, T>::InnerMap::iterator_base<KeyValueType>::SearchFrom(google::protobuf::Map<Key, T>::size_type) [with KeyValueType = google::protobuf::Map<int, std::__cxx11::basic_string<char> >::KeyValuePair; Key = int; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::size_type = long unsigned int]’:
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:399:11:   required from ‘google::protobuf::Map<Key, T>::InnerMap::iterator_base<KeyValueType>::iterator_base(const google::protobuf::Map<Key, T>::InnerMap*) [with KeyValueType = google::protobuf::Map<int, std::__cxx11::basic_string<char> >::KeyValuePair; Key = int; T = std::__cxx11::basic_string<char>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:514:28:   required from ‘google::protobuf::Map<Key, T>::InnerMap::iterator google::protobuf::Map<Key, T>::InnerMap::begin() [with Key = int; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::InnerMap::iterator = google::protobuf::Map<int, std::__cxx11::basic_string<char> >::InnerMap::iterator_base<google::protobuf::Map<int, std::__cxx11::basic_string<char> >::KeyValuePair>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1032:27:   required from ‘google::protobuf::Map<Key, T>::iterator google::protobuf::Map<Key, T>::begin() [with Key = int; T = std::__cxx11::basic_string<char>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1142:27:   required from ‘void google::protobuf::Map<Key, T>::clear() [with Key = int; T = std::__cxx11::basic_string<char>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map_field_inl.h:186:1:   required from ‘void google::protobuf::internal::MapField<Derived, Key, T, key_wire_type, value_wire_type, default_enum_value>::Clear() [with Derived = tensorflow::JobDef_TasksEntry_DoNotUse; Key = int; T = std::__cxx11::basic_string<char>; google::protobuf::internal::WireFormatLite::FieldType kKeyFieldType = (google::protobuf::internal::WireFormatLite::FieldType)5; google::protobuf::internal::WireFormatLite::FieldType kValueFieldType = (google::protobuf::internal::WireFormatLite::FieldType)9; int default_enum_value = 0]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/tensorflow/core/protobuf/cluster.pb.h:520:16:   required from here
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:427:29: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsNonEmptyList(google::protobuf::Map<Key, T>::size_type) const [with Key = int; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
           if (m_->TableEntryIsNonEmptyList(bucket_index_)) {
           ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:430:30: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsTree(google::protobuf::Map<Key, T>::size_type) const [with Key = int; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
           } else if (m_->TableEntryIsTree(bucket_index_)) {
              ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h: In instantiation of ‘bool google::protobuf::Map<Key, T>::InnerMap::iterator_base<KeyValueType>::revalidate_if_necessary(google::protobuf::Map<Key, T>::InnerMap::TreeIterator*) [with KeyValueType = google::protobuf::Map<int, std::__cxx11::basic_string<char> >::KeyValuePair; Key = int; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::InnerMap::TreeIterator = std::_Rb_tree_const_iterator<int*>]’:
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:608:12:   required from ‘void google::protobuf::Map<Key, T>::InnerMap::erase(google::protobuf::Map<Key, T>::InnerMap::iterator) [with Key = int; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::InnerMap::iterator = google::protobuf::Map<int, std::__cxx11::basic_string<char> >::InnerMap::iterator_base<google::protobuf::Map<int, std::__cxx11::basic_string<char> >::KeyValuePair>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1134:1:   required from ‘google::protobuf::Map<Key, T>::iterator google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator) [with Key = int; T = std::__cxx11::basic_string<char>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1139:14:   required from ‘void google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator, google::protobuf::Map<Key, T>::iterator) [with Key = int; T = std::__cxx11::basic_string<char>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1142:21:   required from ‘void google::protobuf::Map<Key, T>::clear() [with Key = int; T = std::__cxx11::basic_string<char>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map_field_inl.h:186:1:   required from ‘void google::protobuf::internal::MapField<Derived, Key, T, key_wire_type, value_wire_type, default_enum_value>::Clear() [with Derived = tensorflow::JobDef_TasksEntry_DoNotUse; Key = int; T = std::__cxx11::basic_string<char>; google::protobuf::internal::WireFormatLite::FieldType kKeyFieldType = (google::protobuf::internal::WireFormatLite::FieldType)5; google::protobuf::internal::WireFormatLite::FieldType kValueFieldType = (google::protobuf::internal::WireFormatLite::FieldType)9; int default_enum_value = 0]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/tensorflow/core/protobuf/cluster.pb.h:520:16:   required from here
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:488:29: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsNonEmptyList(google::protobuf::Map<Key, T>::size_type) const [with Key = int; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
         if (m_->TableEntryIsNonEmptyList(bucket_index_)) {
         ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:502:24: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsList(google::protobuf::Map<Key, T>::size_type) const [with Key = int; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
         return m_->TableEntryIsList(bucket_index_);
         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h: In instantiation of ‘void google::protobuf::Map<Key, T>::InnerMap::iterator_base<KeyValueType>::SearchFrom(google::protobuf::Map<Key, T>::size_type) [with KeyValueType = google::protobuf::Map<std::__cxx11::basic_string<char>, int>::KeyValuePair; Key = std::__cxx11::basic_string<char>; T = int; google::protobuf::Map<Key, T>::size_type = long unsigned int]’:
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:399:11:   required from ‘google::protobuf::Map<Key, T>::InnerMap::iterator_base<KeyValueType>::iterator_base(const google::protobuf::Map<Key, T>::InnerMap*) [with KeyValueType = google::protobuf::Map<std::__cxx11::basic_string<char>, int>::KeyValuePair; Key = std::__cxx11::basic_string<char>; T = int]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:514:28:   required from ‘google::protobuf::Map<Key, T>::InnerMap::iterator google::protobuf::Map<Key, T>::InnerMap::begin() [with Key = std::__cxx11::basic_string<char>; T = int; google::protobuf::Map<Key, T>::InnerMap::iterator = google::protobuf::Map<std::__cxx11::basic_string<char>, int>::InnerMap::iterator_base<google::protobuf::Map<std::__cxx11::basic_string<char>, int>::KeyValuePair>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1032:27:   required from ‘google::protobuf::Map<Key, T>::iterator google::protobuf::Map<Key, T>::begin() [with Key = std::__cxx11::basic_string<char>; T = int]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1142:27:   required from ‘void google::protobuf::Map<Key, T>::clear() [with Key = std::__cxx11::basic_string<char>; T = int]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map_field_inl.h:186:1:   required from ‘void google::protobuf::internal::MapField<Derived, Key, T, key_wire_type, value_wire_type, default_enum_value>::Clear() [with Derived = tensorflow::ConfigProto_DeviceCountEntry_DoNotUse; Key = std::__cxx11::basic_string<char>; T = int; google::protobuf::internal::WireFormatLite::FieldType kKeyFieldType = (google::protobuf::internal::WireFormatLite::FieldType)9; google::protobuf::internal::WireFormatLite::FieldType kValueFieldType = (google::protobuf::internal::WireFormatLite::FieldType)5; int default_enum_value = 0]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/tensorflow/core/protobuf/config.pb.h:5156:23:   required from here
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:427:29: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsNonEmptyList(google::protobuf::Map<Key, T>::size_type) const [with Key = std::__cxx11::basic_string<char>; T = int; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
           if (m_->TableEntryIsNonEmptyList(bucket_index_)) {
           ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:430:30: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsTree(google::protobuf::Map<Key, T>::size_type) const [with Key = std::__cxx11::basic_string<char>; T = int; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
           } else if (m_->TableEntryIsTree(bucket_index_)) {
              ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h: In instantiation of ‘bool google::protobuf::Map<Key, T>::InnerMap::iterator_base<KeyValueType>::revalidate_if_necessary(google::protobuf::Map<Key, T>::InnerMap::TreeIterator*) [with KeyValueType = google::protobuf::Map<std::__cxx11::basic_string<char>, int>::KeyValuePair; Key = std::__cxx11::basic_string<char>; T = int; google::protobuf::Map<Key, T>::InnerMap::TreeIterator = std::_Rb_tree_const_iterator<std::__cxx11::basic_string<char>*>]’:
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:608:12:   required from ‘void google::protobuf::Map<Key, T>::InnerMap::erase(google::protobuf::Map<Key, T>::InnerMap::iterator) [with Key = std::__cxx11::basic_string<char>; T = int; google::protobuf::Map<Key, T>::InnerMap::iterator = google::protobuf::Map<std::__cxx11::basic_string<char>, int>::InnerMap::iterator_base<google::protobuf::Map<std::__cxx11::basic_string<char>, int>::KeyValuePair>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1134:1:   required from ‘google::protobuf::Map<Key, T>::iterator google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator) [with Key = std::__cxx11::basic_string<char>; T = int]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1139:14:   required from ‘void google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator, google::protobuf::Map<Key, T>::iterator) [with Key = std::__cxx11::basic_string<char>; T = int]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1142:21:   required from ‘void google::protobuf::Map<Key, T>::clear() [with Key = std::__cxx11::basic_string<char>; T = int]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map_field_inl.h:186:1:   required from ‘void google::protobuf::internal::MapField<Derived, Key, T, key_wire_type, value_wire_type, default_enum_value>::Clear() [with Derived = tensorflow::ConfigProto_DeviceCountEntry_DoNotUse; Key = std::__cxx11::basic_string<char>; T = int; google::protobuf::internal::WireFormatLite::FieldType kKeyFieldType = (google::protobuf::internal::WireFormatLite::FieldType)9; google::protobuf::internal::WireFormatLite::FieldType kValueFieldType = (google::protobuf::internal::WireFormatLite::FieldType)5; int default_enum_value = 0]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/tensorflow/core/protobuf/config.pb.h:5156:23:   required from here
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:488:29: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsNonEmptyList(google::protobuf::Map<Key, T>::size_type) const [with Key = std::__cxx11::basic_string<char>; T = int; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
         if (m_->TableEntryIsNonEmptyList(bucket_index_)) {
         ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:502:24: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsList(google::protobuf::Map<Key, T>::size_type) const [with Key = std::__cxx11::basic_string<char>; T = int; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
         return m_->TableEntryIsList(bucket_index_);
         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
ERROR: /data/students_home/fschipani/thesis/addons/tensorflow_addons/custom_ops/activations/BUILD:7:1: output 'tensorflow_addons/custom_ops/activations/_objs/_activation_ops_gpu/lisht_op_gpu.cu.pic.o' was not created
ERROR: /data/students_home/fschipani/thesis/addons/tensorflow_addons/custom_ops/activations/BUILD:7:1: not all outputs were created or valid
Target //:build_pip_pkg failed to build
INFO: Elapsed time: 84.064s, Critical Path: 79.41s
INFO: 42 processes: 42 local.
FAILED: Build did NOT complete successfully

My setup is:
- Ubuntu 18.04.3 LTS (GNU/Linux 4.15.0-72-generic x86_64)
- Cuda_10.1.105_418.39
- Cudnn-10.1-linux-x64-v7.6.4.38

Most helpful comment

Yep, thanks!
The problem was NVCC version. Before I had
```nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2019 NVIDIA Corporation
Built on Fri_Feb__8_19:08:17_PST_2019
Cuda compilation tools, release 10.1, V10.1.105

Now:

nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2019 NVIDIA Corporation
Built on Sun_Jul_28_19:07:16_PDT_2019
Cuda compilation tools, release 10.1, V10.1.243
```

All 4 comments

As a quick check can you try running without --enable_runfiles that command was just today added for windows support

Same result :'(

INFO: Build option --enable_runfiles has changed, discarding analysis cache.
DEBUG: /data/students_home/fschipani/.cache/bazel/_bazel_fschipani/8676832c087572a6fae58b62e8a07895/external/bazel_tools/tools/cpp/lib_cc_configure.bzl:115:5:
Auto-Configuration Warning: 'TMP' environment variable is not set, using 'C:\Windows\Temp' as default
WARNING: /data/students_home/fschipani/.cache/bazel/_bazel_fschipani/8676832c087572a6fae58b62e8a07895/external/local_config_tf/BUILD:6478:1: target 'libtensorflow_framework.so.2' is both a rule and a file; please choose another name for the rule
INFO: Analysed target //:build_pip_pkg (0 packages loaded, 393 targets configured).
INFO: Found 1 target...
INFO: From Compiling tensorflow_addons/custom_ops/layers/cc/kernels/correlation_cost_op_gpu.cu.cc:
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h: In instantiation of ‘void google::protobuf::Map<Key, T>::InnerMap::iterator_base<KeyValueType>::SearchFrom(google::protobuf::Map<Key, T>::size_type) [with KeyValueType = google::protobuf::Map<std::__cxx11::basic_string<char>, tensorflow::AttrValue>::KeyValuePair; Key = std::__cxx11::basic_string<char>; T = tensorflow::AttrValue; google::protobuf::Map<Key, T>::size_type = long unsigned int]’:
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:399:11:   required from ‘google::protobuf::Map<Key, T>::InnerMap::iterator_base<KeyValueType>::iterator_base(const google::protobuf::Map<Key, T>::InnerMap*) [with KeyValueType = google::protobuf::Map<std::__cxx11::basic_string<char>, tensorflow::AttrValue>::KeyValuePair; Key = std::__cxx11::basic_string<char>; T = tensorflow::AttrValue]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:514:28:   required from ‘google::protobuf::Map<Key, T>::InnerMap::iterator google::protobuf::Map<Key, T>::InnerMap::begin() [with Key = std::__cxx11::basic_string<char>; T = tensorflow::AttrValue; google::protobuf::Map<Key, T>::InnerMap::iterator = google::protobuf::Map<std::__cxx11::basic_string<char>, tensorflow::AttrValue>::InnerMap::iterator_base<google::protobuf::Map<std::__cxx11::basic_string<char>, tensorflow::AttrValue>::KeyValuePair>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1035:25:   required from ‘google::protobuf::Map<Key, T>::const_iterator google::protobuf::Map<Key, T>::begin() const [with Key = std::__cxx11::basic_string<char>; T = tensorflow::AttrValue]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/tensorflow/core/framework/node_def_util.h:174:177:   required from here
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:427:29: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsNonEmptyList(google::protobuf::Map<Key, T>::size_type) const [with Key = std::__cxx11::basic_string<char>; T = tensorflow::AttrValue; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
           if (m_->TableEntryIsNonEmptyList(bucket_index_)) {
           ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:430:30: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsTree(google::protobuf::Map<Key, T>::size_type) const [with Key = std::__cxx11::basic_string<char>; T = tensorflow::AttrValue; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
           } else if (m_->TableEntryIsTree(bucket_index_)) {
              ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h: In instantiation of ‘bool google::protobuf::Map<Key, T>::InnerMap::iterator_base<KeyValueType>::revalidate_if_necessary(google::protobuf::Map<Key, T>::InnerMap::TreeIterator*) [with KeyValueType = google::protobuf::Map<std::__cxx11::basic_string<char>, tensorflow::AttrValue>::KeyValuePair; Key = std::__cxx11::basic_string<char>; T = tensorflow::AttrValue; google::protobuf::Map<Key, T>::InnerMap::TreeIterator = std::_Rb_tree_const_iterator<std::__cxx11::basic_string<char>*>]’:
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:608:12:   required from ‘void google::protobuf::Map<Key, T>::InnerMap::erase(google::protobuf::Map<Key, T>::InnerMap::iterator) [with Key = std::__cxx11::basic_string<char>; T = tensorflow::AttrValue; google::protobuf::Map<Key, T>::InnerMap::iterator = google::protobuf::Map<std::__cxx11::basic_string<char>, tensorflow::AttrValue>::InnerMap::iterator_base<google::protobuf::Map<std::__cxx11::basic_string<char>, tensorflow::AttrValue>::KeyValuePair>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1134:1:   required from ‘google::protobuf::Map<Key, T>::iterator google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator) [with Key = std::__cxx11::basic_string<char>; T = tensorflow::AttrValue]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1139:14:   required from ‘void google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator, google::protobuf::Map<Key, T>::iterator) [with Key = std::__cxx11::basic_string<char>; T = tensorflow::AttrValue]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1142:21:   required from ‘void google::protobuf::Map<Key, T>::clear() [with Key = std::__cxx11::basic_string<char>; T = tensorflow::AttrValue]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map_field_inl.h:186:1:   required from ‘void google::protobuf::internal::MapField<Derived, Key, T, key_wire_type, value_wire_type, default_enum_value>::Clear() [with Derived = tensorflow::NameAttrList_AttrEntry_DoNotUse; Key = std::__cxx11::basic_string<char>; T = tensorflow::AttrValue; google::protobuf::internal::WireFormatLite::FieldType kKeyFieldType = (google::protobuf::internal::WireFormatLite::FieldType)9; google::protobuf::internal::WireFormatLite::FieldType kValueFieldType = (google::protobuf::internal::WireFormatLite::FieldType)11; int default_enum_value = 0]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/tensorflow/core/framework/attr_value.pb.h:1824:15:   required from here
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:488:29: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsNonEmptyList(google::protobuf::Map<Key, T>::size_type) const [with Key = std::__cxx11::basic_string<char>; T = tensorflow::AttrValue; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
         if (m_->TableEntryIsNonEmptyList(bucket_index_)) {
         ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:502:24: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsList(google::protobuf::Map<Key, T>::size_type) const [with Key = std::__cxx11::basic_string<char>; T = tensorflow::AttrValue; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
         return m_->TableEntryIsList(bucket_index_);
         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h: In instantiation of ‘void google::protobuf::Map<Key, T>::InnerMap::iterator_base<KeyValueType>::SearchFrom(google::protobuf::Map<Key, T>::size_type) [with KeyValueType = google::protobuf::Map<unsigned int, tensorflow::FunctionDef_ArgAttrs>::KeyValuePair; Key = unsigned int; T = tensorflow::FunctionDef_ArgAttrs; google::protobuf::Map<Key, T>::size_type = long unsigned int]’:
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:399:11:   required from ‘google::protobuf::Map<Key, T>::InnerMap::iterator_base<KeyValueType>::iterator_base(const google::protobuf::Map<Key, T>::InnerMap*) [with KeyValueType = google::protobuf::Map<unsigned int, tensorflow::FunctionDef_ArgAttrs>::KeyValuePair; Key = unsigned int; T = tensorflow::FunctionDef_ArgAttrs]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:514:28:   required from ‘google::protobuf::Map<Key, T>::InnerMap::iterator google::protobuf::Map<Key, T>::InnerMap::begin() [with Key = unsigned int; T = tensorflow::FunctionDef_ArgAttrs; google::protobuf::Map<Key, T>::InnerMap::iterator = google::protobuf::Map<unsigned int, tensorflow::FunctionDef_ArgAttrs>::InnerMap::iterator_base<google::protobuf::Map<unsigned int, tensorflow::FunctionDef_ArgAttrs>::KeyValuePair>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1032:27:   required from ‘google::protobuf::Map<Key, T>::iterator google::protobuf::Map<Key, T>::begin() [with Key = unsigned int; T = tensorflow::FunctionDef_ArgAttrs]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1142:27:   required from ‘void google::protobuf::Map<Key, T>::clear() [with Key = unsigned int; T = tensorflow::FunctionDef_ArgAttrs]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map_field_inl.h:186:1:   required from ‘void google::protobuf::internal::MapField<Derived, Key, T, key_wire_type, value_wire_type, default_enum_value>::Clear() [with Derived = tensorflow::FunctionDef_ArgAttrEntry_DoNotUse; Key = unsigned int; T = tensorflow::FunctionDef_ArgAttrs; google::protobuf::internal::WireFormatLite::FieldType kKeyFieldType = (google::protobuf::internal::WireFormatLite::FieldType)13; google::protobuf::internal::WireFormatLite::FieldType kValueFieldType = (google::protobuf::internal::WireFormatLite::FieldType)11; int default_enum_value = 0]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/tensorflow/core/framework/function.pb.h:1208:19:   required from here
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:427:29: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsNonEmptyList(google::protobuf::Map<Key, T>::size_type) const [with Key = unsigned int; T = tensorflow::FunctionDef_ArgAttrs; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
           if (m_->TableEntryIsNonEmptyList(bucket_index_)) {
           ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:430:30: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsTree(google::protobuf::Map<Key, T>::size_type) const [with Key = unsigned int; T = tensorflow::FunctionDef_ArgAttrs; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
           } else if (m_->TableEntryIsTree(bucket_index_)) {
              ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h: In instantiation of ‘bool google::protobuf::Map<Key, T>::InnerMap::iterator_base<KeyValueType>::revalidate_if_necessary(google::protobuf::Map<Key, T>::InnerMap::TreeIterator*) [with KeyValueType = google::protobuf::Map<unsigned int, tensorflow::FunctionDef_ArgAttrs>::KeyValuePair; Key = unsigned int; T = tensorflow::FunctionDef_ArgAttrs; google::protobuf::Map<Key, T>::InnerMap::TreeIterator = std::_Rb_tree_const_iterator<unsigned int*>]’:
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:608:12:   required from ‘void google::protobuf::Map<Key, T>::InnerMap::erase(google::protobuf::Map<Key, T>::InnerMap::iterator) [with Key = unsigned int; T = tensorflow::FunctionDef_ArgAttrs; google::protobuf::Map<Key, T>::InnerMap::iterator = google::protobuf::Map<unsigned int, tensorflow::FunctionDef_ArgAttrs>::InnerMap::iterator_base<google::protobuf::Map<unsigned int, tensorflow::FunctionDef_ArgAttrs>::KeyValuePair>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1134:1:   required from ‘google::protobuf::Map<Key, T>::iterator google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator) [with Key = unsigned int; T = tensorflow::FunctionDef_ArgAttrs]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1139:14:   required from ‘void google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator, google::protobuf::Map<Key, T>::iterator) [with Key = unsigned int; T = tensorflow::FunctionDef_ArgAttrs]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1142:21:   required from ‘void google::protobuf::Map<Key, T>::clear() [with Key = unsigned int; T = tensorflow::FunctionDef_ArgAttrs]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map_field_inl.h:186:1:   required from ‘void google::protobuf::internal::MapField<Derived, Key, T, key_wire_type, value_wire_type, default_enum_value>::Clear() [with Derived = tensorflow::FunctionDef_ArgAttrEntry_DoNotUse; Key = unsigned int; T = tensorflow::FunctionDef_ArgAttrs; google::protobuf::internal::WireFormatLite::FieldType kKeyFieldType = (google::protobuf::internal::WireFormatLite::FieldType)13; google::protobuf::internal::WireFormatLite::FieldType kValueFieldType = (google::protobuf::internal::WireFormatLite::FieldType)11; int default_enum_value = 0]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/tensorflow/core/framework/function.pb.h:1208:19:   required from here
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:488:29: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsNonEmptyList(google::protobuf::Map<Key, T>::size_type) const [with Key = unsigned int; T = tensorflow::FunctionDef_ArgAttrs; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
         if (m_->TableEntryIsNonEmptyList(bucket_index_)) {
         ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:502:24: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsList(google::protobuf::Map<Key, T>::size_type) const [with Key = unsigned int; T = tensorflow::FunctionDef_ArgAttrs; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
         return m_->TableEntryIsList(bucket_index_);
         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h: In instantiation of ‘void google::protobuf::Map<Key, T>::InnerMap::iterator_base<KeyValueType>::SearchFrom(google::protobuf::Map<Key, T>::size_type) [with KeyValueType = google::protobuf::Map<unsigned int, unsigned int>::KeyValuePair; Key = unsigned int; T = unsigned int; google::protobuf::Map<Key, T>::size_type = long unsigned int]’:
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:399:11:   required from ‘google::protobuf::Map<Key, T>::InnerMap::iterator_base<KeyValueType>::iterator_base(const google::protobuf::Map<Key, T>::InnerMap*) [with KeyValueType = google::protobuf::Map<unsigned int, unsigned int>::KeyValuePair; Key = unsigned int; T = unsigned int]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:514:28:   required from ‘google::protobuf::Map<Key, T>::InnerMap::iterator google::protobuf::Map<Key, T>::InnerMap::begin() [with Key = unsigned int; T = unsigned int; google::protobuf::Map<Key, T>::InnerMap::iterator = google::protobuf::Map<unsigned int, unsigned int>::InnerMap::iterator_base<google::protobuf::Map<unsigned int, unsigned int>::KeyValuePair>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1032:27:   required from ‘google::protobuf::Map<Key, T>::iterator google::protobuf::Map<Key, T>::begin() [with Key = unsigned int; T = unsigned int]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1142:27:   required from ‘void google::protobuf::Map<Key, T>::clear() [with Key = unsigned int; T = unsigned int]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map_field_inl.h:186:1:   required from ‘void google::protobuf::internal::MapField<Derived, Key, T, key_wire_type, value_wire_type, default_enum_value>::Clear() [with Derived = tensorflow::FunctionDef_ResourceArgUniqueIdEntry_DoNotUse; Key = unsigned int; T = unsigned int; google::protobuf::internal::WireFormatLite::FieldType kKeyFieldType = (google::protobuf::internal::WireFormatLite::FieldType)13; google::protobuf::internal::WireFormatLite::FieldType kValueFieldType = (google::protobuf::internal::WireFormatLite::FieldType)13; int default_enum_value = 0]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/tensorflow/core/framework/function.pb.h:1226:33:   required from here
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:427:29: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsNonEmptyList(google::protobuf::Map<Key, T>::size_type) const [with Key = unsigned int; T = unsigned int; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
           if (m_->TableEntryIsNonEmptyList(bucket_index_)) {
           ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:430:30: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsTree(google::protobuf::Map<Key, T>::size_type) const [with Key = unsigned int; T = unsigned int; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
           } else if (m_->TableEntryIsTree(bucket_index_)) {
              ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h: In instantiation of ‘bool google::protobuf::Map<Key, T>::InnerMap::iterator_base<KeyValueType>::revalidate_if_necessary(google::protobuf::Map<Key, T>::InnerMap::TreeIterator*) [with KeyValueType = google::protobuf::Map<unsigned int, unsigned int>::KeyValuePair; Key = unsigned int; T = unsigned int; google::protobuf::Map<Key, T>::InnerMap::TreeIterator = std::_Rb_tree_const_iterator<unsigned int*>]’:
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:608:12:   required from ‘void google::protobuf::Map<Key, T>::InnerMap::erase(google::protobuf::Map<Key, T>::InnerMap::iterator) [with Key = unsigned int; T = unsigned int; google::protobuf::Map<Key, T>::InnerMap::iterator = google::protobuf::Map<unsigned int, unsigned int>::InnerMap::iterator_base<google::protobuf::Map<unsigned int, unsigned int>::KeyValuePair>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1134:1:   required from ‘google::protobuf::Map<Key, T>::iterator google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator) [with Key = unsigned int; T = unsigned int]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1139:14:   required from ‘void google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator, google::protobuf::Map<Key, T>::iterator) [with Key = unsigned int; T = unsigned int]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1142:21:   required from ‘void google::protobuf::Map<Key, T>::clear() [with Key = unsigned int; T = unsigned int]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map_field_inl.h:186:1:   required from ‘void google::protobuf::internal::MapField<Derived, Key, T, key_wire_type, value_wire_type, default_enum_value>::Clear() [with Derived = tensorflow::FunctionDef_ResourceArgUniqueIdEntry_DoNotUse; Key = unsigned int; T = unsigned int; google::protobuf::internal::WireFormatLite::FieldType kKeyFieldType = (google::protobuf::internal::WireFormatLite::FieldType)13; google::protobuf::internal::WireFormatLite::FieldType kValueFieldType = (google::protobuf::internal::WireFormatLite::FieldType)13; int default_enum_value = 0]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/tensorflow/core/framework/function.pb.h:1226:33:   required from here
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:488:29: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsNonEmptyList(google::protobuf::Map<Key, T>::size_type) const [with Key = unsigned int; T = unsigned int; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
         if (m_->TableEntryIsNonEmptyList(bucket_index_)) {
         ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:502:24: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsList(google::protobuf::Map<Key, T>::size_type) const [with Key = unsigned int; T = unsigned int; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
         return m_->TableEntryIsList(bucket_index_);
         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h: In instantiation of ‘void google::protobuf::Map<Key, T>::InnerMap::iterator_base<KeyValueType>::SearchFrom(google::protobuf::Map<Key, T>::size_type) [with KeyValueType = google::protobuf::Map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >::KeyValuePair; Key = std::__cxx11::basic_string<char>; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::size_type = long unsigned int]’:
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:399:11:   required from ‘google::protobuf::Map<Key, T>::InnerMap::iterator_base<KeyValueType>::iterator_base(const google::protobuf::Map<Key, T>::InnerMap*) [with KeyValueType = google::protobuf::Map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >::KeyValuePair; Key = std::__cxx11::basic_string<char>; T = std::__cxx11::basic_string<char>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:514:28:   required from ‘google::protobuf::Map<Key, T>::InnerMap::iterator google::protobuf::Map<Key, T>::InnerMap::begin() [with Key = std::__cxx11::basic_string<char>; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::InnerMap::iterator = google::protobuf::Map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >::InnerMap::iterator_base<google::protobuf::Map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >::KeyValuePair>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1032:27:   required from ‘google::protobuf::Map<Key, T>::iterator google::protobuf::Map<Key, T>::begin() [with Key = std::__cxx11::basic_string<char>; T = std::__cxx11::basic_string<char>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1142:27:   required from ‘void google::protobuf::Map<Key, T>::clear() [with Key = std::__cxx11::basic_string<char>; T = std::__cxx11::basic_string<char>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map_field_inl.h:186:1:   required from ‘void google::protobuf::internal::MapField<Derived, Key, T, key_wire_type, value_wire_type, default_enum_value>::Clear() [with Derived = tensorflow::FunctionDef_RetEntry_DoNotUse; Key = std::__cxx11::basic_string<char>; T = std::__cxx11::basic_string<char>; google::protobuf::internal::WireFormatLite::FieldType kKeyFieldType = (google::protobuf::internal::WireFormatLite::FieldType)9; google::protobuf::internal::WireFormatLite::FieldType kValueFieldType = (google::protobuf::internal::WireFormatLite::FieldType)9; int default_enum_value = 0]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/tensorflow/core/framework/function.pb.h:1271:14:   required from here
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:427:29: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsNonEmptyList(google::protobuf::Map<Key, T>::size_type) const [with Key = std::__cxx11::basic_string<char>; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
           if (m_->TableEntryIsNonEmptyList(bucket_index_)) {
           ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:430:30: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsTree(google::protobuf::Map<Key, T>::size_type) const [with Key = std::__cxx11::basic_string<char>; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
           } else if (m_->TableEntryIsTree(bucket_index_)) {
              ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h: In instantiation of ‘bool google::protobuf::Map<Key, T>::InnerMap::iterator_base<KeyValueType>::revalidate_if_necessary(google::protobuf::Map<Key, T>::InnerMap::TreeIterator*) [with KeyValueType = google::protobuf::Map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >::KeyValuePair; Key = std::__cxx11::basic_string<char>; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::InnerMap::TreeIterator = std::_Rb_tree_const_iterator<std::__cxx11::basic_string<char>*>]’:
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:608:12:   required from ‘void google::protobuf::Map<Key, T>::InnerMap::erase(google::protobuf::Map<Key, T>::InnerMap::iterator) [with Key = std::__cxx11::basic_string<char>; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::InnerMap::iterator = google::protobuf::Map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >::InnerMap::iterator_base<google::protobuf::Map<std::__cxx11::basic_string<char>, std::__cxx11::basic_string<char> >::KeyValuePair>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1134:1:   required from ‘google::protobuf::Map<Key, T>::iterator google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator) [with Key = std::__cxx11::basic_string<char>; T = std::__cxx11::basic_string<char>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1139:14:   required from ‘void google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator, google::protobuf::Map<Key, T>::iterator) [with Key = std::__cxx11::basic_string<char>; T = std::__cxx11::basic_string<char>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1142:21:   required from ‘void google::protobuf::Map<Key, T>::clear() [with Key = std::__cxx11::basic_string<char>; T = std::__cxx11::basic_string<char>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map_field_inl.h:186:1:   required from ‘void google::protobuf::internal::MapField<Derived, Key, T, key_wire_type, value_wire_type, default_enum_value>::Clear() [with Derived = tensorflow::FunctionDef_RetEntry_DoNotUse; Key = std::__cxx11::basic_string<char>; T = std::__cxx11::basic_string<char>; google::protobuf::internal::WireFormatLite::FieldType kKeyFieldType = (google::protobuf::internal::WireFormatLite::FieldType)9; google::protobuf::internal::WireFormatLite::FieldType kValueFieldType = (google::protobuf::internal::WireFormatLite::FieldType)9; int default_enum_value = 0]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/tensorflow/core/framework/function.pb.h:1271:14:   required from here
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:488:29: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsNonEmptyList(google::protobuf::Map<Key, T>::size_type) const [with Key = std::__cxx11::basic_string<char>; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
         if (m_->TableEntryIsNonEmptyList(bucket_index_)) {
         ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:502:24: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsList(google::protobuf::Map<Key, T>::size_type) const [with Key = std::__cxx11::basic_string<char>; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
         return m_->TableEntryIsList(bucket_index_);
         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h: In instantiation of ‘void google::protobuf::Map<Key, T>::InnerMap::iterator_base<KeyValueType>::SearchFrom(google::protobuf::Map<Key, T>::size_type) [with KeyValueType = google::protobuf::Map<unsigned int, std::__cxx11::basic_string<char> >::KeyValuePair; Key = unsigned int; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::size_type = long unsigned int]’:
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:399:11:   required from ‘google::protobuf::Map<Key, T>::InnerMap::iterator_base<KeyValueType>::iterator_base(const google::protobuf::Map<Key, T>::InnerMap*) [with KeyValueType = google::protobuf::Map<unsigned int, std::__cxx11::basic_string<char> >::KeyValuePair; Key = unsigned int; T = std::__cxx11::basic_string<char>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:514:28:   required from ‘google::protobuf::Map<Key, T>::InnerMap::iterator google::protobuf::Map<Key, T>::InnerMap::begin() [with Key = unsigned int; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::InnerMap::iterator = google::protobuf::Map<unsigned int, std::__cxx11::basic_string<char> >::InnerMap::iterator_base<google::protobuf::Map<unsigned int, std::__cxx11::basic_string<char> >::KeyValuePair>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1032:27:   required from ‘google::protobuf::Map<Key, T>::iterator google::protobuf::Map<Key, T>::begin() [with Key = unsigned int; T = std::__cxx11::basic_string<char>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1142:27:   required from ‘void google::protobuf::Map<Key, T>::clear() [with Key = unsigned int; T = std::__cxx11::basic_string<char>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map_field_inl.h:186:1:   required from ‘void google::protobuf::internal::MapField<Derived, Key, T, key_wire_type, value_wire_type, default_enum_value>::Clear() [with Derived = tensorflow::DeviceStepStats_ThreadNamesEntry_DoNotUse; Key = unsigned int; T = std::__cxx11::basic_string<char>; google::protobuf::internal::WireFormatLite::FieldType kKeyFieldType = (google::protobuf::internal::WireFormatLite::FieldType)13; google::protobuf::internal::WireFormatLite::FieldType kValueFieldType = (google::protobuf::internal::WireFormatLite::FieldType)9; int default_enum_value = 0]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/tensorflow/core/framework/step_stats.pb.h:2423:23:   required from here
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:427:29: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsNonEmptyList(google::protobuf::Map<Key, T>::size_type) const [with Key = unsigned int; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
           if (m_->TableEntryIsNonEmptyList(bucket_index_)) {
           ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:430:30: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsTree(google::protobuf::Map<Key, T>::size_type) const [with Key = unsigned int; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
           } else if (m_->TableEntryIsTree(bucket_index_)) {
              ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h: In instantiation of ‘bool google::protobuf::Map<Key, T>::InnerMap::iterator_base<KeyValueType>::revalidate_if_necessary(google::protobuf::Map<Key, T>::InnerMap::TreeIterator*) [with KeyValueType = google::protobuf::Map<unsigned int, std::__cxx11::basic_string<char> >::KeyValuePair; Key = unsigned int; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::InnerMap::TreeIterator = std::_Rb_tree_const_iterator<unsigned int*>]’:
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:608:12:   required from ‘void google::protobuf::Map<Key, T>::InnerMap::erase(google::protobuf::Map<Key, T>::InnerMap::iterator) [with Key = unsigned int; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::InnerMap::iterator = google::protobuf::Map<unsigned int, std::__cxx11::basic_string<char> >::InnerMap::iterator_base<google::protobuf::Map<unsigned int, std::__cxx11::basic_string<char> >::KeyValuePair>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1134:1:   required from ‘google::protobuf::Map<Key, T>::iterator google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator) [with Key = unsigned int; T = std::__cxx11::basic_string<char>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1139:14:   required from ‘void google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator, google::protobuf::Map<Key, T>::iterator) [with Key = unsigned int; T = std::__cxx11::basic_string<char>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1142:21:   required from ‘void google::protobuf::Map<Key, T>::clear() [with Key = unsigned int; T = std::__cxx11::basic_string<char>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map_field_inl.h:186:1:   required from ‘void google::protobuf::internal::MapField<Derived, Key, T, key_wire_type, value_wire_type, default_enum_value>::Clear() [with Derived = tensorflow::DeviceStepStats_ThreadNamesEntry_DoNotUse; Key = unsigned int; T = std::__cxx11::basic_string<char>; google::protobuf::internal::WireFormatLite::FieldType kKeyFieldType = (google::protobuf::internal::WireFormatLite::FieldType)13; google::protobuf::internal::WireFormatLite::FieldType kValueFieldType = (google::protobuf::internal::WireFormatLite::FieldType)9; int default_enum_value = 0]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/tensorflow/core/framework/step_stats.pb.h:2423:23:   required from here
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:488:29: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsNonEmptyList(google::protobuf::Map<Key, T>::size_type) const [with Key = unsigned int; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
         if (m_->TableEntryIsNonEmptyList(bucket_index_)) {
         ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:502:24: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsList(google::protobuf::Map<Key, T>::size_type) const [with Key = unsigned int; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
         return m_->TableEntryIsList(bucket_index_);
         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h: In instantiation of ‘void google::protobuf::Map<Key, T>::InnerMap::iterator_base<KeyValueType>::SearchFrom(google::protobuf::Map<Key, T>::size_type) [with KeyValueType = google::protobuf::Map<int, std::__cxx11::basic_string<char> >::KeyValuePair; Key = int; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::size_type = long unsigned int]’:
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:399:11:   required from ‘google::protobuf::Map<Key, T>::InnerMap::iterator_base<KeyValueType>::iterator_base(const google::protobuf::Map<Key, T>::InnerMap*) [with KeyValueType = google::protobuf::Map<int, std::__cxx11::basic_string<char> >::KeyValuePair; Key = int; T = std::__cxx11::basic_string<char>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:514:28:   required from ‘google::protobuf::Map<Key, T>::InnerMap::iterator google::protobuf::Map<Key, T>::InnerMap::begin() [with Key = int; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::InnerMap::iterator = google::protobuf::Map<int, std::__cxx11::basic_string<char> >::InnerMap::iterator_base<google::protobuf::Map<int, std::__cxx11::basic_string<char> >::KeyValuePair>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1032:27:   required from ‘google::protobuf::Map<Key, T>::iterator google::protobuf::Map<Key, T>::begin() [with Key = int; T = std::__cxx11::basic_string<char>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1142:27:   required from ‘void google::protobuf::Map<Key, T>::clear() [with Key = int; T = std::__cxx11::basic_string<char>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map_field_inl.h:186:1:   required from ‘void google::protobuf::internal::MapField<Derived, Key, T, key_wire_type, value_wire_type, default_enum_value>::Clear() [with Derived = tensorflow::JobDef_TasksEntry_DoNotUse; Key = int; T = std::__cxx11::basic_string<char>; google::protobuf::internal::WireFormatLite::FieldType kKeyFieldType = (google::protobuf::internal::WireFormatLite::FieldType)5; google::protobuf::internal::WireFormatLite::FieldType kValueFieldType = (google::protobuf::internal::WireFormatLite::FieldType)9; int default_enum_value = 0]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/tensorflow/core/protobuf/cluster.pb.h:520:16:   required from here
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:427:29: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsNonEmptyList(google::protobuf::Map<Key, T>::size_type) const [with Key = int; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
           if (m_->TableEntryIsNonEmptyList(bucket_index_)) {
           ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:430:30: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsTree(google::protobuf::Map<Key, T>::size_type) const [with Key = int; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
           } else if (m_->TableEntryIsTree(bucket_index_)) {
              ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h: In instantiation of ‘bool google::protobuf::Map<Key, T>::InnerMap::iterator_base<KeyValueType>::revalidate_if_necessary(google::protobuf::Map<Key, T>::InnerMap::TreeIterator*) [with KeyValueType = google::protobuf::Map<int, std::__cxx11::basic_string<char> >::KeyValuePair; Key = int; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::InnerMap::TreeIterator = std::_Rb_tree_const_iterator<int*>]’:
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:608:12:   required from ‘void google::protobuf::Map<Key, T>::InnerMap::erase(google::protobuf::Map<Key, T>::InnerMap::iterator) [with Key = int; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::InnerMap::iterator = google::protobuf::Map<int, std::__cxx11::basic_string<char> >::InnerMap::iterator_base<google::protobuf::Map<int, std::__cxx11::basic_string<char> >::KeyValuePair>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1134:1:   required from ‘google::protobuf::Map<Key, T>::iterator google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator) [with Key = int; T = std::__cxx11::basic_string<char>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1139:14:   required from ‘void google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator, google::protobuf::Map<Key, T>::iterator) [with Key = int; T = std::__cxx11::basic_string<char>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1142:21:   required from ‘void google::protobuf::Map<Key, T>::clear() [with Key = int; T = std::__cxx11::basic_string<char>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map_field_inl.h:186:1:   required from ‘void google::protobuf::internal::MapField<Derived, Key, T, key_wire_type, value_wire_type, default_enum_value>::Clear() [with Derived = tensorflow::JobDef_TasksEntry_DoNotUse; Key = int; T = std::__cxx11::basic_string<char>; google::protobuf::internal::WireFormatLite::FieldType kKeyFieldType = (google::protobuf::internal::WireFormatLite::FieldType)5; google::protobuf::internal::WireFormatLite::FieldType kValueFieldType = (google::protobuf::internal::WireFormatLite::FieldType)9; int default_enum_value = 0]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/tensorflow/core/protobuf/cluster.pb.h:520:16:   required from here
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:488:29: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsNonEmptyList(google::protobuf::Map<Key, T>::size_type) const [with Key = int; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
         if (m_->TableEntryIsNonEmptyList(bucket_index_)) {
         ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:502:24: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsList(google::protobuf::Map<Key, T>::size_type) const [with Key = int; T = std::__cxx11::basic_string<char>; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
         return m_->TableEntryIsList(bucket_index_);
         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h: In instantiation of ‘void google::protobuf::Map<Key, T>::InnerMap::iterator_base<KeyValueType>::SearchFrom(google::protobuf::Map<Key, T>::size_type) [with KeyValueType = google::protobuf::Map<std::__cxx11::basic_string<char>, int>::KeyValuePair; Key = std::__cxx11::basic_string<char>; T = int; google::protobuf::Map<Key, T>::size_type = long unsigned int]’:
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:399:11:   required from ‘google::protobuf::Map<Key, T>::InnerMap::iterator_base<KeyValueType>::iterator_base(const google::protobuf::Map<Key, T>::InnerMap*) [with KeyValueType = google::protobuf::Map<std::__cxx11::basic_string<char>, int>::KeyValuePair; Key = std::__cxx11::basic_string<char>; T = int]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:514:28:   required from ‘google::protobuf::Map<Key, T>::InnerMap::iterator google::protobuf::Map<Key, T>::InnerMap::begin() [with Key = std::__cxx11::basic_string<char>; T = int; google::protobuf::Map<Key, T>::InnerMap::iterator = google::protobuf::Map<std::__cxx11::basic_string<char>, int>::InnerMap::iterator_base<google::protobuf::Map<std::__cxx11::basic_string<char>, int>::KeyValuePair>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1032:27:   required from ‘google::protobuf::Map<Key, T>::iterator google::protobuf::Map<Key, T>::begin() [with Key = std::__cxx11::basic_string<char>; T = int]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1142:27:   required from ‘void google::protobuf::Map<Key, T>::clear() [with Key = std::__cxx11::basic_string<char>; T = int]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map_field_inl.h:186:1:   required from ‘void google::protobuf::internal::MapField<Derived, Key, T, key_wire_type, value_wire_type, default_enum_value>::Clear() [with Derived = tensorflow::ConfigProto_DeviceCountEntry_DoNotUse; Key = std::__cxx11::basic_string<char>; T = int; google::protobuf::internal::WireFormatLite::FieldType kKeyFieldType = (google::protobuf::internal::WireFormatLite::FieldType)9; google::protobuf::internal::WireFormatLite::FieldType kValueFieldType = (google::protobuf::internal::WireFormatLite::FieldType)5; int default_enum_value = 0]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/tensorflow/core/protobuf/config.pb.h:5156:23:   required from here
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:427:29: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsNonEmptyList(google::protobuf::Map<Key, T>::size_type) const [with Key = std::__cxx11::basic_string<char>; T = int; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
           if (m_->TableEntryIsNonEmptyList(bucket_index_)) {
           ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:430:30: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsTree(google::protobuf::Map<Key, T>::size_type) const [with Key = std::__cxx11::basic_string<char>; T = int; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
           } else if (m_->TableEntryIsTree(bucket_index_)) {
              ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h: In instantiation of ‘bool google::protobuf::Map<Key, T>::InnerMap::iterator_base<KeyValueType>::revalidate_if_necessary(google::protobuf::Map<Key, T>::InnerMap::TreeIterator*) [with KeyValueType = google::protobuf::Map<std::__cxx11::basic_string<char>, int>::KeyValuePair; Key = std::__cxx11::basic_string<char>; T = int; google::protobuf::Map<Key, T>::InnerMap::TreeIterator = std::_Rb_tree_const_iterator<std::__cxx11::basic_string<char>*>]’:
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:608:12:   required from ‘void google::protobuf::Map<Key, T>::InnerMap::erase(google::protobuf::Map<Key, T>::InnerMap::iterator) [with Key = std::__cxx11::basic_string<char>; T = int; google::protobuf::Map<Key, T>::InnerMap::iterator = google::protobuf::Map<std::__cxx11::basic_string<char>, int>::InnerMap::iterator_base<google::protobuf::Map<std::__cxx11::basic_string<char>, int>::KeyValuePair>]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1134:1:   required from ‘google::protobuf::Map<Key, T>::iterator google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator) [with Key = std::__cxx11::basic_string<char>; T = int]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1139:14:   required from ‘void google::protobuf::Map<Key, T>::erase(google::protobuf::Map<Key, T>::iterator, google::protobuf::Map<Key, T>::iterator) [with Key = std::__cxx11::basic_string<char>; T = int]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:1142:21:   required from ‘void google::protobuf::Map<Key, T>::clear() [with Key = std::__cxx11::basic_string<char>; T = int]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map_field_inl.h:186:1:   required from ‘void google::protobuf::internal::MapField<Derived, Key, T, key_wire_type, value_wire_type, default_enum_value>::Clear() [with Derived = tensorflow::ConfigProto_DeviceCountEntry_DoNotUse; Key = std::__cxx11::basic_string<char>; T = int; google::protobuf::internal::WireFormatLite::FieldType kKeyFieldType = (google::protobuf::internal::WireFormatLite::FieldType)9; google::protobuf::internal::WireFormatLite::FieldType kValueFieldType = (google::protobuf::internal::WireFormatLite::FieldType)5; int default_enum_value = 0]’
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/tensorflow/core/protobuf/config.pb.h:5156:23:   required from here
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:488:29: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsNonEmptyList(google::protobuf::Map<Key, T>::size_type) const [with Key = std::__cxx11::basic_string<char>; T = int; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
         if (m_->TableEntryIsNonEmptyList(bucket_index_)) {
         ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
bazel-out/k8-fastbuild/genfiles/external/local_config_tf/include/google/protobuf/map.h:502:24: error: cannot call member function ‘bool google::protobuf::Map<Key, T>::InnerMap::TableEntryIsList(google::protobuf::Map<Key, T>::size_type) const [with Key = std::__cxx11::basic_string<char>; T = int; google::protobuf::Map<Key, T>::size_type = long unsigned int]’ without object
         return m_->TableEntryIsList(bucket_index_);
         ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~
ERROR: /data/students_home/fschipani/thesis/addons/tensorflow_addons/custom_ops/layers/BUILD:7:1: output 'tensorflow_addons/custom_ops/layers/_objs/_correlation_cost_ops_gpu/correlation_cost_op_gpu.cu.pic.o' was not created
ERROR: /data/students_home/fschipani/thesis/addons/tensorflow_addons/custom_ops/layers/BUILD:7:1: not all outputs were created or valid
Target //:build_pip_pkg failed to build
INFO: Elapsed time: 32.701s, Critical Path: 31.83s
INFO: 1 process: 1 local.
FAILED: Build did NOT complete successfully

Yep, thanks!
The problem was NVCC version. Before I had
```nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2019 NVIDIA Corporation
Built on Fri_Feb__8_19:08:17_PST_2019
Cuda compilation tools, release 10.1, V10.1.105

Now:

nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2019 NVIDIA Corporation
Built on Sun_Jul_28_19:07:16_PDT_2019
Cuda compilation tools, release 10.1, V10.1.243
```

Was this page helpful?
0 / 5 - 0 ratings