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

Nightly flake: grpc generics compilation failure #11067

Open
burkedavison opened this issue Aug 12, 2024 · 2 comments
Open

Nightly flake: grpc generics compilation failure #11067

burkedavison opened this issue Aug 12, 2024 · 2 comments
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@burkedavison
Copy link
Member

https://fusion2.corp.google.com/invocations/264d140a-c367-473f-a5ec-225c9a4976bc/targets/cloud-devrel%2Fclient-libraries%2Fjava%2Fgoogle-cloud-java%2Fnightly%2Fgraalvm-sub-jobs%2Fnative-a%2Fgraalvm-native-5/log

07:17:01:908 [INFO] --- compiler:3.13.0:compile (default-compile) @ grpc-google-cloud-aiplatform-v1beta1 ---
07:17:01:911 [INFO] Recompiling the module because of changed dependency.
07:17:01:911 [INFO] Compiling 35 source files with javac [debug deprecation release 8] to target/classes
07:17:03:418 [INFO] -------------------------------------------------------------
07:17:03:418 [ERROR] COMPILATION ERROR : 
07:17:03:418 [INFO] -------------------------------------------------------------
07:17:03:418 [ERROR] /tmpfs/src/github/google-cloud-java/java-aiplatform/grpc-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/PredictionServiceGrpc.java:[1901,19] incompatible types: inference variable ReqT has incompatible equality constraints com.google.cloud.aiplatform.v1beta1.GenerateContentResponse,ReqT,com.google.cloud.aiplatform.v1beta1.GenerateContentRequest
07:17:03:418 [INFO] 1 error
@burkedavison burkedavison added type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. priority: p2 Moderately-important priority. Fix may not be included in next release. labels Aug 12, 2024
@burkedavison
Copy link
Member Author

Similar issue, but different API. Renaming issue to reflect that this is not aiplatform specific.

https://fusion2.corp.google.com/invocations/18974d74-8273-4aef-a92f-cc7da7679843/targets/cloud-devrel%2Fclient-libraries%2Fjava%2Fgoogle-cloud-java%2Fnightly%2Fgraalvm-sub-jobs%2Fnative-b%2Fgraalvm-native-12;config=default/log

07:44:21:608 [INFO] --- compiler:3.13.0:compile (default-compile) @ grpc-google-cloud-memcache-v1 ---
07:44:21:611 [INFO] Recompiling the module because of changed dependency.
07:44:21:613 [INFO] Compiling 1 source file with javac [debug deprecation release 8] to target/classes
07:44:21:738 [INFO] -------------------------------------------------------------
07:44:21:738 [ERROR] COMPILATION ERROR : 
07:44:21:738 [INFO] -------------------------------------------------------------
07:44:21:738 [ERROR] /tmpfs/src/github/google-cloud-java/java-memcache/grpc-google-cloud-memcache-v1/src/main/java/com/google/cloud/memcache/v1/CloudMemcacheGrpc.java:[679,46] incompatible types: inference variable ResponseT has incompatible equality constraints com.google.cloud.memcache.v1.CreateInstanceRequest,RespT,com.google.longrunning.Operation
07:44:21:738 [INFO] 1 error

@burkedavison burkedavison changed the title Nightly flake: aiplatform compilation failure Nightly flake: grpc generics compilation failure Aug 14, 2024
@burkedavison
Copy link
Member Author

https://fusion2.corp.google.com/invocations/a45bc175-ffbb-4bd7-9d71-11ad68b48722/targets/cloud-devrel%2Fclient-libraries%2Fjava%2Fgoogle-cloud-java%2Fnightly%2Fgraalvm-sub-jobs%2Fnative-b%2Fgraalvm-native-9/log

07:17:19:202 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.13.0:compile (default-compile) on project grpc-google-cloud-orgpolicy-v2: Compilation failure
07:17:19:202 [ERROR] /tmpfs/src/github/google-cloud-java/java-orgpolicy/grpc-google-cloud-orgpolicy-v2/src/main/java/com/google/cloud/orgpolicy/v2/OrgPolicyGrpc.java:[1425,54] incompatible types: inference variable ReqT has incompatible equality constraints com.google.cloud.orgpolicy.v2.ListConstraintsResponse,com.google.cloud.orgpolicy.v2.ListConstraintsRequest,RequestT

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

1 participant