Skip to content
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

fix(deps): Update the Java code generator (gapic-generator-java) to 2.37.0 #1553

Merged
merged 2 commits into from Mar 7, 2024

Conversation

gcf-owl-bot[bot]
Copy link
Contributor

@gcf-owl-bot gcf-owl-bot bot commented Mar 1, 2024

  • Regenerate this pull request now.

PiperOrigin-RevId: 611816371

Source-Link: googleapis/googleapis@2a40f63

Source-Link: https://github.com/googleapis/googleapis-gen/commit/d30ff0767777b381fb1617f67a90e3abd3bdc6dc
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDMwZmYwNzY3Nzc3YjM4MWZiMTYxN2Y2N2E5MGUzYWJkM2JkYzZkYyJ9

….37.0

PiperOrigin-RevId: 611816371

Source-Link: googleapis/googleapis@2a40f63

Source-Link: googleapis/googleapis-gen@d30ff07
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZDMwZmYwNzY3Nzc3YjM4MWZiMTYxN2Y2N2E5MGUzYWJkM2JkYzZkYyJ9
@product-auto-label product-auto-label bot added the size: xl Pull request size is extra large. label Mar 1, 2024
@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, 2024
@product-auto-label product-auto-label bot added the api: logging Issues related to the googleapis/java-logging API. label Mar 1, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 1, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 1, 2024
@gcf-owl-bot gcf-owl-bot bot marked this pull request as ready for review March 1, 2024 19:55
@gcf-owl-bot gcf-owl-bot bot requested review from a team as code owners March 1, 2024 19:55
@product-auto-label product-auto-label bot added size: m Pull request size is medium. and removed size: xl Pull request size is extra large. labels Mar 1, 2024
@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, 2024
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Mar 1, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 1, 2024
@zhumin8
Copy link

zhumin8 commented Mar 6, 2024

test failure for Kokoro - Test: Java 17 GraalVM Native Image &
Kokoro - Test: Java GraalVM Native Image:

Failures (1):
  JUnit Vintage:ITTailLogsTest:testTailLogEntries
    MethodSource [className = 'com.google.cloud.logging.it.ITTailLogsTest', methodName = 'testTailLogEntries', methodParameterTypes = '']
    => org.junit.runners.model.TestTimedOutException: test timed out after 120000 milliseconds
       org.graalvm.nativeimage.builder/com.oracle.svm.core.posix.headers.Pthread.pthread_cond_wait(Pthread.java)
       org.graalvm.nativeimage.builder/com.oracle.svm.core.posix.thread.PosixParkEvent.condWait(PosixPlatformThreads.java:323)
       org.graalvm.nativeimage.builder/com.oracle.svm.core.thread.PlatformThreads.parkCurrentPlatformOrCarrierThread(PlatformThreads.java:857)
       java.base@17.0.8/jdk.internal.misc.Unsafe.park(Unsafe.java:48)
       java.base@17.0.8/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
       java.base@17.0.8/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(AbstractQueuedSynchronizer.java:506)
       java.base@17.0.8/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3465)
       java.base@17.0.8/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3436)
       java.base@17.0.8/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:1623)
       java.base@17.0.8/java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:420)
       [...]

@zhumin8 zhumin8 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 6, 2024
@zhumin8
Copy link

zhumin8 commented Mar 6, 2024

/gcbrun

@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 6, 2024
@zhumin8
Copy link

zhumin8 commented Mar 6, 2024

Test-Samples-java-logging (cloud-java-ci-sample) test fails with error:
full log

[ERROR] Errors: 
[ERROR]   LoggingIT.testTailLogEntriesSample:184 » TestTimedOut test timed out after 600

@zhumin8
Copy link

zhumin8 commented Mar 6, 2024

Test-Samples-java-logging (cloud-java-ci-sample) fails, full log
error log starts with:

[ERROR] com.example.logging.LoggingIT.testTailLogEntriesSample  Time elapsed: 60.339 s  <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 60000 milliseconds
	at sun.misc.Unsafe.park(Native Method)

Kokoro - Test: Java GraalVM Native Image & Kokoro (log) - Test: Java 17 GraalVM Native Image (log)
error message starts with:

[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 487.6 s <<< FAILURE! -- in com.google.cloud.logging.it.ITTailLogsTest
[ERROR] com.google.cloud.logging.it.ITTailLogsTest.testTailLogEntries -- Time elapsed: 120.0 s <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 120000 milliseconds
	at java.base@11.0.20/jdk.internal.misc.Unsafe.park(Native Method)
	at java.base@11.0.20/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
	at java.base@11.0.20/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)

@zhumin8
Copy link

zhumin8 commented Mar 6, 2024

/gcbrun

@zhumin8 zhumin8 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 6, 2024
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 6, 2024
@zhumin8
Copy link

zhumin8 commented Mar 6, 2024

kokoro integration failure:

[ERROR] com.google.cloud.logging.it.ITTailLogsTest.testTailLogEntries -- Time elapsed: 120.0 s <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 120000 milliseconds

kokoro samples failure:

[ERROR] com.example.logging.LoggingIT.testTailLogEntriesSample  Time elapsed: 60.522 s  <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 60000 milliseconds

Test-Samples-java-logging failure:

[ERROR] com.example.logging.LoggingIT.testTailLogEntriesSample  Time elapsed: 60.676 s  <<< ERROR!
org.junit.runners.model.TestTimedOutException: test timed out after 60000 milliseconds

known flaky: #1416 #1540

@zhumin8 zhumin8 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 6, 2024
@zhumin8
Copy link

zhumin8 commented Mar 6, 2024

/gcbrun

@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 6, 2024
@zhumin8 zhumin8 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 6, 2024
@zhumin8
Copy link

zhumin8 commented Mar 6, 2024

/gcbrun

@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Mar 6, 2024
@zhumin8 zhumin8 merged commit 15b05fc into main Mar 7, 2024
24 checks passed
@zhumin8 zhumin8 deleted the owl-bot-copy branch March 7, 2024 01:46
gcf-merge-on-green bot pushed a commit that referenced this pull request Mar 7, 2024
🤖 I have created a release *beep* *boop*
---


## [3.16.1](https://togithub.com/googleapis/java-logging/compare/v3.16.0...v3.16.1) (2024-03-07)


### Bug Fixes

* **deps:** Update the Java code generator (gapic-generator-java) to 2.37.0 ([#1553](https://togithub.com/googleapis/java-logging/issues/1553)) ([15b05fc](https://togithub.com/googleapis/java-logging/commit/15b05fc4a8e6c4069414110b749525082821e509))


### Dependencies

* Update dependency com.google.cloud:sdk-platform-java-config to v3.27.0 ([#1552](https://togithub.com/googleapis/java-logging/issues/1552)) ([6c5464d](https://togithub.com/googleapis/java-logging/commit/6c5464d1c5a74962fcd459a1e03282747e148a44))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.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: logging Issues related to the googleapis/java-logging API. owl-bot-copy size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants