FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

chore(deps): update dependency com.google.cloud:libraries-bom to v9 by renovate-bot · Pull Request #3534 · GoogleCloudPlatform/java-docs-samples · GitHub

chore(deps): update dependency com.google.cloud:libraries-bom to v9 - #3534

Merged
gcf-merge-on-green[bot] merged 6 commits into
GoogleCloudPlatform:masterfrom
renovate-bot:renovate/com.google.cloud-libraries-bom-9.x
Aug 15, 2020
Merged

chore(deps): update dependency com.google.cloud:libraries-bom to v9#3534
gcf-merge-on-green[bot] merged 6 commits into
GoogleCloudPlatform:masterfrom
renovate-bot:renovate/com.google.cloud-libraries-bom-9.x

Conversation

renovate-bot commented Aug 14, 2020
edited
Loading

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
com.google.cloud:libraries-bom major 7.0.2 -> 9.0.0
com.google.cloud:libraries-bom major 8.0.0 -> 9.0.0
com.google.cloud:libraries-bom major 5.2.0 -> 9.0.0
com.google.cloud:libraries-bom major 8.1.0 -> 9.0.0

Renovate configuration

📅 Schedule: 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, check this box

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

renovate-bot requested a review from a team August 14, 2020 00:20
forking-renovate Bot added the automerge Merge the pull request once unit tests and other checks pass. label Aug 14, 2020
trusted-contributions-gcf Bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Aug 14, 2020
google-cla Bot added the cla: yes This human has signed the Contributor License Agreement. label Aug 14, 2020
kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Aug 14, 2020
trusted-contributions-gcf Bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Aug 14, 2020
kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Aug 14, 2020

Copy link
Copy Markdown
Contributor

Your PR has attempted to merge for 3 hours. Please check that all required checks have passed, you have an automerge label, and that all your reviewers have approved the PR

Copy link
Copy Markdown
Contributor

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, or one of your required reviews was not approved. 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 Bot removed the automerge Merge the pull request once unit tests and other checks pass. label Aug 14, 2020

lesv commented Aug 14, 2020

Copy link
Copy Markdown
Contributor

Java 11

Problems w/ monitoring Cloud Client & v3

------------------------------------------------------------
- testing monitoring/cloud-client
------------------------------------------------------------
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.509 s <<< FAILURE! - in com.example.monitoring.QuickstartSampleIT
[ERROR] com.example.monitoring.QuickstartSampleIT.testQuickstart  Time elapsed: 0.314 s  <<< ERROR!
java.lang.NoClassDefFoundError: com/google/auth/oauth2/ServiceAccountJwtAccessCredentials
	at com.example.monitoring.QuickstartSampleIT.testQuickstart(QuickstartSampleIT.java:63)
Caused by: java.lang.ClassNotFoundException: com.google.auth.oauth2.ServiceAccountJwtAccessCredentials
	at com.example.monitoring.QuickstartSampleIT.testQuickstart(QuickstartSampleIT.java:63)

[ERROR] Tests run: 8, Failures: 0, Errors: 8, Skipped: 0, Time elapsed: 0.119 s <<< FAILURE! - in com.example.monitoring.SnippetsIT
[ERROR] com.example.monitoring.SnippetsIT.testGetMetricsDescriptor  Time elapsed: 0.075 s  <<< ERROR!
java.lang.NoClassDefFoundError: com/google/auth/oauth2/ServiceAccountJwtAccessCredentials
	at com.example.monitoring.SnippetsIT.testGetMetricsDescriptor(SnippetsIT.java:77)
Caused by: java.lang.ClassNotFoundException: com.google.auth.oauth2.ServiceAccountJwtAccessCredentials
	at com.example.monitoring.SnippetsIT.testGetMetricsDescriptor(SnippetsIT.java:77)

[ERROR] com.example.monitoring.SnippetsIT.testListTimeSeriesHeader  Time elapsed: 0.004 s  <<< ERROR!
java.lang.NoClassDefFoundError: com/google/auth/oauth2/ServiceAccountJwtAccessCredentials
	at com.example.monitoring.SnippetsIT.testListTimeSeriesHeader(SnippetsIT.java:103)
Caused by: java.lang.ClassNotFoundException: com.google.auth.oauth2.ServiceAccountJwtAccessCredentials
	at com.example.monitoring.SnippetsIT.testListTimeSeriesHeader(SnippetsIT.java:103)

[ERROR] com.example.monitoring.SnippetsIT.testListResources  Time elapsed: 0.003 s  <<< ERROR!
java.lang.NoClassDefFoundError: com/google/auth/oauth2/ServiceAccountJwtAccessCredentials
	at com.example.monitoring.SnippetsIT.testListResources(SnippetsIT.java:155)
Caused by: java.lang.ClassNotFoundException: com.google.auth.oauth2.ServiceAccountJwtAccessCredentials
	at com.example.monitoring.SnippetsIT.testListResources(SnippetsIT.java:155)

[ERROR] com.example.monitoring.SnippetsIT.testListTimeSeriesReduce  Time elapsed: 0.003 s  <<< ERROR!
java.lang.NoClassDefFoundError: com/google/auth/oauth2/ServiceAccountJwtAccessCredentials
	at com.example.monitoring.SnippetsIT.testListTimeSeriesReduce(SnippetsIT.java:129)
Caused by: java.lang.ClassNotFoundException: com.google.auth.oauth2.ServiceAccountJwtAccessCredentials
	at com.example.monitoring.SnippetsIT.testListTimeSeriesReduce(SnippetsIT.java:129)

[ERROR] com.example.monitoring.SnippetsIT.testListTimeSeriesAggregate  Time elapsed: 0.003 s  <<< ERROR!
java.lang.NoClassDefFoundError: com/google/auth/oauth2/ServiceAccountJwtAccessCredentials
	at com.example.monitoring.SnippetsIT.testListTimeSeriesAggregate(SnippetsIT.java:116)
Caused by: java.lang.ClassNotFoundException: com.google.auth.oauth2.ServiceAccountJwtAccessCredentials
	at com.example.monitoring.SnippetsIT.testListTimeSeriesAggregate(SnippetsIT.java:116)

[ERROR] com.example.monitoring.SnippetsIT.testGetResource  Time elapsed: 0.003 s  <<< ERROR!
java.lang.NoClassDefFoundError: com/google/auth/oauth2/ServiceAccountJwtAccessCredentials
	at com.example.monitoring.SnippetsIT.testGetResource(SnippetsIT.java:142)
Caused by: java.lang.ClassNotFoundException: com.google.auth.oauth2.ServiceAccountJwtAccessCredentials
	at com.example.monitoring.SnippetsIT.testGetResource(SnippetsIT.java:142)

[ERROR] com.example.monitoring.SnippetsIT.testListMetricsDescriptor  Time elapsed: 0.003 s  <<< ERROR!
java.lang.NoClassDefFoundError: com/google/auth/oauth2/ServiceAccountJwtAccessCredentials
	at com.example.monitoring.SnippetsIT.testListMetricsDescriptor(SnippetsIT.java:65)
Caused by: java.lang.ClassNotFoundException: com.google.auth.oauth2.ServiceAccountJwtAccessCredentials
	at com.example.monitoring.SnippetsIT.testListMetricsDescriptor(SnippetsIT.java:65)

[ERROR] com.example.monitoring.SnippetsIT.testListTimeSeries  Time elapsed: 0.003 s  <<< ERROR!
java.lang.NoClassDefFoundError: com/google/auth/oauth2/ServiceAccountJwtAccessCredentials
	at com.example.monitoring.SnippetsIT.testListTimeSeries(SnippetsIT.java:90)
Caused by: java.lang.ClassNotFoundException: com.google.auth.oauth2.ServiceAccountJwtAccessCredentials
	at com.example.monitoring.SnippetsIT.testListTimeSeries(SnippetsIT.java:90)

[ERROR] Errors:
[ERROR]   QuickstartSampleIT.testQuickstart:63 » NoClassDefFound com/google/auth/oauth2/...
[ERROR]   SnippetsIT.testGetMetricsDescriptor:77 » NoClassDefFound com/google/auth/oauth...
[ERROR]   SnippetsIT.testGetResource:142 » NoClassDefFound com/google/auth/oauth2/Servic...
[ERROR]   SnippetsIT.testListMetricsDescriptor:65 » NoClassDefFound com/google/auth/oaut...
[ERROR]   SnippetsIT.testListResources:155 » NoClassDefFound com/google/auth/oauth2/Serv...
[ERROR]   SnippetsIT.testListTimeSeries:90 » NoClassDefFound com/google/auth/oauth2/Serv...
[ERROR]   SnippetsIT.testListTimeSeriesAggregate:116 » NoClassDefFound com/google/auth/o...
[ERROR]   SnippetsIT.testListTimeSeriesHeader:103 » NoClassDefFound com/google/auth/oaut...
[ERROR]   SnippetsIT.testListTimeSeriesReduce:129 » NoClassDefFound com/google/auth/oaut...
[ERROR] Tests run: 9, Failures: 0, Errors: 9, Skipped: 0
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M4:verify (default) on project monitoring-google-cloud-samples: There are test failures.
[ERROR]
[ERROR] Please refer to /tmpfs/src/github/java-docs-samples/monitoring/cloud-client/target/failsafe-reports for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

 Testing failed: Maven returned a non-zero exit code.

------------------------------------------------------------
- testing monitoring/v3
------------------------------------------------------------
[ERROR] Tests run: 6, Failures: 0, Errors: 6, Skipped: 0, Time elapsed: 0.732 s <<< FAILURE! - in com.example.UptimeIT
[ERROR] com.example.UptimeIT.test1_CreateUptimeCheck  Time elapsed: 0.484 s  <<< ERROR!
java.lang.NoClassDefFoundError: com/google/auth/oauth2/ServiceAccountJwtAccessCredentials
	at com.example.UptimeIT.test1_CreateUptimeCheck(UptimeIT.java:62)
Caused by: java.lang.ClassNotFoundException: com.google.auth.oauth2.ServiceAccountJwtAccessCredentials
	at com.example.UptimeIT.test1_CreateUptimeCheck(UptimeIT.java:62)

[ERROR] com.example.UptimeIT.test2_GetUptimeCheck  Time elapsed: 0.001 s  <<< ERROR!
java.lang.NoClassDefFoundError: com/google/auth/oauth2/ServiceAccountJwtAccessCredentials
	at com.example.UptimeIT.test2_GetUptimeCheck(UptimeIT.java:74)
Caused by: java.lang.ClassNotFoundException: com.google.auth.oauth2.ServiceAccountJwtAccessCredentials
	at com.example.UptimeIT.test2_GetUptimeCheck(UptimeIT.java:74)

[ERROR] com.example.UptimeIT.test2_ListUptimeChecks  Time elapsed: 0.006 s  <<< ERROR!
java.lang.NoClassDefFoundError: com/google/auth/oauth2/ServiceAccountJwtAccessCredentials
	at com.example.UptimeIT.test2_ListUptimeChecks(UptimeIT.java:80)
Caused by: java.lang.ClassNotFoundException: com.google.auth.oauth2.ServiceAccountJwtAccessCredentials
	at com.example.UptimeIT.test2_ListUptimeChecks(UptimeIT.java:80)

[ERROR] com.example.UptimeIT.test2_ListUptimeIps  Time elapsed: 0.003 s  <<< ERROR!
java.lang.NoClassDefFoundError: com/google/auth/oauth2/ServiceAccountJwtAccessCredentials
	at com.example.UptimeIT.test2_ListUptimeIps(UptimeIT.java:87)
Caused by: java.lang.ClassNotFoundException: com.google.auth.oauth2.ServiceAccountJwtAccessCredentials
	at com.example.UptimeIT.test2_ListUptimeIps(UptimeIT.java:87)

[ERROR] com.example.UptimeIT.test2_UpdateUptimeCheck  Time elapsed: 0.027 s  <<< ERROR!
java.lang.NoClassDefFoundError: com/google/auth/oauth2/ServiceAccountJwtAccessCredentials
	at com.example.UptimeIT.test2_UpdateUptimeCheck(UptimeIT.java:68)
Caused by: java.lang.ClassNotFoundException: com.google.auth.oauth2.ServiceAccountJwtAccessCredentials
	at com.example.UptimeIT.test2_UpdateUptimeCheck(UptimeIT.java:68)

[ERROR] com.example.UptimeIT.test3_DeleteUptimeCheck  Time elapsed: 0.002 s  <<< ERROR!
java.lang.NoClassDefFoundError: com/google/auth/oauth2/ServiceAccountJwtAccessCredentials
	at com.example.UptimeIT.test3_DeleteUptimeCheck(UptimeIT.java:97)
Caused by: java.lang.ClassNotFoundException: com.google.auth.oauth2.ServiceAccountJwtAccessCredentials
	at com.example.UptimeIT.test3_DeleteUptimeCheck(UptimeIT.java:97)

[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.003 s <<< FAILURE! - in com.example.DeleteNotificationChannelIT
[ERROR] com.example.DeleteNotificationChannelIT  Time elapsed: 0 s  <<< ERROR!
java.lang.NoClassDefFoundError: com/google/auth/oauth2/ServiceAccountJwtAccessCredentials
	at com.example.DeleteNotificationChannelIT.setupClass(DeleteNotificationChannelIT.java:56)
Caused by: java.lang.ClassNotFoundException: com.google.auth.oauth2.ServiceAccountJwtAccessCredentials
	at com.example.DeleteNotificationChannelIT.setupClass(DeleteNotificationChannelIT.java:56)

[ERROR] Tests run: 5, Failures: 0, Errors: 4, Skipped: 1, Time elapsed: 0.115 s <<< FAILURE! - in com.example.AlertIT
[ERROR] com.example.AlertIT.testListPolicies  Time elapsed: 0.104 s  <<< ERROR!
java.lang.NoClassDefFoundError: com/google/auth/oauth2/ServiceAccountJwtAccessCredentials
	at com.example.AlertIT.testListPolicies(AlertIT.java:64)
Caused by: java.lang.ClassNotFoundException: com.google.auth.oauth2.ServiceAccountJwtAccessCredentials
	at com.example.AlertIT.testListPolicies(AlertIT.java:64)

[ERROR] com.example.AlertIT.testDisableEnablePolicies  Time elapsed: 0.001 s  <<< ERROR!
java.lang.NoClassDefFoundError: com/google/auth/oauth2/ServiceAccountJwtAccessCredentials
	at com.example.AlertIT.testDisableEnablePolicies(AlertIT.java:98)
Caused by: java.lang.ClassNotFoundException: com.google.auth.oauth2.ServiceAccountJwtAccessCredentials
	at com.example.AlertIT.testDisableEnablePolicies(AlertIT.java:98)

[ERROR] com.example.AlertIT.testBackupPolicies  Time elapsed: 0.001 s  <<< ERROR!
java.lang.NoClassDefFoundError: com/google/auth/oauth2/ServiceAccountJwtAccessCredentials
	at com.example.AlertIT.testBackupPolicies(AlertIT.java:70)
Caused by: java.lang.ClassNotFoundException: com.google.auth.oauth2.ServiceAccountJwtAccessCredentials
	at com.example.AlertIT.testBackupPolicies(AlertIT.java:70)

[ERROR] com.example.AlertIT.testReplaceChannels  Time elapsed: 0.002 s  <<< ERROR!
java.lang.NoClassDefFoundError: com/google/auth/oauth2/ServiceAccountJwtAccessCredentials
	at com.example.AlertIT.testReplaceChannels(AlertIT.java:85)
Caused by: java.lang.ClassNotFoundException: com.google.auth.oauth2.ServiceAccountJwtAccessCredentials
	at com.example.AlertIT.testReplaceChannels(AlertIT.java:85)

[ERROR] Errors:
[ERROR]   AlertIT.testBackupPolicies:70 » NoClassDefFound com/google/auth/oauth2/Service...
[ERROR]   AlertIT.testDisableEnablePolicies:98 » NoClassDefFound com/google/auth/oauth2/...
[ERROR]   AlertIT.testListPolicies:64 » NoClassDefFound com/google/auth/oauth2/ServiceAc...
[ERROR]   AlertIT.testReplaceChannels:85 » NoClassDefFound com/google/auth/oauth2/Servic...
[ERROR]   DeleteNotificationChannelIT.setupClass:56 » NoClassDefFound com/google/auth/oa...
[ERROR]   UptimeIT.test1_CreateUptimeCheck:62 » NoClassDefFound com/google/auth/oauth2/S...
[ERROR]   UptimeIT.test2_GetUptimeCheck:74 » NoClassDefFound com/google/auth/oauth2/Serv...
[ERROR]   UptimeIT.test2_ListUptimeChecks:80 » NoClassDefFound com/google/auth/oauth2/Se...
[ERROR]   UptimeIT.test2_ListUptimeIps:87 » NoClassDefFound com/google/auth/oauth2/Servi...
[ERROR]   UptimeIT.test2_UpdateUptimeCheck:68 » NoClassDefFound com/google/auth/oauth2/S...
[ERROR]   UptimeIT.test3_DeleteUptimeCheck:97 » NoClassDefFound com/google/auth/oauth2/S...
[ERROR] Tests run: 12, Failures: 0, Errors: 11, Skipped: 1
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M4:verify (default) on project monitoring-google-cloud-v3-samples: There are test failures.

trusted-contributions-gcf Bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Aug 14, 2020
kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Aug 14, 2020
lesv added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 14, 2020
kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Aug 14, 2020

lesv commented Aug 14, 2020

Copy link
Copy Markdown
Contributor

SpannerSampleIT(sponge_log).testSample

Looks like the output changed. :(

com.google.common.truth.AssertionErrorWithFacts:
expected to contain:
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-1c1430a1-46e6-4e5b-9 restored from backup
but was:
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-7e17b4fa-1e33-4048-9 restored from backup is 100% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-604821ad-be4e-4bef-a restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-0898c145-6891-499c-b restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-0e775a56-8a89-495d-a restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-51d31671-c34c-4c34-8 restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-c3c62fc8-0f8d-4405-a restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-8f177bb6-211b-4819-a restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-96bf485b-285b-418a-b restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-7531d3d8-df27-4329-8 restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-5a176aa8-754c-4438-a restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-e73bfb92-4a10-429a-a restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-3f836afc-f8a2-4ab5-b restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-4e89200a-88eb-4d00-b restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-337f242f-90fa-40bf-9 restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-a0b842dd-64b0-46e6-b restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-313b3df8-c0b4-483e-b restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-b45db79a-8f7e-467d-b restored from backup is 100% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-ba6e3867-39fb-44a0-8 restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-f1b522be-9f3f-4909-b restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-5e92c862-dd26-4b2d-b restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-5bb3f394-1dc3-4983-b restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-bf0b811e-81c9-4326-9 restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-1945af48-4138-48c4-8 restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-606d9807-b262-4e93-a restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-788fa51d-1d8c-421b-b restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-2e84119a-874b-407d-b restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-3792da5c-f220-40d0-8 restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-7d130e18-f4d8-4cee-a restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-16c1449c-4dc3-46d9-b restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-1bf1a283-734a-4805-8 restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-b1f3a9f0-903e-463a-8 restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-b5c99689-c0a5-4417-b restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-fbf1b2a1-a3ea-4d27-b restored from backup is 100% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-fb48609e-b115-4f00-b restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-6f127a2a-6ffd-416e-a restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-f0bc0559-915f-41ce-9 restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-49b98c30-23bc-45e6-8 restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-63a8e53b-8a12-488e-b restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-e5bcae7b-cee4-4653-a restored from backup is 100% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-4541c4f7-91ef-4376-b restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-45077365-4b7f-4afc-8 restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-018706ce-6218-4dc1-8 restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-711ceeb5-c5cf-4a25-8 restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-d4231254-0dd0-4fcc-a restored from backup is 100% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-2ae30cf3-3bc8-4bd8-a restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-a7269aa3-fcc3-4c83-9 restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-e615afa7-0664-4810-a restored from backup is 100% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-885fcead-5384-4015-a restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-ffd94825-3cbd-48d8-9 restored from backup is 100% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-a3b39f3e-80c1-4ad5-9 restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-8a80de4f-af18-43f4-9 restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-c7e19b44-d957-4d16-9 restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-35ba69fd-a6f7-4c08-9 restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-0fcfa864-c8ec-4f67-a restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-e52a42d8-cb68-4161-8 restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-cc09c7b9-62d3-4641-b restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-55e75e15-7c6a-4b1d-8 restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-4bac3451-61fd-40c9-9 restored from backup is 100% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-101d6587-36d0-415c-9 restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-0d5b3957-4a15-4b4c-9 restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-5900c99a-3164-447e-b restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-4936f4c0-078a-43af-a restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-187c0c82-9b35-4db0-8 restored from backup is 0% optimized
    Database projects/java-docs-samples-testing/instances/default-instance/databases/restored-e609b3b0-6665-4b54-9 restored from backup is 100% optimized
    Closed client

	at com.example.spanner.SpannerSampleIT.testSample(SpannerSampleIT.java:329)

trusted-contributions-gcf Bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Aug 14, 2020
kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Aug 14, 2020
lesv assigned lesv and unassigned averikitsch Aug 14, 2020
chingor13 mentioned this pull request Aug 14, 2020
1 task

lesv commented Aug 14, 2020

Copy link
Copy Markdown
Contributor

Java 11

------------------------------------------------------------
- testing automl/beta
------------------------------------------------------------
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 5.035 s <<< FAILURE! - in com.example.automl.ListModelsTest
[ERROR] com.example.automl.ListModelsTest.testListModels  Time elapsed: 5.028 s  <<< ERROR!
com.google.api.gax.rpc.DeadlineExceededException: io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED: deadline exceeded after 4.998830185s. [buffered_nanos=15626636, buffered_nanos=22225287, remote_addr=automl.googleapis.com/74.125.195.95:443]
	at com.google.api.gax.rpc.ApiExceptionFactory.createException(ApiExceptionFactory.java:51)
	at com.google.api.gax.grpc.GrpcApiExceptionFactory.create(GrpcApiExceptionFactory.java:72)
	at com.google.api.gax.grpc.GrpcApiExceptionFactory.create(GrpcApiExceptionFactory.java:60)
	at com.google.api.gax.grpc.GrpcExceptionCallable$ExceptionTransformingFuture.onFailure(GrpcExceptionCallable.java:97)
	at com.google.api.core.ApiFutures$1.onFailure(ApiFutures.java:68)
	at com.google.common.util.concurrent.Futures$CallbackListener.run(Futures.java:1050)
	at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30)
	at com.google.common.util.concurrent.AbstractFuture.executeListener(AbstractFuture.java:1176)
	at com.google.common.util.concurrent.AbstractFuture.complete(AbstractFuture.java:969)
	at com.google.common.util.concurrent.AbstractFuture.setException(AbstractFuture.java:760)
	at io.grpc.stub.ClientCalls$GrpcFuture.setException(ClientCalls.java:563)
	at io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:533)
	at io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:434)
	at io.grpc.internal.ClientCallImpl.access$500(ClientCallImpl.java:66)
	at io.grpc.internal.ClientCallImpl$1CloseInContext.runInContext(ClientCallImpl.java:424)
	at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
	at io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
	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:834)
	Suppressed: com.google.api.gax.rpc.AsyncTaskException: Asynchronous task failed
		at com.google.api.gax.rpc.ApiExceptions.callAndTranslateApiException(ApiExceptions.java:57)
		at com.google.api.gax.rpc.UnaryCallable.call(UnaryCallable.java:112)
		at com.google.cloud.automl.v1beta1.AutoMlClient.listModels(AutoMlClient.java:1966)
		at com.example.automl.ListModels.listModels(ListModels.java:52)
		at com.example.automl.ListModelsTest.testListModels(ListModelsTest.java:64)
		at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
		at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
		at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.base/java.lang.reflect.Method.invoke(Method.java:566)
		at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
		at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
		at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
		at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
		at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
		at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
		at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
		at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
		at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
		at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
		at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
		at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
		at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
		at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
		at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
		at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
		at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
		at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
		at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
		at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
		at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
		at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
		at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
		at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:377)
		at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:138)
		at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:465)
		at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:451)
Caused by: io.grpc.StatusRuntimeException: DEADLINE_EXCEEDED: deadline exceeded after 4.998830185s. [buffered_nanos=15626636, buffered_nanos=22225287, remote_addr=automl.googleapis.com/74.125.195.95:443]
	at io.grpc.Status.asRuntimeException(Status.java:533)
	... 12 more

[ERROR] Errors:
[ERROR]   ListModelsTest.testListModels » DeadlineExceeded io.grpc.StatusRuntimeExceptio...
[ERROR] Tests run: 23, Failures: 0, Errors: 1, Skipped: 0

trusted-contributions-gcf Bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Aug 14, 2020
kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Aug 14, 2020
lesv added the automerge Merge the pull request once unit tests and other checks pass. label Aug 14, 2020

lesv commented Aug 15, 2020

Copy link
Copy Markdown
Contributor

Java 11

------------------------------------------------------------
- testing automl/cloud-client
------------------------------------------------------------
[ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 16.336 s <<< FAILURE! - in com.example.automl.GetOperationStatusTest
[ERROR] com.example.automl.GetOperationStatusTest.testGetOperationStatus  Time elapsed: 16.334 s  <<< ERROR!
com.google.api.gax.rpc.InternalException: io.grpc.StatusRuntimeException: INTERNAL: Internal error encountered.
	at com.google.api.gax.rpc.ApiExceptionFactory.createException(ApiExceptionFactory.java:67)
	at com.google.api.gax.grpc.GrpcApiExceptionFactory.create(GrpcApiExceptionFactory.java:72)
	at com.google.api.gax.grpc.GrpcApiExceptionFactory.create(GrpcApiExceptionFactory.java:60)
	at com.google.api.gax.grpc.GrpcExceptionCallable$ExceptionTransformingFuture.onFailure(GrpcExceptionCallable.java:97)
	at com.google.api.core.ApiFutures$1.onFailure(ApiFutures.java:68)
	at com.google.common.util.concurrent.Futures$CallbackListener.run(Futures.java:1050)
	at com.google.common.util.concurrent.DirectExecutor.execute(DirectExecutor.java:30)
	at com.google.common.util.concurrent.AbstractFuture.executeListener(AbstractFuture.java:1176)
	at com.google.common.util.concurrent.AbstractFuture.complete(AbstractFuture.java:969)
	at com.google.common.util.concurrent.AbstractFuture.setException(AbstractFuture.java:760)
	at io.grpc.stub.ClientCalls$GrpcFuture.setException(ClientCalls.java:563)
	at io.grpc.stub.ClientCalls$UnaryStreamToFuture.onClose(ClientCalls.java:533)
	at io.grpc.internal.ClientCallImpl.closeObserver(ClientCallImpl.java:434)
	at io.grpc.internal.ClientCallImpl.access$500(ClientCallImpl.java:66)
	at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInternal(ClientCallImpl.java:763)
	at io.grpc.internal.ClientCallImpl$ClientStreamListenerImpl$1StreamClosed.runInContext(ClientCallImpl.java:742)
	at io.grpc.internal.ContextRunnable.run(ContextRunnable.java:37)
	at io.grpc.internal.SerializingExecutor.run(SerializingExecutor.java:123)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:304)
	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:834)
	Suppressed: com.google.api.gax.rpc.AsyncTaskException: Asynchronous task failed
		at com.google.api.gax.rpc.ApiExceptions.callAndTranslateApiException(ApiExceptions.java:57)
		at com.google.api.gax.paging.AbstractPage.getNextPageImpl(AbstractPage.java:118)
		at com.google.api.gax.paging.AbstractPage.getNextPage(AbstractPage.java:91)
		at com.google.api.gax.paging.AbstractPage$AllResourcesIterator.computeNext(AbstractPage.java:177)
		at com.google.common.collect.AbstractIterator.tryToComputeNext(AbstractIterator.java:141)
		at com.google.common.collect.AbstractIterator.hasNext(AbstractIterator.java:136)
		at com.example.automl.ListOperationStatus.listOperationStatus(ListOperationStatus.java:49)
		at com.example.automl.GetOperationStatusTest.setUp(GetOperationStatusTest.java:57)
		at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
		at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
		at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
		at java.base/java.lang.reflect.Method.invoke(Method.java:566)
		at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
		at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
		at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
		at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
		at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
		at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
		at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
		at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
		at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
		at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
		at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
		at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
		at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
		at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
		at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
		at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
		at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
		at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
		at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
		at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
		at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
		at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
		at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
		at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:377)
		at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:138)
		at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:465)
		at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:451)
Caused by: io.grpc.StatusRuntimeException: INTERNAL: Internal error encountered.
	at io.grpc.Status.asRuntimeException(Status.java:533)
	... 13 more

[ERROR] Errors:
[ERROR]   GetOperationStatusTest.testGetOperationStatus » Internal io.grpc.StatusRuntime...
[ERROR] Tests run: 35, Failures: 0, Errors: 1, Skipped: 0

trusted-contributions-gcf Bot added the kokoro:run Add this label to force Kokoro to re-run the tests. label Aug 15, 2020
kokoro-team removed the kokoro:run Add this label to force Kokoro to re-run the tests. label Aug 15, 2020
gcf-merge-on-green Bot merged commit 304bec9 into GoogleCloudPlatform:master Aug 15, 2020
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

automerge Merge the pull request once unit tests and other checks pass. cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants


Back | FazBrowse Home | New Git URL