| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Sorry, something went wrong.
|
Owl bot is regenerating pull request 8462... |
Sorry, something went wrong.
|
Owl bot is regenerating pull request 8462... |
Sorry, something went wrong.
|
Owl-bot is adding in the staging-directory for some reason. Was reprocessed and removed |
Sorry, something went wrong.
|
Original googleapis-gen commit for java-dataproc adds in Metric.java and MetricOrBuilder.java 7 days ago: https://github.com/googleapis/googleapis-gen/commit/a41cc2ab3df78ee0b84f67499e7562de02ab34c0 Another googleapis-gen commit for java-datproc deletes Metric.java and MetricOrBuilder.java yesterday: Java-DataprocSince java-dataproc owlbot PR was not merged, it looks like owlbot combined the two PRs: googleapis/java-dataproc#922
MonorepoIn google-cloud-java, the java-dataproc PR was merged 7 days ago: #8433
New Owlbot PR for java-dataproc came in yesterday: #8462
Is this the correct behavior? I thought this may be a bug.
If this is the intended behavior, this may be an issue if protos and the corresponding java files are deleted. Can you confirm if this is the behavior or if I'm missing something? Fix
|
Sorry, something went wrong.
|
Failure in "ci / units (8)": Error: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:compile (default-compile) on project proto-google-cloud-dataproc-v1: Compilation failure: Compilation failure: Error: /home/runner/work/google-cloud-java/google-cloud-java/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/Metric.java:[118,9] cannot find symbol Error: symbol: variable internal_static_google_cloud_dataproc_v1_Metric_descriptor Error: location: class com.google.cloud.dataproc.v1.ClustersProto Error: /home/runner/work/google-cloud-java/google-cloud-java/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/Metric.java:[125,9] cannot find symbol Error: symbol: variable internal_static_google_cloud_dataproc_v1_Metric_fieldAccessorTable Error: location: class com.google.cloud.dataproc.v1.ClustersProto Error: /home/runner/work/google-cloud-java/google-cloud-java/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/Metric.java:[669,11] cannot find symbol Error: symbol: variable internal_static_google_cloud_dataproc_v1_Metric_descriptor Error: location: class com.google.cloud.dataproc.v1.ClustersProto Error: /home/runner/work/google-cloud-java/google-cloud-java/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/Metric.java:[676,11] cannot find symbol Error: symbol: variable internal_static_google_cloud_dataproc_v1_Metric_fieldAccessorTable Error: location: class com.google.cloud.dataproc.v1.ClustersProto Error: /home/runner/work/google-cloud-java/google-cloud-java/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/Metric.java:[709,11] cannot find symbol Error: symbol: variable internal_static_google_cloud_dataproc_v1_Metric_descriptor Error: location: class com.google.cloud.dataproc.v1.ClustersProto Error: -> [Help 1] owlbot-java log: https://pantheon.corp.google.com/cloud-build/builds;region=global/adc924e4-6e44-4efb-983b-fbf65dea6ae8;step=5?project=repo-automation-bots , says "In monorepo but no owl-bot-staging. Formatting changes in the last commit". Searching for owlbot-java invocation that actually extracted owl-bot-staging directory. Selected "Regenerate this pull request now." How the files are supposed to be removedjava-dataproc/.OwlBot.yaml defines "deep-remove-regex". deep-remove-regex: tells Owl Bot which files to remove before copying in files from googleapis/googleapis-gen (from the document). https://github.com/googleapis/google-cloud-java/blob/main/java-dataproc/.OwlBot.yaml#L16 deep-remove-regex: - "/samples/snippets/generated" - "/grpc-google-.*/src" - "/proto-google-.*/src" - "/google-.*/src" google-cloud-java/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/Metric.java should match the 3rd item "/proto-google-.*/src. The files in /proto-google-.*/src should have been removed when owlbot-java ran with working directory of google-cloud-java/java-dataproc. Before owlbot-java postprocessor finishes, the pull request has commit 5573023 OwlBot Java PostProcessor loghttps://pantheon.corp.google.com/cloud-build/builds;region=global/713b7ce7-dc86-4921-8f05-b513b1f30077;step=5?project=repo-automation-bots gpaste/5082812242722816 It's indeed reading from owl-bot-staging. Step #5: Processing monorepo Step #5: Extracting contents from owl-bot-staging Step #5: /workspace/google-cloud-java/java-dataproc /workspace/google-cloud-java How is it executing deep-remove-regex? To figure out by running the owlbot command by myself. |
Sorry, something went wrong.
|
Owl bot is regenerating pull request 8462... |
Sorry, something went wrong.
An experiment to add /java-dataproc to OwlBot configuration file This is part of investigation of #8462
|
Owl bot is regenerating pull request 8462... |
Sorry, something went wrong.
Committer: @akshatbhargava123 PiperOrigin-RevId: 477101789 Source-Link: googleapis/googleapis@2e19de1 Source-Link: https://github.com/googleapis/googleapis-gen/commit/c12032a59778fdd173d4cfe82c472c0596043865 Copy-Tag: eyJwIjoiamF2YS1kYXRhcHJvYy8uT3dsQm90LnlhbWwiLCJoIjoiYzEyMDMyYTU5Nzc4ZmRkMTczZDRjZmU4MmM0NzJjMDU5NjA0Mzg2NSJ9
|
The experiment #8476 succeeded: The log file of OwlBot service invocation now has the entry below. First it removes the file and then generates Java code from protos. "textPayload": "Step #5: rm /tmp/tmp-1-0gwwndV7nKFT/dest/java-dataproc/proto-google-cloud-dataproc-v1/src/main/java/com/google/cloud/dataproc/v1/Metric.java", |
Sorry, something went wrong.
An experiment to add /java-dataproc to OwlBot configuration file This is part of investigation of googleapis#8462
… configuration (googleapis#8462) * chore: updated docs and code sturcture for Dataproc metric configuration Committer: @akshatbhargava123 PiperOrigin-RevId: 477101789 Source-Link: googleapis/googleapis@2e19de1 Source-Link: googleapis/googleapis-gen@c12032a Copy-Tag: eyJwIjoiamF2YS1kYXRhcHJvYy8uT3dsQm90LnlhbWwiLCJoIjoiYzEyMDMyYTU5Nzc4ZmRkMTczZDRjZmU4MmM0NzJjMDU5NjA0Mzg2NSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
Committer: @akshatbhargava123
PiperOrigin-RevId: 477101789
Source-Link: googleapis/googleapis@2e19de1
Source-Link: https://github.com/googleapis/googleapis-gen/commit/c12032a59778fdd173d4cfe82c472c0596043865
Copy-Tag: eyJwIjoiamF2YS1kYXRhcHJvYy8uT3dsQm90LnlhbWwiLCJoIjoiYzEyMDMyYTU5Nzc4ZmRkMTczZDRjZmU4MmM0NzJjMDU5NjA0Mzg2NSJ9