Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Protocol Buffer namespace warnings #163

Open
matthewjumpsoffbuildings opened this issue Apr 3, 2024 · 1 comment
Open

Protocol Buffer namespace warnings #163

matthewjumpsoffbuildings opened this issue Apr 3, 2024 · 1 comment

Comments

@matthewjumpsoffbuildings
Copy link

matthewjumpsoffbuildings commented Apr 3, 2024

I am noticing warnings when I launch the spanner emulator, both in the terminal locally, and when using the gcr.io/cloud-spanner-emulator/emulator docker image on a bitbucket pipeline.

WARNING: proto: file "google/rpc/status.proto" is already registered
	previously from: "[google.golang.org/genproto/googleapis/rpc/status](http://google.golang.org/genproto/googleapis/rpc/status)"
	currently from:  "unknown"
See https://protobuf.dev/reference/go/faq#namespace-conflict
WARNING: proto: file "google/rpc/status.proto" has a name conflict over google.rpc.Status
	previously from: "[google.golang.org/genproto/googleapis/rpc/status](http://google.golang.org/genproto/googleapis/rpc/status)"
	currently from:  "unknown"
See https://protobuf.dev/reference/go/faq#namespace-conflict
WARNING: proto: message google.rpc.Status is already registered
	previously from: "google.golang.org/genproto/googleapis/rpc/status"
	currently from:  "unknown"
See https://protobuf.dev/reference/go/faq#namespace-conflict
WARNING: All log messages before absl::InitializeLog() is called are written to STDERR
@BobDickinson
Copy link

Same. Running MacOS Sonoma 14.6.1, fresh gcloud update and Docker update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants