Skip to content

chore(deps): update dependency com.google.protobuf:protobuf-java to v3.17.1 #5288

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

Conversation

renovate-bot
Copy link
Contributor

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.protobuf:protobuf-java 3.17.0 -> 3.17.1 age adoption passing confidence

Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Never, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate-bot renovate-bot requested a review from a team May 24, 2021 19:24
@forking-renovate forking-renovate bot added the automerge Merge the pull request once unit tests and other checks pass. label May 24, 2021
@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 24, 2021
@product-auto-label product-auto-label bot added the samples Issues that are directly related to samples. label May 24, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label May 24, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 24, 2021
@lesv
Copy link
Contributor

lesv commented May 24, 2021

Java 11


#
# kms
#

[ERROR] Tests run: 30, Failures: 0, Errors: 5, Skipped: 0, Time elapsed: 40.735 s <<< FAILURE! - in kms.SnippetsIT
[ERROR] kms.SnippetsIT.testQuickstart  Time elapsed: 15.173 s  <<< ERROR!
com.google.api.gax.rpc.ResourceExhaustedException: io.grpc.StatusRuntimeException: RESOURCE_EXHAUSTED: Quota exceeded for quota metric 'Read requests' and limit 'Read requests per minute' of service 'cloudkms.googleapis.com' for consumer 'project_number:779844219229'.
Caused by: io.grpc.StatusRuntimeException: RESOURCE_EXHAUSTED: Quota exceeded for quota metric 'Read requests' and limit 'Read requests per minute' of service 'cloudkms.googleapis.com' for consumer 'project_number:779844219229'.

[ERROR] kms.SnippetsIT.testIamAddMember  Time elapsed: 0.402 s  <<< ERROR!
com.google.api.gax.rpc.ResourceExhaustedException: io.grpc.StatusRuntimeException: RESOURCE_EXHAUSTED: Quota exceeded for quota metric 'Read requests' and limit 'Read requests per minute' of service 'cloudkms.googleapis.com' for consumer 'project_number:779844219229'.
Caused by: io.grpc.StatusRuntimeException: RESOURCE_EXHAUSTED: Quota exceeded for quota metric 'Read requests' and limit 'Read requests per minute' of service 'cloudkms.googleapis.com' for consumer 'project_number:779844219229'.

[ERROR] kms.SnippetsIT.testUpdateKeyUpdateLabels  Time elapsed: 0.375 s  <<< ERROR!
com.google.api.gax.rpc.ResourceExhaustedException: io.grpc.StatusRuntimeException: RESOURCE_EXHAUSTED: Quota exceeded for quota metric 'Read requests' and limit 'Read requests per minute' of service 'cloudkms.googleapis.com' for consumer 'project_number:779844219229'.
Caused by: io.grpc.StatusRuntimeException: RESOURCE_EXHAUSTED: Quota exceeded for quota metric 'Read requests' and limit 'Read requests per minute' of service 'cloudkms.googleapis.com' for consumer 'project_number:779844219229'.

[ERROR] kms.SnippetsIT.testIamGetPolicy  Time elapsed: 0.366 s  <<< ERROR!
com.google.api.gax.rpc.ResourceExhaustedException: io.grpc.StatusRuntimeException: RESOURCE_EXHAUSTED: Quota exceeded for quota metric 'Read requests' and limit 'Read requests per minute' of service 'cloudkms.googleapis.com' for consumer 'project_number:779844219229'.
Caused by: io.grpc.StatusRuntimeException: RESOURCE_EXHAUSTED: Quota exceeded for quota metric 'Read requests' and limit 'Read requests per minute' of service 'cloudkms.googleapis.com' for consumer 'project_number:779844219229'.

[ERROR] kms.SnippetsIT  Time elapsed: 0.743 s  <<< ERROR!
com.google.api.gax.rpc.ResourceExhaustedException: io.grpc.StatusRuntimeException: RESOURCE_EXHAUSTED: Quota exceeded for quota metric 'Read requests' and limit 'Read requests per minute' of service 'cloudkms.googleapis.com' for consumer 'project_number:779844219229'.
Caused by: io.grpc.StatusRuntimeException: RESOURCE_EXHAUSTED: Quota exceeded for quota metric 'Read requests' and limit 'Read requests per minute' of service 'cloudkms.googleapis.com' for consumer 'project_number:779844219229'.

[ERROR] Errors:
[ERROR]   SnippetsIT » ResourceExhausted io.grpc.StatusRuntimeException: RESOURCE_EXHAUS...
[ERROR]   SnippetsIT.testIamAddMember » ResourceExhausted io.grpc.StatusRuntimeException...
[ERROR]   SnippetsIT.testIamGetPolicy » ResourceExhausted io.grpc.StatusRuntimeException...
[ERROR]   SnippetsIT.testQuickstart » ResourceExhausted io.grpc.StatusRuntimeException: ...
[ERROR]   SnippetsIT.testUpdateKeyUpdateLabels » ResourceExhausted io.grpc.StatusRuntime...
[ERROR] Tests run: 30, Failures: 0, Errors: 5, Skipped: 0

Try again tonight or tomorrow.

@lesv
Copy link
Contributor

lesv commented May 24, 2021

I've checked the quota on the j-d-s-t project, and we are way low - so I suspect this is testing against some other project.

@shubha-rajan
Copy link
Contributor

I've checked the quota on the j-d-s-t project, and we are way low - so I suspect this is testing against some other project.

That's weird, because the project number that's being printed out in the errors is the one for java-docs-samples-testing
image

@shubha-rajan shubha-rajan added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 24, 2021
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label May 24, 2021
@gcf-merge-on-green gcf-merge-on-green bot merged commit 85d64be into GoogleCloudPlatform:master May 24, 2021
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label May 24, 2021
@renovate-bot renovate-bot deleted the renovate/com.google.protobuf-protobuf-java-3.x branch May 24, 2021 22:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement. samples Issues that are directly related to samples.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants