Closed benjaminp closed 3 years ago
Hi @benjaminp. Thanks for your PR.
I'm waiting for a grpc-ecosystem member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test
on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.
Once the patch is verified, the new status will be reflected by the ok-to-test
label.
I understand the commands that are listed here.
/ok-to-test
Tested failed with following errors:
[0 / 151] [Prepa] Writing file src/libmessage_stream.a-2.params ERROR: /home/prow/go/src/github.com/grpc-ecosystem/grpc-httpjson-transcoding/src/BUILD:82:11: Compiling src/request_message_translator.cc failed: (Exit 1): clang-10 failed: error executing command /usr/bin/clang-10 -U_FORTIFY_SOURCE -fstack-protector -Wall -Wthread-safety -Wself-assign -fcolor-diagnostics -fno-omit-frame-pointer '-std=c++0x' -MD -MF ... (remaining 40 argument(s) skipped) Use --sandbox_debug to see verbose messages from the sandbox clang-10 failed: error executing command /usr/bin/clang-10 -U_FORTIFY_SOURCE -fstack-protector -Wall -Wthread-safety -Wself-assign -fcolor-diagnostics -fno-omit-frame-pointer '-std=c++0x' -MD -MF ... (remaining 40 argument(s) skipped) Use --sandbox_debug to see verbose messages from the sandbox src/request_message_translator.cc:136:33: error: no member named 'StatusCode' in namespace 'google::protobuf::util' ::google::protobuf::util::StatusCode::kInvalidArgument,
src/request_message_translator.cc:144:33: error: no member named 'StatusCode' in namespace 'google::protobuf::util'
::google::protobuf::util::StatusCode::kInvalidArgument,
~~~~~~~~~~~~~~~~~~~~~~~~~~^
src/request_message_translator.cc:153:33: error: no member named 'StatusCode' in namespace 'google::protobuf::util'
::google::protobuf::util::StatusCode::kInvalidArgument,
~~~~~~~~~~~~~~~~~~~~~~~~~~^
3 errors generated.
yeah, seems like this doesn't work on protobuf 3.15.0
series...
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: benjaminp, qiwzhang
The full list of commands accepted by this bot can be found here.
The pull request process is described here
This is needed to be compatible with protobuf 3.16.0.