Skip to content

Conversation

@renovate-bot
Copy link
Contributor

@renovate-bot renovate-bot commented Jun 1, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.google.cloud:google-cloud-pubsub 1.118.0 -> 1.119.1 age adoption passing confidence

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: Renovate will not automatically rebase this PR, because other commits have been found.

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


  • If you want to rebase/retry this PR, click this checkbox. ⚠ Warning: custom changes will be lost.

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

@renovate-bot renovate-bot requested review from a team as code owners June 1, 2022 15:23
@product-auto-label product-auto-label bot added the size: xs Pull request size is extra small. label Jun 1, 2022
@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 Jun 1, 2022
@product-auto-label product-auto-label bot added the api: pubsublite Issues related to the googleapis/java-pubsublite API. label Jun 1, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jun 1, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 1, 2022
@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 Jun 1, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jun 1, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 1, 2022
@suztomo
Copy link
Member

suztomo commented Jun 1, 2022

unit Java 11 failed:

Error: Failures: Error: ConnectedCommitterImplTest.receiveTimeout_closesConnection:250 Wanted but not invoked: mockRequestStream.closeSendWithError( <Api exception matcher> ); -> at com.google.cloud.pubsublite.internal.wire.ConnectedCommitterImplTest.receiveTimeout_closesConnection(ConnectedCommitterImplTest.java:250) However, there was exactly 1 interaction with this mock: mockRequestStream.send( initial { subscription: "projects/12345/locations/us-east1-a/subscriptions/some_subscription" partition: 1024 } ); -> at com.google.cloud.pubsublite.internal.wire.SingleConnection.initialize(SingleConnection.java:81) 

Retrying.

@suztomo suztomo added automerge Merge the pull request once unit tests and other checks pass. kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Jun 1, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 1, 2022
@suztomo
Copy link
Member

suztomo commented Jun 1, 2022

[INFO] --- maven-failsafe-plugin:3.0.0-M5:integration-test (default) @ pubsublite-snippets --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running pubsublite.QuickStartIT com.google.api.gax.rpc.UnauthenticatedException: io.grpc.StatusRuntimeException: UNAUTHENTICATED: Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.	at com.google.api.gax.rpc.ApiExceptionFactory.createException(ApiExceptionFactory.java:116)	at com.google.api.gax.rpc.ApiExceptionFactory.createException(ApiExceptionFactory.java:41)	at com.google.api.gax.grpc.GrpcApiExceptionFactory.create(GrpcApiExceptionFactory.java:86)	at com.google.api.gax.grpc.GrpcApiExceptionFactory.create(GrpcApiExceptionFactory.java:66)	at com.google.api.gax.grpc.GrpcExceptionCallable$ExceptionTransformingFuture.onFailure(GrpcExceptionCallable.java:97)	at com.google.api.core.ApiFutures$1.onFailure(ApiFutures.java:67)	at com.google.common.util.concurrent.Futures$CallbackListener.run(Futures.java:1132)	at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:31)	at com.google.common.util.concurrent.AbstractFuture.executeListener(AbstractFuture.java:1270)	at com.google.common.util.concurrent.AbstractFuture.complete(AbstractFuture.java:1038)	at com.google.common.util.concurrent.AbstractFuture.setException(AbstractFuture.java:808)	at io.grpc.stub.ClientCalls$GrpcFuture.setException(ClientCalls.java:572)	at io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:542)	at io.grpc.PartialForwardingClientCallListener.onClose(PartialForwardingClientCallListener.java:39)	at io.grpc.ForwardingClientCallListener.onClose(ForwardingClientCallListener.java:23)	at io.grpc.ForwardingClientCallListener$SimpleForwardingClientCallListener.onClose(ForwardingClientCallListener.java:40)	at com.google.api.gax.grpc.ChannelPool$ReleasingClientCall$1.onClose(ChannelPool.java:535)	at io.grpc.internal.DelayedClientCall$DelayedListener$3.run(DelayedClientCall.java:468)	at io.grpc.internal.DelayedClientCall$DelayedListener.delayOrExecute(DelayedClientCall.java:432)	at io.grpc.internal.DelayedClientCall$DelayedListener.onClose(DelayedClientCall.java:465)	at io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:562)	at io.grpc.internal.ClientCallImpl.access$300(ClientCallImpl.java:70)	at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:743)	at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:722)	at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)	at io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:133)	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)	at java.base/java.lang.Thread.run(Thread.java:829) Caused by: io.grpc.StatusRuntimeException: UNAUTHENTICATED: Request had invalid authentication credentials. Expected OAuth 2 access token, login cookie or other valid authentication credential. See https://developers.google.com/identity/sign-in/web/devconsole-project.	at io.grpc.Status.asRuntimeException(Status.java:535)	... 17 more [ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 4.266 s <<< FAILURE! - in pubsublite.QuickStartIT [ERROR] pubsublite.QuickStartIT.testQuickstart Time elapsed: 4.155 s <<< FAILURE! com.google.common.truth.AssertionErrorWithFacts: expected to contain: (zonal topic) created successfully but was :	at pubsublite.snippets@1.2.0/pubsublite.QuickStartIT.testQuickstart(QuickStartIT.java:113) 

@googleapis/api-pubsublite Hello pubsublite team, do you know anything about the authentication failures?

@gcf-merge-on-green
Copy link

Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.

@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Jun 1, 2022
@suztomo suztomo added automerge Merge the pull request once unit tests and other checks pass. kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Jun 2, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 2, 2022
@gcf-merge-on-green
Copy link

Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.

@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Jun 2, 2022
@Neenu1995 Neenu1995 added the automerge Merge the pull request once unit tests and other checks pass. label Jun 6, 2022
@gcf-merge-on-green
Copy link

Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.

@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Jun 6, 2022
@anguillanneuf anguillanneuf added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 9, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 9, 2022
@renovate-bot renovate-bot changed the title deps: update dependency com.google.cloud:google-cloud-pubsub to v1.119.0 deps: update dependency com.google.cloud:google-cloud-pubsub to v1.119.1 Jun 9, 2022
@renovate-bot renovate-bot force-pushed the renovate/com.google.cloud-google-cloud-pubsub-1.x branch from b01659c to d8aa3ba Compare June 9, 2022 20:46
@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 Jun 9, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jun 9, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 9, 2022
@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 Jun 9, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Jun 9, 2022
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jun 9, 2022
@anguillanneuf anguillanneuf merged commit 2859e72 into googleapis:main Jun 9, 2022
@renovate-bot renovate-bot deleted the renovate/com.google.cloud-google-cloud-pubsub-1.x branch June 9, 2022 21:03
gcf-merge-on-green bot pushed a commit that referenced this pull request Jul 1, 2022
🤖 I have created a release *beep* *boop* --- ## [1.6.1](v1.6.0...v1.6.1) (2022-06-30) ### Dependencies * update dependency com.google.cloud:google-cloud-bom to v0.175.0 ([#1152](#1152)) ([283c263](283c263)) * update dependency com.google.cloud:google-cloud-pubsub to v1.119.1 ([#1150](#1150)) ([2859e72](2859e72)) * update dependency com.google.cloud:google-cloud-shared-dependencies to v2.13.0 ([#1159](#1159)) ([0844ae8](0844ae8)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

api: pubsublite Issues related to the googleapis/java-pubsublite API. size: xs Pull request size is extra small.

5 participants