Skip to content

feat: [cloudscheduler] Updated Client Libraries for Cloud Scheduler - #8911

Merged
gcf-merge-on-green[bot] merged 3 commits into
mainfrom
owl-bot-copy-java-scheduler
Dec 20, 2022
Merged

feat: [cloudscheduler] Updated Client Libraries for Cloud Scheduler#8911
gcf-merge-on-green[bot] merged 3 commits into
mainfrom
owl-bot-copy-java-scheduler

Conversation

@gcf-owl-bot

@gcf-owl-bot gcf-owl-bot Bot commented Dec 13, 2022

Copy link
Copy Markdown
Contributor
  • Regenerate this pull request now.

PiperOrigin-RevId: 495092454

Source-Link: googleapis/googleapis@3fbdb93

Source-Link: https://github.com/googleapis/googleapis-gen/commit/ecf0b6c90ee76e53e38cb8ea5f60475f2b4e320c
Copy-Tag: eyJwIjoiamF2YS1zY2hlZHVsZXIvLk93bEJvdC55YW1sIiwiaCI6ImVjZjBiNmM5MGVlNzZlNTNlMzhjYjhlYTVmNjA0NzVmMmI0ZTMyMGMifQ==

@trusted-contributions-gcf trusted-contributions-gcf Bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Dec 13, 2022
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 13, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 13, 2022
PiperOrigin-RevId: 495092454

Source-Link: googleapis/googleapis@3fbdb93

Source-Link: https://github.com/googleapis/googleapis-gen/commit/ecf0b6c90ee76e53e38cb8ea5f60475f2b4e320c
Copy-Tag: eyJwIjoiamF2YS1zY2hlZHVsZXIvLk93bEJvdC55YW1sIiwiaCI6ImVjZjBiNmM5MGVlNzZlNTNlMzhjYjhlYTVmNjA0NzVmMmI0ZTMyMGMifQ==
@gcf-owl-bot
gcf-owl-bot Bot force-pushed the owl-bot-copy-java-scheduler branch from 58d0fea to 6f2f34a Compare December 13, 2022 22:52
@trusted-contributions-gcf trusted-contributions-gcf Bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Dec 13, 2022
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 13, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 13, 2022
@snippet-bot

snippet-bot Bot commented Dec 13, 2022

Copy link
Copy Markdown

Here is the summary of changes.

You are about to add 5 region tags.

This comment is generated by snippet-bot.
If you find problems with this result, please file an issue at:
https://github.com/googleapis/repo-automation-bots/issues.
To update this comment, add snippet-bot:force-run label or use the checkbox below:

  • Refresh this comment

@trusted-contributions-gcf trusted-contributions-gcf Bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Dec 13, 2022
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 13, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 13, 2022
@suztomo

suztomo commented Dec 20, 2022

Copy link
Copy Markdown
Member
2022-12-13T23:29:33.3787063Z [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.10.1:testCompile (default-testCompile) on project google-cloud-scheduler: Compilation failure: Compilation failure: 
2022-12-13T23:29:33.3788583Z [ERROR] /home/runner/work/google-cloud-java/google-cloud-java/java-scheduler/google-cloud-scheduler/src/test/java/com/google/cloud/scheduler/v1beta1/MockLocationsImpl.java:[24,47] package com.google.cloud.location.LocationsGrpc does not exist
2022-12-13T23:29:33.3789722Z [ERROR] /home/runner/work/google-cloud-java/google-cloud-java/java-scheduler/google-cloud-scheduler/src/test/java/com/google/cloud/scheduler/v1beta1/MockLocationsImpl.java:[35,40] cannot find symbol
2022-12-13T23:29:33.3790311Z [ERROR]   symbol: class LocationsImplBase
2022-12-13T23:29:33.3791175Z [ERROR] /home/runner/work/google-cloud-java/google-cloud-java/java-scheduler/google-cloud-scheduler/src/test/java/com/google/cloud/scheduler/v1beta1/MockLocationsImpl.java:[65,3] method does not override or implement a method from a supertype
2022-12-13T23:29:33.3792316Z [ERROR] /home/runner/work/google-cloud-java/google-cloud-java/java-scheduler/google-cloud-scheduler/src/test/java/com/google/cloud/scheduler/v1beta1/MockLocationsImpl.java:[86,3] method does not override or implement a method from a supertype
2022-12-13T23:29:33.3793343Z [ERROR] /home/runner/work/google-cloud-java/google-cloud-java/java-scheduler/google-cloud-scheduler/src/test/java/com/google/cloud/scheduler/v1beta1/MockLocations.java:[52,23] cannot find symbol
2022-12-13T23:29:33.3793913Z [ERROR]   symbol:   method bindService()
2022-12-13T23:29:33.3794406Z [ERROR]   location: variable serviceImpl of type com.google.cloud.scheduler.v1beta1.MockLocationsImpl
2022-12-13T23:29:33.3794891Z [ERROR] -> [Help 1]
2022-12-13T23:29:33.3795162Z [ERROR] 
2022-12-13T23:29:33.3795555Z [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
2022-12-13T23:29:33.3796081Z [ERROR] Re-run Maven using the -X switch to enable full debug logging.
2022-12-13T23:29:33.3796434Z [ERROR] 
2022-12-13T23:29:33.3796991Z [ERROR] For more information about the errors and possible solutions, please read the following articles:
2022-12-13T23:29:33.3797547Z [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
2022-12-13T23:29:33.3797940Z [ERROR] 
2022-12-13T23:29:33.3798234Z [ERROR] After correcting the problems, you can resume the build with the command
2022-12-13T23:29:33.3798730Z [ERROR]   mvn <args> -rf :google-cloud-scheduler

@trusted-contributions-gcf trusted-contributions-gcf Bot added kokoro:force-run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Dec 20, 2022
@gcf-owl-bot gcf-owl-bot Bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Dec 20, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 20, 2022
@suztomo suztomo added the automerge Merge the pull request once unit tests and other checks pass. label Dec 20, 2022
@gcf-merge-on-green
gcf-merge-on-green Bot merged commit c432bdd into main Dec 20, 2022
@gcf-merge-on-green
gcf-merge-on-green Bot deleted the owl-bot-copy-java-scheduler branch December 20, 2022 20:52
@gcf-merge-on-green gcf-merge-on-green Bot removed the automerge Merge the pull request once unit tests and other checks pass. label Dec 20, 2022
@release-please release-please Bot mentioned this pull request Jan 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants