Merge branch 'awslabs:main' into main #1
run-integration-tests-latest.yml
on: push
Run Aurora integration tests with latest
2m 18s
Annotations
8 errors, 56 warnings, and 1 notice
Run Aurora integration tests with latest:
TestRunner.java#L29
6.1sec integration.host.TestRunner > runTests(TestEnvironmentRequest)[1], [1] - Test environment [AURORA, PG, OPENJDK8, SINGLE_INSTANCE, 1, [SECRETS_MANAGER, NETWORK_OUTAGES_ENABLED, SKIP_MYSQL_DRIVER_TESTS, TELEMETRY_METRICS_ENABLED, FAILOVER_SUPPORTED, IAM, TELEMETRY_TRACES_ENABLED, AWS_CREDENTIALS_ENABLED, HIKARI, SKIP_MARIADB_DRIVER_TESTS]]
java.lang.RuntimeException: software.amazon.awssdk.services.rds.model.RdsException: User: arn:aws:iam::767397927480:user/atlas_technical_user is not authorized to perform: rds:CreateDBInstance on resource: arn:aws:rds:***:767397927480:cluster:test-pg-521937198773 because no identity-based policy allows the rds:CreateDBInstance action (Service: Rds, Status Code: 403, Request ID: a09960d2-52aa-489e-85f6-66f0722d13bb)
at integration.host.TestEnvironment.createAuroraDbCluster(TestEnvironment.java:427)
at integration.host.TestEnvironment.createAuroraDbCluster(TestEnvironment.java:311)
at integration.host.TestEnvironment.createAuroraEnvironment(TestEnvironment.java:202)
at integration.host.TestEnvironment.build(TestEnvironment.java:129)
at integration.host.TestRunner.runTests(TestRunner.java:29)
Caused by: software.amazon.awssdk.services.rds.model.RdsException: User: arn:aws:iam::767397927480:user/atlas_technical_user is not authorized to perform: rds:CreateDBInstance on resource: arn:aws:rds:***:767397927480:cluster:test-pg-521937198773 because no identity-based policy allows the rds:CreateDBInstance action (Service: Rds, Status Code: 403, Request ID: a09960d2-52aa-489e-85f6-66f0722d13bb)
at software.amazon.awssdk.core.internal.http.CombinedResponseHandler.handleErrorResponse(CombinedResponseHandler.java:125)
at software.amazon.awssdk.core.internal.http.CombinedResponseHandler.handleResponse(CombinedResponseHandler.java:82)
at software.amazon.awssdk.core.internal.http.CombinedResponseHandler.handle(CombinedResponseHandler.java:60)
at software.amazon.awssdk.core.internal.http.CombinedResponseHandler.handle(CombinedResponseHandler.java:41)
at software.amazon.awssdk.core.internal.http.pipeline.stages.HandleResponseStage.execute(HandleResponseStage.java:50)
at software.amazon.awssdk.core.internal.http.pipeline.stages.HandleResponseStage.execute(HandleResponseStage.java:38)
at software.amazon.awssdk.core.internal.http.pipeline.RequestPipelineBuilder$ComposingRequestPipelineStage.execute(RequestPipelineBuilder.java:206)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallAttemptTimeoutTrackingStage.execute(ApiCallAttemptTimeoutTrackingStage.java:72)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallAttemptTimeoutTrackingStage.execute(ApiCallAttemptTimeoutTrackingStage.java:42)
at software.amazon.awssdk.core.internal.http.pipeline.stages.TimeoutExceptionHandlingStage.execute(TimeoutExceptionHandlingStage.java:78)
at software.amazon.awssdk.core.internal.http.pipeline.stages.TimeoutExceptionHandlingStage.execute(TimeoutExceptionHandlingStage.java:40)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallAttemptMetricCollectionStage.execute(ApiCallAttemptMetricCollectionStage.java:55)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallAttemptMetricCollectionStage.execute(ApiCallAttemptMetricCollectionStage.java:39)
at software.amazon.awssdk.core.internal.http.pipeline.stages.RetryableStage.execute(RetryableStage.java:81)
at software.amazon.awssdk.core.internal.http.pipeline.stages.RetryableStage.execute(RetryableStage.java:36)
at software.amazon.awssdk.core.internal.http.pipeline.RequestPipelineBuilder$ComposingRequestPipelineStage.execute(RequestPipelineBuilder.java:206)
at software.amazon.awssdk.core.internal.http.StreamManagingStage.execute(StreamManagingStage.java:56)
at software.amazon.awssdk.core.internal.http.StreamManagingStage.execute(StreamManagingStage.java:36)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallTimeoutTrackingSta
|
Run Aurora integration tests with latest:
TestRunner.java#L29
0.0sec integration.host.TestRunner > runTests(TestEnvironmentRequest)[2], [2] - Test environment [AURORA, PG, OPENJDK11, SINGLE_INSTANCE, 1, [SECRETS_MANAGER, NETWORK_OUTAGES_ENABLED, SKIP_MYSQL_DRIVER_TESTS, TELEMETRY_METRICS_ENABLED, FAILOVER_SUPPORTED, IAM, TELEMETRY_TRACES_ENABLED, AWS_CREDENTIALS_ENABLED, HIKARI, SKIP_MARIADB_DRIVER_TESTS]]
java.lang.RuntimeException: java.lang.RuntimeException: software.amazon.awssdk.services.rds.model.RdsException: User: arn:aws:iam::767397927480:user/atlas_technical_user is not authorized to perform: rds:CreateDBInstance on resource: arn:aws:rds:***:767397927480:cluster:test-pg-521937198775 because no identity-based policy allows the rds:CreateDBInstance action (Service: Rds, Status Code: 403, Request ID: 5d142741-59f2-4dcc-ac8d-fbff3ae49a74)
at integration.host.TestEnvironment.createAuroraEnvironment(TestEnvironment.java:187)
at integration.host.TestEnvironment.build(TestEnvironment.java:129)
at integration.host.TestRunner.runTests(TestRunner.java:29)
Caused by: java.lang.RuntimeException: software.amazon.awssdk.services.rds.model.RdsException: User: arn:aws:iam::767397927480:user/atlas_technical_user is not authorized to perform: rds:CreateDBInstance on resource: arn:aws:rds:***:767397927480:cluster:test-pg-521937198775 because no identity-based policy allows the rds:CreateDBInstance action (Service: Rds, Status Code: 403, Request ID: 5d142741-59f2-4dcc-ac8d-fbff3ae49a74)
at integration.host.TestEnvironment.createAuroraDbCluster(TestEnvironment.java:427)
at integration.host.TestEnvironment.createAuroraDbCluster(TestEnvironment.java:311)
at integration.host.TestEnvironment.lambda$preCreateEnvironment$5(TestEnvironment.java:989)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: software.amazon.awssdk.services.rds.model.RdsException: User: arn:aws:iam::767397927480:user/atlas_technical_user is not authorized to perform: rds:CreateDBInstance on resource: arn:aws:rds:***:767397927480:cluster:test-pg-521937198775 because no identity-based policy allows the rds:CreateDBInstance action (Service: Rds, Status Code: 403, Request ID: 5d142741-59f2-4dcc-ac8d-fbff3ae49a74)
at software.amazon.awssdk.core.internal.http.CombinedResponseHandler.handleErrorResponse(CombinedResponseHandler.java:125)
at software.amazon.awssdk.core.internal.http.CombinedResponseHandler.handleResponse(CombinedResponseHandler.java:82)
at software.amazon.awssdk.core.internal.http.CombinedResponseHandler.handle(CombinedResponseHandler.java:60)
at software.amazon.awssdk.core.internal.http.CombinedResponseHandler.handle(CombinedResponseHandler.java:41)
at software.amazon.awssdk.core.internal.http.pipeline.stages.HandleResponseStage.execute(HandleResponseStage.java:50)
at software.amazon.awssdk.core.internal.http.pipeline.stages.HandleResponseStage.execute(HandleResponseStage.java:38)
at software.amazon.awssdk.core.internal.http.pipeline.RequestPipelineBuilder$ComposingRequestPipelineStage.execute(RequestPipelineBuilder.java:206)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallAttemptTimeoutTrackingStage.execute(ApiCallAttemptTimeoutTrackingStage.java:72)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallAttemptTimeoutTrackingStage.execute(ApiCallAttemptTimeoutTrackingStage.java:42)
at software.amazon.awssdk.core.internal.http.pipeline.stages.TimeoutExceptionHandlingStage.execute(TimeoutExceptionHandlingStage.java:78)
at software.amazon.awssdk.core.internal.http.pipeline.stages.TimeoutExceptionHandlingStage.execute(TimeoutExceptionHandlingStage.java:40)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallAttemptMetricCollect
|
Run Aurora integration tests with latest:
TestRunner.java#L29
3.6sec integration.host.TestRunner > runTests(TestEnvironmentRequest)[3], [3] - Test environment [AURORA, PG, OPENJDK8, MULTI_INSTANCE, 2, [SECRETS_MANAGER, NETWORK_OUTAGES_ENABLED, SKIP_MYSQL_DRIVER_TESTS, TELEMETRY_METRICS_ENABLED, FAILOVER_SUPPORTED, IAM, TELEMETRY_TRACES_ENABLED, AWS_CREDENTIALS_ENABLED, HIKARI, SKIP_MARIADB_DRIVER_TESTS]]
java.lang.RuntimeException: java.lang.RuntimeException: software.amazon.awssdk.services.rds.model.RdsException: User: arn:aws:iam::767397927480:user/atlas_technical_user is not authorized to perform: rds:CreateDBInstance on resource: arn:aws:rds:***:767397927480:cluster:test-pg-526207494726 because no identity-based policy allows the rds:CreateDBInstance action (Service: Rds, Status Code: 403, Request ID: 0158a62c-32bf-4016-8e9d-04bf5b55121c)
at integration.host.TestEnvironment.createAuroraEnvironment(TestEnvironment.java:187)
at integration.host.TestEnvironment.build(TestEnvironment.java:129)
at integration.host.TestRunner.runTests(TestRunner.java:29)
Caused by: java.lang.RuntimeException: software.amazon.awssdk.services.rds.model.RdsException: User: arn:aws:iam::767397927480:user/atlas_technical_user is not authorized to perform: rds:CreateDBInstance on resource: arn:aws:rds:***:767397927480:cluster:test-pg-526207494726 because no identity-based policy allows the rds:CreateDBInstance action (Service: Rds, Status Code: 403, Request ID: 0158a62c-32bf-4016-8e9d-04bf5b55121c)
at integration.host.TestEnvironment.createAuroraDbCluster(TestEnvironment.java:427)
at integration.host.TestEnvironment.createAuroraDbCluster(TestEnvironment.java:324)
at integration.host.TestEnvironment.lambda$preCreateEnvironment$5(TestEnvironment.java:989)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: software.amazon.awssdk.services.rds.model.RdsException: User: arn:aws:iam::767397927480:user/atlas_technical_user is not authorized to perform: rds:CreateDBInstance on resource: arn:aws:rds:***:767397927480:cluster:test-pg-526207494726 because no identity-based policy allows the rds:CreateDBInstance action (Service: Rds, Status Code: 403, Request ID: 0158a62c-32bf-4016-8e9d-04bf5b55121c)
at software.amazon.awssdk.core.internal.http.CombinedResponseHandler.handleErrorResponse(CombinedResponseHandler.java:125)
at software.amazon.awssdk.core.internal.http.CombinedResponseHandler.handleResponse(CombinedResponseHandler.java:82)
at software.amazon.awssdk.core.internal.http.CombinedResponseHandler.handle(CombinedResponseHandler.java:60)
at software.amazon.awssdk.core.internal.http.CombinedResponseHandler.handle(CombinedResponseHandler.java:41)
at software.amazon.awssdk.core.internal.http.pipeline.stages.HandleResponseStage.execute(HandleResponseStage.java:50)
at software.amazon.awssdk.core.internal.http.pipeline.stages.HandleResponseStage.execute(HandleResponseStage.java:38)
at software.amazon.awssdk.core.internal.http.pipeline.RequestPipelineBuilder$ComposingRequestPipelineStage.execute(RequestPipelineBuilder.java:206)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallAttemptTimeoutTrackingStage.execute(ApiCallAttemptTimeoutTrackingStage.java:72)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallAttemptTimeoutTrackingStage.execute(ApiCallAttemptTimeoutTrackingStage.java:42)
at software.amazon.awssdk.core.internal.http.pipeline.stages.TimeoutExceptionHandlingStage.execute(TimeoutExceptionHandlingStage.java:78)
at software.amazon.awssdk.core.internal.http.pipeline.stages.TimeoutExceptionHandlingStage.execute(TimeoutExceptionHandlingStage.java:40)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallAttemptMetricCollectio
|
Run Aurora integration tests with latest:
TestRunner.java#L29
0.0sec integration.host.TestRunner > runTests(TestEnvironmentRequest)[4], [4] - Test environment [AURORA, PG, OPENJDK11, MULTI_INSTANCE, 2, [SECRETS_MANAGER, NETWORK_OUTAGES_ENABLED, SKIP_MYSQL_DRIVER_TESTS, TELEMETRY_METRICS_ENABLED, FAILOVER_SUPPORTED, IAM, TELEMETRY_TRACES_ENABLED, AWS_CREDENTIALS_ENABLED, HIKARI, SKIP_MARIADB_DRIVER_TESTS]]
java.lang.RuntimeException: java.lang.RuntimeException: software.amazon.awssdk.services.rds.model.RdsException: User: arn:aws:iam::767397927480:user/atlas_technical_user is not authorized to perform: rds:CreateDBInstance on resource: arn:aws:rds:***:767397927480:cluster:test-pg-526213239004 because no identity-based policy allows the rds:CreateDBInstance action (Service: Rds, Status Code: 403, Request ID: 9f179456-2a53-43d1-ab79-6e30181ea47d)
at integration.host.TestEnvironment.createAuroraEnvironment(TestEnvironment.java:187)
at integration.host.TestEnvironment.build(TestEnvironment.java:129)
at integration.host.TestRunner.runTests(TestRunner.java:29)
Caused by: java.lang.RuntimeException: software.amazon.awssdk.services.rds.model.RdsException: User: arn:aws:iam::767397927480:user/atlas_technical_user is not authorized to perform: rds:CreateDBInstance on resource: arn:aws:rds:***:767397927480:cluster:test-pg-526213239004 because no identity-based policy allows the rds:CreateDBInstance action (Service: Rds, Status Code: 403, Request ID: 9f179456-2a53-43d1-ab79-6e30181ea47d)
at integration.host.TestEnvironment.createAuroraDbCluster(TestEnvironment.java:427)
at integration.host.TestEnvironment.createAuroraDbCluster(TestEnvironment.java:324)
at integration.host.TestEnvironment.lambda$preCreateEnvironment$5(TestEnvironment.java:989)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: software.amazon.awssdk.services.rds.model.RdsException: User: arn:aws:iam::767397927480:user/atlas_technical_user is not authorized to perform: rds:CreateDBInstance on resource: arn:aws:rds:***:767397927480:cluster:test-pg-526213239004 because no identity-based policy allows the rds:CreateDBInstance action (Service: Rds, Status Code: 403, Request ID: 9f179456-2a53-43d1-ab79-6e30181ea47d)
at software.amazon.awssdk.core.internal.http.CombinedResponseHandler.handleErrorResponse(CombinedResponseHandler.java:125)
at software.amazon.awssdk.core.internal.http.CombinedResponseHandler.handleResponse(CombinedResponseHandler.java:82)
at software.amazon.awssdk.core.internal.http.CombinedResponseHandler.handle(CombinedResponseHandler.java:60)
at software.amazon.awssdk.core.internal.http.CombinedResponseHandler.handle(CombinedResponseHandler.java:41)
at software.amazon.awssdk.core.internal.http.pipeline.stages.HandleResponseStage.execute(HandleResponseStage.java:50)
at software.amazon.awssdk.core.internal.http.pipeline.stages.HandleResponseStage.execute(HandleResponseStage.java:38)
at software.amazon.awssdk.core.internal.http.pipeline.RequestPipelineBuilder$ComposingRequestPipelineStage.execute(RequestPipelineBuilder.java:206)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallAttemptTimeoutTrackingStage.execute(ApiCallAttemptTimeoutTrackingStage.java:72)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallAttemptTimeoutTrackingStage.execute(ApiCallAttemptTimeoutTrackingStage.java:42)
at software.amazon.awssdk.core.internal.http.pipeline.stages.TimeoutExceptionHandlingStage.execute(TimeoutExceptionHandlingStage.java:78)
at software.amazon.awssdk.core.internal.http.pipeline.stages.TimeoutExceptionHandlingStage.execute(TimeoutExceptionHandlingStage.java:40)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallAttemptMetricCollecti
|
Run Aurora integration tests with latest:
TestRunner.java#L29
3.6sec integration.host.TestRunner > runTests(TestEnvironmentRequest)[5], [5] - Test environment [AURORA, PG, OPENJDK8, MULTI_INSTANCE, 5, [SECRETS_MANAGER, NETWORK_OUTAGES_ENABLED, SKIP_MYSQL_DRIVER_TESTS, TELEMETRY_METRICS_ENABLED, FAILOVER_SUPPORTED, IAM, TELEMETRY_TRACES_ENABLED, AWS_CREDENTIALS_ENABLED, HIKARI, SKIP_MARIADB_DRIVER_TESTS]]
java.lang.RuntimeException: java.lang.RuntimeException: software.amazon.awssdk.services.rds.model.RdsException: User: arn:aws:iam::767397927480:user/atlas_technical_user is not authorized to perform: rds:CreateDBInstance on resource: arn:aws:rds:***:767397927480:cluster:test-pg-529802347887 because no identity-based policy allows the rds:CreateDBInstance action (Service: Rds, Status Code: 403, Request ID: e7e6c009-99db-4399-87be-3bc21ef0b6cf)
at integration.host.TestEnvironment.createAuroraEnvironment(TestEnvironment.java:187)
at integration.host.TestEnvironment.build(TestEnvironment.java:129)
at integration.host.TestRunner.runTests(TestRunner.java:29)
Caused by: java.lang.RuntimeException: software.amazon.awssdk.services.rds.model.RdsException: User: arn:aws:iam::767397927480:user/atlas_technical_user is not authorized to perform: rds:CreateDBInstance on resource: arn:aws:rds:***:767397927480:cluster:test-pg-529802347887 because no identity-based policy allows the rds:CreateDBInstance action (Service: Rds, Status Code: 403, Request ID: e7e6c009-99db-4399-87be-3bc21ef0b6cf)
at integration.host.TestEnvironment.createAuroraDbCluster(TestEnvironment.java:427)
at integration.host.TestEnvironment.createAuroraDbCluster(TestEnvironment.java:324)
at integration.host.TestEnvironment.lambda$preCreateEnvironment$5(TestEnvironment.java:989)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: software.amazon.awssdk.services.rds.model.RdsException: User: arn:aws:iam::767397927480:user/atlas_technical_user is not authorized to perform: rds:CreateDBInstance on resource: arn:aws:rds:***:767397927480:cluster:test-pg-529802347887 because no identity-based policy allows the rds:CreateDBInstance action (Service: Rds, Status Code: 403, Request ID: e7e6c009-99db-4399-87be-3bc21ef0b6cf)
at software.amazon.awssdk.core.internal.http.CombinedResponseHandler.handleErrorResponse(CombinedResponseHandler.java:125)
at software.amazon.awssdk.core.internal.http.CombinedResponseHandler.handleResponse(CombinedResponseHandler.java:82)
at software.amazon.awssdk.core.internal.http.CombinedResponseHandler.handle(CombinedResponseHandler.java:60)
at software.amazon.awssdk.core.internal.http.CombinedResponseHandler.handle(CombinedResponseHandler.java:41)
at software.amazon.awssdk.core.internal.http.pipeline.stages.HandleResponseStage.execute(HandleResponseStage.java:50)
at software.amazon.awssdk.core.internal.http.pipeline.stages.HandleResponseStage.execute(HandleResponseStage.java:38)
at software.amazon.awssdk.core.internal.http.pipeline.RequestPipelineBuilder$ComposingRequestPipelineStage.execute(RequestPipelineBuilder.java:206)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallAttemptTimeoutTrackingStage.execute(ApiCallAttemptTimeoutTrackingStage.java:72)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallAttemptTimeoutTrackingStage.execute(ApiCallAttemptTimeoutTrackingStage.java:42)
at software.amazon.awssdk.core.internal.http.pipeline.stages.TimeoutExceptionHandlingStage.execute(TimeoutExceptionHandlingStage.java:78)
at software.amazon.awssdk.core.internal.http.pipeline.stages.TimeoutExceptionHandlingStage.execute(TimeoutExceptionHandlingStage.java:40)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallAttemptMetricCollectio
|
Run Aurora integration tests with latest:
TestRunner.java#L29
0.0sec integration.host.TestRunner > runTests(TestEnvironmentRequest)[6], [6] - Test environment [AURORA, PG, OPENJDK11, MULTI_INSTANCE, 5, [SECRETS_MANAGER, NETWORK_OUTAGES_ENABLED, SKIP_MYSQL_DRIVER_TESTS, TELEMETRY_METRICS_ENABLED, FAILOVER_SUPPORTED, IAM, TELEMETRY_TRACES_ENABLED, AWS_CREDENTIALS_ENABLED, HIKARI, SKIP_MARIADB_DRIVER_TESTS]]
java.lang.RuntimeException: java.lang.RuntimeException: software.amazon.awssdk.services.rds.model.RdsException: User: arn:aws:iam::767397927480:user/atlas_technical_user is not authorized to perform: rds:CreateDBInstance on resource: arn:aws:rds:***:767397927480:cluster:test-pg-529805394419 because no identity-based policy allows the rds:CreateDBInstance action (Service: Rds, Status Code: 403, Request ID: 908b626a-f478-4a7d-9c35-e35914364f2d)
at integration.host.TestEnvironment.createAuroraEnvironment(TestEnvironment.java:187)
at integration.host.TestEnvironment.build(TestEnvironment.java:129)
at integration.host.TestRunner.runTests(TestRunner.java:29)
Caused by: java.lang.RuntimeException: software.amazon.awssdk.services.rds.model.RdsException: User: arn:aws:iam::767397927480:user/atlas_technical_user is not authorized to perform: rds:CreateDBInstance on resource: arn:aws:rds:***:767397927480:cluster:test-pg-529805394419 because no identity-based policy allows the rds:CreateDBInstance action (Service: Rds, Status Code: 403, Request ID: 908b626a-f478-4a7d-9c35-e35914364f2d)
at integration.host.TestEnvironment.createAuroraDbCluster(TestEnvironment.java:427)
at integration.host.TestEnvironment.createAuroraDbCluster(TestEnvironment.java:324)
at integration.host.TestEnvironment.lambda$preCreateEnvironment$5(TestEnvironment.java:989)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:750)
Caused by: software.amazon.awssdk.services.rds.model.RdsException: User: arn:aws:iam::767397927480:user/atlas_technical_user is not authorized to perform: rds:CreateDBInstance on resource: arn:aws:rds:***:767397927480:cluster:test-pg-529805394419 because no identity-based policy allows the rds:CreateDBInstance action (Service: Rds, Status Code: 403, Request ID: 908b626a-f478-4a7d-9c35-e35914364f2d)
at software.amazon.awssdk.core.internal.http.CombinedResponseHandler.handleErrorResponse(CombinedResponseHandler.java:125)
at software.amazon.awssdk.core.internal.http.CombinedResponseHandler.handleResponse(CombinedResponseHandler.java:82)
at software.amazon.awssdk.core.internal.http.CombinedResponseHandler.handle(CombinedResponseHandler.java:60)
at software.amazon.awssdk.core.internal.http.CombinedResponseHandler.handle(CombinedResponseHandler.java:41)
at software.amazon.awssdk.core.internal.http.pipeline.stages.HandleResponseStage.execute(HandleResponseStage.java:50)
at software.amazon.awssdk.core.internal.http.pipeline.stages.HandleResponseStage.execute(HandleResponseStage.java:38)
at software.amazon.awssdk.core.internal.http.pipeline.RequestPipelineBuilder$ComposingRequestPipelineStage.execute(RequestPipelineBuilder.java:206)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallAttemptTimeoutTrackingStage.execute(ApiCallAttemptTimeoutTrackingStage.java:72)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallAttemptTimeoutTrackingStage.execute(ApiCallAttemptTimeoutTrackingStage.java:42)
at software.amazon.awssdk.core.internal.http.pipeline.stages.TimeoutExceptionHandlingStage.execute(TimeoutExceptionHandlingStage.java:78)
at software.amazon.awssdk.core.internal.http.pipeline.stages.TimeoutExceptionHandlingStage.execute(TimeoutExceptionHandlingStage.java:40)
at software.amazon.awssdk.core.internal.http.pipeline.stages.ApiCallAttemptMetricCollecti
|
Run Aurora integration tests with latest:
task ':aws-advanced-jdbc-wrapper:test-all-aurora'#L1
Execution failed for task ':aws-advanced-jdbc-wrapper:test-all-aurora':
org.gradle.api.tasks.VerificationException: There were failing tests. See the results at: file:///home/runner/work/aws-advanced-jdbc-wrapper/aws-advanced-jdbc-wrapper/wrapper/build/test-results/test-all-aurora/
|
Run Aurora integration tests with latest
Process completed with exit code 1.
|
AutoCloseable used without 'try'-with-resources:
examples/AWSDriverExample/src/main/java/software/amazon/TelemetryMetricsOTLPExample.java#L69
'OpenTelemetrySdk' used without 'try'-with-resources statement
|
AutoCloseable used without 'try'-with-resources:
wrapper/src/main/java/software/amazon/jdbc/plugin/strategy/fastestresponse/HostResponseTimeServiceImpl.java#L103
'NodeResponseTimeMonitor' used without 'try'-with-resources statement
|
AutoCloseable used without 'try'-with-resources:
wrapper/src/main/java/software/amazon/jdbc/HikariPooledConnectionProvider.java#L195
'HikariDataSource' used without 'try'-with-resources statement
|
Caught exception is immediately rethrown:
examples/AWSDriverExample/src/main/java/software/amazon/ReadWriteSplittingMySQLExample.java#L130
Caught exception `e` is immediately rethrown
|
Caught exception is immediately rethrown:
examples/AWSDriverExample/src/main/java/software/amazon/ReadWriteSplittingPostgresExample.java#L131
Caught exception `e` is immediately rethrown
|
Caught exception is immediately rethrown:
examples/AWSDriverExample/src/main/java/software/amazon/ReadWriteSplittingMySQLExample.java#L104
Caught exception `e` is immediately rethrown
|
Caught exception is immediately rethrown:
examples/AWSDriverExample/src/main/java/software/amazon/PgFailoverSample.java#L106
Caught exception `e` is immediately rethrown
|
Caught exception is immediately rethrown:
examples/AWSDriverExample/src/main/java/software/amazon/ReadWriteSplittingPostgresExample.java#L105
Caught exception `e` is immediately rethrown
|
Caught exception is immediately rethrown:
wrapper/src/main/java/software/amazon/jdbc/plugin/AuroraInitialConnectionStrategyPlugin.java#L368
Caught exception `ex` is immediately rethrown
|
Caught exception is immediately rethrown:
examples/AWSDriverExample/src/main/java/software/amazon/PgFailoverSample.java#L78
Caught exception `e` is immediately rethrown
|
Caught exception is immediately rethrown:
examples/AWSDriverExample/src/main/java/software/amazon/ReadWriteSplittingPostgresExample.java#L145
Caught exception `e` is immediately rethrown
|
Caught exception is immediately rethrown:
examples/AWSDriverExample/src/main/java/software/amazon/PgFailoverSample.java#L94
Caught exception `e` is immediately rethrown
|
Caught exception is immediately rethrown:
examples/AWSDriverExample/src/main/java/software/amazon/ReadWriteSplittingMySQLExample.java#L144
Caught exception `e` is immediately rethrown
|
Class is exposed outside of its visibility scope:
wrapper/src/main/java/software/amazon/jdbc/ConnectionPluginManager.java#L202
Class `PluginPipeline` is exposed outside its defined visibility scope
|
Class is exposed outside of its visibility scope:
wrapper/src/main/java/software/amazon/jdbc/hostlistprovider/RdsHostListProvider.java#L224
Class `FetchTopologyResult` is exposed outside its defined visibility scope
|
Class is exposed outside of its visibility scope:
wrapper/src/main/java/software/amazon/jdbc/ConnectionPluginManager.java#L107
Class `PluginChainJdbcCallable` is exposed outside its defined visibility scope
|
Class is exposed outside of its visibility scope:
wrapper/src/main/java/software/amazon/jdbc/util/CacheMap.java#L27
Class `CacheItem` is exposed outside its defined visibility scope
|
Class is exposed outside of its visibility scope:
wrapper/src/main/java/software/amazon/jdbc/plugin/AwsSecretsManagerConnectionPlugin.java#L82
Class `Secret` is exposed outside its defined visibility scope
|
Class is exposed outside of its visibility scope:
wrapper/src/main/java/software/amazon/jdbc/util/SlidingExpirationCache.java#L28
Class `CacheItem` is exposed outside its defined visibility scope
|
Class is exposed outside of its visibility scope:
wrapper/src/main/java/software/amazon/jdbc/ConnectionPluginManager.java#L274
Class `PluginPipeline` is exposed outside its defined visibility scope
|
Class is exposed outside of its visibility scope:
wrapper/src/main/java/software/amazon/jdbc/ConnectionPluginManager.java#L243
Class `PluginChainJdbcCallable` is exposed outside its defined visibility scope
|
Constant values:
wrapper/src/main/java/software/amazon/jdbc/plugin/efm/HostMonitoringConnectionPlugin.java#L111
Condition `pluginService == null` is always `false`
|
Constant values:
wrapper/src/main/java/software/amazon/jdbc/dialect/AuroraPgDialect.java#L117
Condition `hasExtensions` is always `true`
|
Constant values:
wrapper/src/main/java/software/amazon/jdbc/plugin/efm2/HostMonitoringConnectionPlugin.java#L112
Condition `properties == null` is always `false`
|
Constant values:
wrapper/src/main/java/software/amazon/jdbc/plugin/efm/HostMonitoringConnectionPlugin.java#L114
Condition `properties == null` is always `false`
|
Constant values:
wrapper/src/main/java/software/amazon/jdbc/plugin/strategy/fastestresponse/NodeResponseTimeMonitor.java#L193
Condition `telemetryContext != null` is always `true`
|
Constant values:
wrapper/src/main/java/software/amazon/jdbc/plugin/efm/HostMonitoringConnectionPlugin.java#L117
Condition `monitorServiceSupplier == null` is always `false`
|
Constant values:
wrapper/src/main/java/software/amazon/jdbc/plugin/efm2/HostMonitoringConnectionPlugin.java#L109
Condition `pluginService == null` is always `false`
|
Constant values:
wrapper/src/main/java/software/amazon/jdbc/plugin/failover/ClusterAwareWriterFailoverHandler.java#L279
Condition `success` is always `false`
|
Constant values:
wrapper/src/main/java/software/amazon/jdbc/HikariPooledConnectionProvider.java#L366
Condition `url == null` is always `false`
|
Constant values:
wrapper/src/main/java/software/amazon/jdbc/util/telemetry/XRayTelemetryContext.java#L120
Condition `telemetryContext.traceEntity.getParent() != null` is always `true`
|
Constant values:
wrapper/src/main/java/software/amazon/jdbc/HikariPooledConnectionProvider.java#L366
Condition `extraKey == null` is always `false`
|
Constant values:
wrapper/src/main/java/software/amazon/jdbc/plugin/efm2/HostMonitoringConnectionPlugin.java#L115
Condition `monitorServiceSupplier == null` is always `false`
|
Nullability and data flow problems:
wrapper/src/main/java/software/amazon/jdbc/plugin/failover/FailoverConnectionPlugin.java#L662
Argument `writerHostSpec` might be null
|
Nullability and data flow problems:
wrapper/src/main/java/software/amazon/jdbc/ds/AwsWrapperDataSource.java#L417
Argument `this.jdbcUrl` might be null
|
Nullability and data flow problems:
wrapper/src/main/java/software/amazon/jdbc/plugin/failover/FailoverConnectionPlugin.java#L724
Argument `getCurrentWriter()` might be null
|
Nullability and data flow problems:
wrapper/src/main/java/software/amazon/jdbc/plugin/AwsSecretsManagerConnectionPlugin.java#L174
Argument `regionString` might be null
|
|
Infinite loop statement:
wrapper/src/main/java/software/amazon/jdbc/util/SlidingExpirationCacheWithCleanupThread.java#L57
`while` statement cannot complete without throwing an exception
|
'Optional' used as field or parameter type:
wrapper/src/main/java/software/amazon/jdbc/states/SessionStateField.java#L23
`Optional` used as type for field 'pristineValue'
|
'Optional' used as field or parameter type:
wrapper/src/main/java/software/amazon/jdbc/states/SessionStateField.java#L22
`Optional` used as type for field 'value'
|
Confusing primitive array argument to varargs method:
wrapper/src/main/java/software/amazon/jdbc/wrapper/SQLOutputWrapper.java#L160
Confusing primitive array argument to varargs method
|
String concatenation as argument to 'StringBuilder.append()' call:
wrapper/src/main/java/software/amazon/jdbc/states/SessionState.java#L59
String concatenation as argument to `StringBuilder.append()` call
|
String concatenation as argument to 'StringBuilder.append()' call:
wrapper/src/main/java/software/amazon/jdbc/states/SessionState.java#L61
String concatenation as argument to `StringBuilder.append()` call
|
String concatenation as argument to 'StringBuilder.append()' call:
wrapper/src/main/java/software/amazon/jdbc/states/SessionState.java#L60
String concatenation as argument to `StringBuilder.append()` call
|
String concatenation as argument to 'StringBuilder.append()' call:
wrapper/src/main/java/software/amazon/jdbc/states/SessionState.java#L58
String concatenation as argument to `StringBuilder.append()` call
|
String concatenation as argument to 'StringBuilder.append()' call:
wrapper/src/main/java/software/amazon/jdbc/states/SessionState.java#L63
String concatenation as argument to `StringBuilder.append()` call
|
String concatenation as argument to 'StringBuilder.append()' call:
wrapper/src/main/java/software/amazon/jdbc/states/SessionState.java#L56
String concatenation as argument to `StringBuilder.append()` call
|
String concatenation as argument to 'StringBuilder.append()' call:
wrapper/src/main/java/software/amazon/jdbc/states/SessionState.java#L57
String concatenation as argument to `StringBuilder.append()` call
|
String concatenation as argument to 'StringBuilder.append()' call:
wrapper/src/main/java/software/amazon/jdbc/states/SessionState.java#L62
String concatenation as argument to `StringBuilder.append()` call
|
Synchronization on local variable or method parameter:
wrapper/src/main/java/software/amazon/jdbc/plugin/efm/HostMonitoringConnectionPlugin.java#L184
Synchronization on local variable `monitorContext`
|
|
|
Unused assignment:
wrapper/src/main/java/software/amazon/jdbc/hostavailability/ExponentialBackoffHostAvailabilityStrategy.java#L31
Variable `initialBackoffTimeSeconds` initializer `30` is redundant
|
Unused assignment:
wrapper/src/main/java/software/amazon/jdbc/util/RdsUtils.java#L256
Variable `matcher` initializer `null` is redundant
|
Unused assignment:
wrapper/src/main/java/software/amazon/jdbc/hostavailability/ExponentialBackoffHostAvailabilityStrategy.java#L30
Variable `maxRetries` initializer `5` is redundant
|
Constant values:
wrapper/src/main/java/software/amazon/jdbc/plugin/failover/ClusterAwareWriterFailoverHandler.java#L279
Value `success` is always 'false'
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
html-summary-report-latest
Expired
|
66.8 KB |
|
junit-report-latest
Expired
|
9.59 KB |
|