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

[BUG] Protobuf gencode console warning messages #1026

Closed
ZeLonewolf opened this issue Sep 22, 2024 · 4 comments
Closed

[BUG] Protobuf gencode console warning messages #1026

ZeLonewolf opened this issue Sep 22, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@ZeLonewolf
Copy link
Contributor

There are console warning messages as follows:

Sep 22, 2024 1:18:14 PM com.google.protobuf.RuntimeVersion validateProtobufGencodeVersionImpl
WARNING:  Protobuf gencode version 4.28.1 is older than the runtime version 4.28.2 at com.google.api.expr.v1alpha1.Decl$FunctionDecl$Overload. Please avoid checked-in Protobuf gencode that can be obsolete.
Sep 22, 2024 1:18:14 PM com.google.protobuf.RuntimeVersion validateProtobufGencodeVersionImpl
WARNING:  Protobuf gencode version 4.28.1 is older than the runtime version 4.28.2 at com.google.api.expr.v1alpha1.Decl$FunctionDecl. Please avoid checked-in Protobuf gencode that can be obsolete.
Sep 22, 2024 1:18:14 PM com.google.protobuf.RuntimeVersion validateProtobufGencodeVersionImpl
WARNING:  Protobuf gencode version 4.28.1 is older than the runtime version 4.28.2 at com.google.api.expr.v1alpha1.Type$ListType. Please avoid checked-in Protobuf gencode that can be obsolete.
Sep 22, 2024 1:18:14 PM com.google.protobuf.RuntimeVersion validateProtobufGencodeVersionImpl
WARNING:  Protobuf gencode version 4.28.1 is older than the runtime version 4.28.2 at com.google.api.expr.v1alpha1.Expr. Please avoid checked-in Protobuf gencode that can be obsolete.
Sep 22, 2024 1:18:14 PM com.google.protobuf.RuntimeVersion validateProtobufGencodeVersionImpl
WARNING:  Protobuf gencode version 4.28.1 is older than the runtime version 4.28.2 at com.google.api.expr.v1alpha1.Expr$Ident. Please avoid checked-in Protobuf gencode that can be obsolete.
Sep 22, 2024 1:18:14 PM com.google.protobuf.RuntimeVersion validateProtobufGencodeVersionImpl
WARNING:  Protobuf gencode version 4.28.1 is older than the runtime version 4.28.2 at com.google.api.expr.v1alpha1.Expr$Select. Please avoid checked-in Protobuf gencode that can be obsolete.
Sep 22, 2024 1:18:14 PM com.google.protobuf.RuntimeVersion validateProtobufGencodeVersionImpl
WARNING:  Protobuf gencode version 4.28.1 is older than the runtime version 4.28.2 at com.google.api.expr.v1alpha1.Expr$CreateList. Please avoid checked-in Protobuf gencode that can be obsolete.
Sep 22, 2024 1:18:14 PM com.google.protobuf.RuntimeVersion validateProtobufGencodeVersionImpl
WARNING:  Protobuf gencode version 4.28.1 is older than the runtime version 4.28.2 at com.google.api.expr.v1alpha1.Expr$Call. Please avoid checked-in Protobuf gencode that can be obsolete.
Sep 22, 2024 1:18:14 PM com.google.protobuf.RuntimeVersion validateProtobufGencodeVersionImpl
WARNING:  Protobuf gencode version 4.28.1 is older than the runtime version 4.28.2 at com.google.api.expr.v1alpha1.SourceInfo. Please avoid checked-in Protobuf gencode that can be obsolete.
Sep 22, 2024 1:18:14 PM com.google.protobuf.RuntimeVersion validateProtobufGencodeVersionImpl
WARNING:  Protobuf gencode version 4.28.1 is older than the runtime version 4.28.2 at com.google.api.expr.v1alpha1.SyntaxProto. Please avoid checked-in Protobuf gencode that can be obsolete.
Sep 22, 2024 1:18:14 PM com.google.protobuf.RuntimeVersion validateProtobufGencodeVersionImpl
WARNING:  Protobuf gencode version 4.28.1 is older than the runtime version 4.28.2 at com.google.api.expr.v1alpha1.ParsedExpr. Please avoid checked-in Protobuf gencode that can be obsolete.
Sep 22, 2024 1:18:14 PM com.google.protobuf.RuntimeVersion validateProtobufGencodeVersionImpl
WARNING:  Protobuf gencode version 4.28.1 is older than the runtime version 4.28.2 at com.google.api.expr.v1alpha1.Type$FunctionType. Please avoid checked-in Protobuf gencode that can be obsolete.
Sep 22, 2024 1:18:14 PM com.google.protobuf.RuntimeVersion validateProtobufGencodeVersionImpl
WARNING:  Protobuf gencode version 4.28.1 is older than the runtime version 4.28.2 at com.google.api.expr.v1alpha1.DeclProto. Please avoid checked-in Protobuf gencode that can be obsolete.
Sep 22, 2024 1:18:14 PM com.google.protobuf.RuntimeVersion validateProtobufGencodeVersionImpl
WARNING:  Protobuf gencode version 4.28.1 is older than the runtime version 4.28.2 at com.google.api.expr.v1alpha1.Reference. Please avoid checked-in Protobuf gencode that can be obsolete.
Sep 22, 2024 1:18:14 PM com.google.protobuf.RuntimeVersion validateProtobufGencodeVersionImpl
WARNING:  Protobuf gencode version 4.28.1 is older than the runtime version 4.28.2 at com.google.api.expr.v1alpha1.CheckedExpr. Please avoid checked-in Protobuf gencode that can be obsolete.
@ZeLonewolf ZeLonewolf added the bug Something isn't working label Sep 22, 2024
@msbarry
Copy link
Contributor

msbarry commented Sep 22, 2024

Is this with planetiler bundled in an application with other dependencies including protobuf? The planetiler build that gets distributed here has the right version of protobuf runtime packaged, but if you have a custom build that pulls in the wrong version it will cause this kind of issue.

@msbarry
Copy link
Contributor

msbarry commented Sep 22, 2024

Oh actually it looks like this could be a dependency version issue between the version of protobuf planetiler directly depends on and the version CEL transitive depends on.

@ZeLonewolf
Copy link
Contributor Author

Yes, this is running planetiler with a yaml config file containing CEL expressions.

@msbarry
Copy link
Contributor

msbarry commented Sep 26, 2024

Fixed by #1030

@msbarry msbarry closed this as completed Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants