Skip to content

deps: update dependency com.puppycrawl.tools:checkstyle to v10.21.1#953

Merged
zhumin8 merged 1 commit intogoogleapis:mainfrom
renovate-bot:renovate/com.puppycrawl.tools-checkstyle-10.x
Jan 6, 2025
Merged

deps: update dependency com.puppycrawl.tools:checkstyle to v10.21.1#953
zhumin8 merged 1 commit intogoogleapis:mainfrom
renovate-bot:renovate/com.puppycrawl.tools-checkstyle-10.x

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Dec 12, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.puppycrawl.tools:checkstyle (source) 10.20.2 -> 10.21.1 age adoption passing confidence

Release Notes

checkstyle/checkstyle (com.puppycrawl.tools:checkstyle)

v10.21.1

v10.21.0

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, 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 was generated by Mend Renovate. View the repository job log.

@renovate-bot renovate-bot requested a review from a team December 12, 2024 20:39
@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label Dec 12, 2024
@dpebot
Copy link

dpebot commented Dec 12, 2024

/gcbrun

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 12, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 12, 2024
@renovate-bot renovate-bot changed the title deps: update dependency com.puppycrawl.tools:checkstyle to v10.21.0 deps: update dependency com.puppycrawl.tools:checkstyle to v10.21.1 Dec 28, 2024
@renovate-bot renovate-bot force-pushed the renovate/com.puppycrawl.tools-checkstyle-10.x branch from fa8ab35 to 83300cf Compare December 28, 2024 16:18
@dpebot
Copy link

dpebot commented Dec 28, 2024

/gcbrun

@trusted-contributions-gcf trusted-contributions-gcf bot added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 28, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Dec 28, 2024
@zhumin8
Copy link
Contributor

zhumin8 commented Jan 6, 2025

/gcbrun

@zhumin8
Copy link
Contributor

zhumin8 commented Jan 6, 2025

graalvm-presubmit-shared-config-b (java-graalvm-ci-prod) fails with

Failures (1):
  JUnit Jupiter:ITLongRunningOperation:testHttpJson_LROUnsuccessfulResponse_exceedsTotalTimeout_throwsDeadlineExceededException()
    MethodSource [className = 'com.google.showcase.v1beta1.it.ITLongRunningOperation', methodName = 'testHttpJson_LROUnsuccessfulResponse_exceedsTotalTimeout_throwsDeadlineExceededException', methodParameterTypes = '']
    => org.opentest4j.AssertionFailedError: Unexpected exception type thrown, expected: <java.util.concurrent.CancellationException> but was: <java.util.concurrent.ExecutionException>
       org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
       org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:67)
       org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35)
       org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3128)
       com.google.showcase.v1beta1.it.ITLongRunningOperation.testHttpJson_LROUnsuccessfulResponse_exceedsTotalTimeout_throwsDeadlineExceededException(ITLongRunningOperation.java:187)
       [...]
     Caused by: java.util.concurrent.ExecutionException: com.google.api.gax.rpc.NotFoundException: Not Found
       com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:596)
       com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:575)
       com.google.common.util.concurrent.FluentFuture$TrustedFuture.get(FluentFuture.java:91)
       com.google.common.util.concurrent.ForwardingFuture.get(ForwardingFuture.java:67)
       com.google.api.gax.longrunning.OperationFutureImpl.get(OperationFutureImpl.java:125)
       [...]
     Caused by: com.google.api.gax.rpc.NotFoundException: Not Found
       com.google.api.gax.rpc.ApiExceptionFactory.createException(ApiExceptionFactory.java:50)
       com.google.api.gax.httpjson.HttpJsonApiExceptionFactory.createApiException(HttpJsonApiExceptionFactory.java:76)
       com.google.api.gax.httpjson.HttpJsonApiExceptionFactory.create(HttpJsonApiExceptionFactory.java:54)
       com.google.api.gax.httpjson.HttpJsonExceptionCallable$ExceptionTransformingFuture.onFailure(HttpJsonExceptionCallable.java:97)
       com.google.api.core.ApiFutures$1.onFailure(ApiFutures.java:84)
       [...]
     Caused by: com.google.api.client.http.HttpResponseException: 404 Not Found
GET http://localhost:7469/v1beta1/operations/google.showcase.v1beta1.Echo/Wait/CgwI2/vuwYQvJnU7AEaHgocaHR0cGpzb25XYWl0Q29udGVudF8xMHNEZWxheQ==
{"error":{"code":404,"message":"Operation \"operations/google.showcase.v1beta1.Echo/Wait/CgwI2/vuwYQvJnU7AEaHgocaHR0cGpzb25XYWl0Q29udGVudF8xMHNEZWxheQ==\" not found.","details":[],"Body":"","Header":null,"Errors":null}}
       com.google.api.client.http.HttpResponseException$Builder.build(HttpResponseException.java:293)
       com.google.api.client.http.HttpRequest.execute(HttpRequest.java:1118)
       com.google.api.gax.httpjson.HttpRequestRunnable.run(HttpRequestRunnable.java:114)
       [...]

UPDATE: rerun success

@zhumin8
Copy link
Contributor

zhumin8 commented Jan 6, 2025

/gcbrun

@zhumin8 zhumin8 merged commit 10c198d into googleapis:main Jan 6, 2025
@renovate-bot renovate-bot deleted the renovate/com.puppycrawl.tools-checkstyle-10.x branch January 6, 2025 18:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size: xs Pull request size is extra small.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants