You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/var/local/git/grpc/third_party/protobuf/src/google/protobuf/duration.pb.cc: In member function ‘virtual const google::protobuf::MessageLite::ClassData* google::protobuf::Duration::GetClassData() const’:
/var/local/git/grpc/third_party/protobuf/src/google/protobuf/duration.pb.cc:159:7: error: could not convert ‘{{(& google::protobuf::Duration::_table_.google::protobuf::internal::TcParseTable<1, 2, 0, 0, 2>::header), nullptr, nullptr, 28, false}, google::protobuf::Duration::MergeImpl, (& google::protobuf::Message::kDescriptorMethods), (& descriptor_table_google_2fprotobuf_2fduration_2eproto), nullptr}’ from ‘’ to ‘const google::protobuf::MessageLite::ClassDataFull’
159 | };
| ^
| |
|
Anything else we should know about your project / environment
This test is running under this docker image; us-docker.pkg.dev/grpc-testing/testing-images-public/cxx_debian11_x64:a9c5d062364adc836b4068cad93a3e448b25c37c@sha256:9f9285da21c1053ac715027e0cee66c20c70ebf016053328a4cee61ffd37e59b
The text was updated successfully, but these errors were encountered:
This is due to due to same error as #16868 preventing our CI job to refresh staleness files from running successfully. Sam has a fix coming in shortly.
What version of protobuf and what language are you using?
Protobuf commit 69a26b2
What operating system (Linux, Windows, ...) and version?
Linux Debian 11 using Docker
What runtime / compiler are you using (e.g., python version or gcc version)
gcc 10
What did you do?
Build protobuf using cmake
What did you expect to see
Successful build
What did you see instead?
Build failure with log
Anything else we should know about your project / environment
us-docker.pkg.dev/grpc-testing/testing-images-public/cxx_debian11_x64:a9c5d062364adc836b4068cad93a3e448b25c37c@sha256:9f9285da21c1053ac715027e0cee66c20c70ebf016053328a4cee61ffd37e59b
The text was updated successfully, but these errors were encountered: