Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@release-please
Copy link
Contributor

@release-please release-please bot commented Mar 1, 2023

🤖 I have created a release beep boop

1.7.0-SNAPSHOT

Updating meta-information for bleeding-edge SNAPSHOT release.


This PR was generated with Release Please. See documentation.

@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 Mar 1, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 1, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 1, 2023
@release-please release-please bot force-pushed the release-please--branches--main branch from 3ab9589 to de20657 Compare March 1, 2023 20:00
@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 Mar 1, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 1, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 1, 2023
@release-please release-please bot force-pushed the release-please--branches--main branch from de20657 to 4a34de8 Compare March 1, 2023 20:01
@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 Mar 1, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 1, 2023
@yoshi-kokoro yoshi-kokoro removed kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Mar 1, 2023
@release-please release-please bot force-pushed the release-please--branches--main branch from 4a34de8 to 516276d Compare March 2, 2023 00:07
@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 Mar 2, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 2, 2023
@yoshi-kokoro yoshi-kokoro removed kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Mar 2, 2023
@diegomarquezp
Copy link
Contributor

diegomarquezp commented Mar 2, 2023

Integration tests have failed 4 times:
first link

[ERROR] com.google.cloud.redis.v1.it.ITSystemTest.testGetInstance  Time elapsed: 0.194 s  <<< ERROR!
com.google.api.gax.rpc.UnavailableException: io.grpc.StatusRuntimeException: UNAVAILABLE: 502:Bad Gateway
	at com.google.api.gax.rpc.ApiExceptionFactory.createException(ApiExceptionFactory.java:112)
	at com.google.api.gax.rpc.ApiExceptionFactory.createException(ApiExceptionFactory.java:41)

second link

[ERROR] com.google.cloud.speech.v1.it.ITSpeechTest.longrunningRecognize  Time elapsed: 282.878 s  <<< ERROR!
java.util.concurrent.CancellationException: Task was cancelled.
	at com.google.common.util.concurrent.AbstractFuture.cancellationExceptionWithCause(AbstractFuture.java:1543)
	at com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:586)
	at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:567)
	at com.google.common.util.concurrent.FluentFuture$TrustedFuture.get(FluentFuture.java:91)
	at com.google.common.util.concurrent.ForwardingFuture.get(ForwardingFuture.java:66)
	at com.google.api.gax.longrunning.OperationFutureImpl.get(OperationFutureImpl.java:125)
	at com.google.cloud.speech.v1.it.ITSpeechTest.longrunningRecognize(ITSpeechTest.java:66)

third link

[ERROR] Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 293.952 s <<< FAILURE! - in com.google.cloud.speech.v1.it.ITSpeechTest
[ERROR] com.google.cloud.speech.v1.it.ITSpeechTest.longrunningRecognize  Time elapsed: 291.815 s  <<< ERROR!
java.util.concurrent.CancellationException: Task was cancelled.
	at com.google.common.util.concurrent.AbstractFuture.cancellationExceptionWithCause(AbstractFuture.java:1543)
	at com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:586)
	at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:567)
	at com.google.common.util.concurrent.FluentFuture$TrustedFuture.get(FluentFuture.java:91)
	at com.google.common.util.concurrent.ForwardingFuture.get(ForwardingFuture.java:66)
	at com.google.api.gax.longrunning.OperationFutureImpl.get(OperationFutureImpl.java:125)

fourth link

[ERROR] Tests run: 3, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 295.424 s <<< FAILURE! - in com.google.cloud.speech.v1.it.ITSpeechTest
[ERROR] com.google.cloud.speech.v1.it.ITSpeechTest.longrunningRecognize  Time elapsed: 293.598 s  <<< ERROR!
java.util.concurrent.CancellationException: Task was cancelled.
	at com.google.common.util.concurrent.AbstractFuture.cancellationExceptionWithCause(AbstractFuture.java:1543)
	at com.google.common.util.concurrent.AbstractFuture.getDoneValue(AbstractFuture.java:586)
	at com.google.common.util.concurrent.AbstractFuture.get(AbstractFuture.java:567)
	at com.google.common.util.concurrent.FluentFuture$TrustedFuture.get(FluentFuture.java:91)
	at com.google.common.util.concurrent.ForwardingFuture.get(ForwardingFuture.java:66)
	at com.google.api.gax.longrunning.OperationFutureImpl.get(OperationFutureImpl.java:125)
	at com.google.cloud.speech.v1.it.ITSpeechTest.longrunningRecognize(ITSpeechTest.java:66)

@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 Mar 5, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 5, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 5, 2023
@diegomarquezp
Copy link
Contributor

diegomarquezp commented Mar 6, 2023

Merging #9188 fixed the speech failures mentioned above, but now it is currently blocked by #9156 (bigqueryconnection failures)

@suztomo
Copy link
Member

suztomo commented Mar 6, 2023 via email

@lqiu96 lqiu96 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 15, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 15, 2023
@lqiu96
Copy link
Member

lqiu96 commented Mar 15, 2023

Re-running the kokoro tests...

I believe the versions check / existing-versions-check (pull_request) is supposed to fail for the SNAPSHOT- PR

@lqiu96
Copy link
Member

lqiu96 commented Mar 15, 2023

Merging in the SNAPSHOT PR...

@lqiu96 lqiu96 merged commit cd6d274 into main Mar 15, 2023
@lqiu96 lqiu96 deleted the release-please--branches--main branch March 15, 2023 22:07
@lqiu96 lqiu96 added the release-please:force-run To run release-please label Mar 15, 2023
@release-please release-please bot removed the release-please:force-run To run release-please label Mar 15, 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.

4 participants