| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
This reverts commit c9bb4a9.
|
GitHub said OwlBot PostProcessor failed But the build is still running. |
Sorry, something went wrong.
|
It died with 80 minutes timeout Step #8: e9828dff6efe: Pull complete Step #8: Digest: sha256:f18997e574d4544becdcee35cef3f23ebef78d8e2e3a982306106313dea50aed Step #8: Status: Downloaded newer image for gcr.io/cloud-devrel-public-resources/owlbot-cli:latest Step #8: gcr.io/cloud-devrel-public-resources/owlbot-cli:latest Step #8: git add -A . TIMEOUT ERROR: context deadline exceeded It was very close. |
Sorry, something went wrong.
docker run --rm -v $(pwd):/workspace -w /workspace --user $(id -u):$(id -g) gcr.io/cloud-devrel-public-resources/owlbot-java
|
I ran owlbot-java manually: docker run --rm -v $(pwd):/workspace -w /workspace --user $(id -u):$(id -g) gcr.io/cloud-devrel-public-resources/owlbot-java It seems working. |
Sorry, something went wrong.
|
I think it's waiting for a new shared dependencies BOM. Error: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project google-analytics-data: Compilation failure: Compilation failure: Error: /home/runner/work/google-cloud-java/google-cloud-java/java-analytics-data/google-analytics-data/src/main/java/com/google/analytics/data/v1beta/stub/HttpJsonBetaAnalyticsDataStub.java:[92,35] method toBody in class com.google.api.gax.httpjson.ProtoRestSerializer<RequestT> cannot be applied to given types; Error: required: java.lang.String,com.google.protobuf.Message Error: found: java.lang.String,com.google.analytics.data.v1beta.RunReportRequest,boolean Error: reason: actual and formal argument lists differ in length |
Sorry, something went wrong.
|
The google-data-analytics module is not referencing java-analytics module's pom.xml in this repository, because the version is different. It now references the artifact in Maven Central, which references an old GAX version. |
Sorry, something went wrong.
Error: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project proto-google-cloud-websecurityscanner-v1: Compilation failure: Compilation failure: Error: /home/runner/work/google-cloud-java/google-cloud-java/java-websecurityscanner/proto-google-cloud-websecurityscanner-v1/src/main/java/com/google/cloud/websecurityscanner/v1/Xxe.java:[111,9] cannot find symbol Error: symbol: variable internal_static_google_cloud_websecurityscanner_v1_Xxe_descriptor Error: location: class com.google.cloud.websecurityscanner.v1.FindingAddonProto Error: /home/runner/work/google-cloud-java/google-cloud-java/java-websecurityscanner/proto-google-cloud-websecurityscanner-v1/src/main/java/com/google/cloud/websecurityscanner/v1/Xxe.java:[118,9] cannot find symbol Error: symbol: variable internal_static_google_cloud_websecurityscanner_v1_Xxe_fieldAccessorTable Error: location: class com.google.cloud.websecurityscanner.v1.FindingAddonProto Error: /home/runner/work/google-cloud-java/google-cloud-java/java-websecurityscanner/proto-google-cloud-websecurityscanner-v1/src/main/java/com/google/cloud/websecurityscanner/v1/Xxe.java:[533,11] cannot find symbol Error: symbol: variable internal_static_google_cloud_websecurityscanner_v1_Xxe_descriptor Error: location: class com.google.cloud.websecurityscanner.v1.FindingAddonProto Error: /home/runner/work/google-cloud-java/google-cloud-java/java-websecurityscanner/proto-google-cloud-websecurityscanner-v1/src/main/java/com/google/cloud/websecurityscanner/v1/Xxe.java:[540,11] cannot find symbol Error: symbol: variable internal_static_google_cloud_websecurityscanner_v1_Xxe_fieldAccessorTable Error: location: class com.google.cloud.websecurityscanner.v1.FindingAddonProto Error: /home/runner/work/google-cloud-java/google-cloud-java/java-websecurityscanner/proto-google-cloud-websecurityscanner-v1/src/main/java/com/google/cloud/websecurityscanner/v1/Xxe.java:[573,11] cannot find symbol Error: symbol: variable internal_static_google_cloud_websecurityscanner_v1_Xxe_descriptor Error: location: class com.google.cloud.websecurityscanner.v1.FindingAddonProto The Xxe.java does not exist in the split repo yet. https://github.com/googleapis/java-websecurityscanner/pull/741/files#diff-3d6f33fcbec6e90a00dbdb58f08e676785b42d9b946fc9d08016a0c8d2e31e21 (not merged yet; 2 CL changes) is adding the class to the repository. |
Sorry, something went wrong.
|
All checks green. |
Sorry, something went wrong.
…pic, gax_java, generator_java versions (googleapis#8340) * Revert "fix: owl-bot-staging should not be commited (googleapis#8337)" This reverts commit c9bb4a9. * owlbot-java postprocessor docker run --rm -v $(pwd):/workspace -w /workspace --user $(id -u):$(id -g) gcr.io/cloud-devrel-public-resources/owlbot-java * manual fix * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * use shared dep bom without property Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
Reverts #8337, which reverted #8305. 8305 was merged without OwlBot Java Postprocessor (owl-bot-staging directory). We should merged the change after processing OwlBot Java PostProcessor.
The idea is that OwlBot Java PostProcessor should process the content of owl-bot-staging if we wait. No need to have OwlBot service to re-create the pull request.