Merge branch 'awslabs:main' into main #1
Annotations
8 errors
Run integration tests:
TestRunner.java#L29
5.3sec 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-381176751575 because no identity-based policy allows the rds:CreateDBInstance action (Service: Rds, Status Code: 403, Request ID: ce644ca4-4c02-4207-984c-46a117beaac0)
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-381176751575 because no identity-based policy allows the rds:CreateDBInstance action (Service: Rds, Status Code: 403, Request ID: ce644ca4-4c02-4207-984c-46a117beaac0)
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 integration tests:
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-381176751576 because no identity-based policy allows the rds:CreateDBInstance action (Service: Rds, Status Code: 403, Request ID: 20faf99c-f23e-4dc1-ae48-684534ce9cc2)
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-381176751576 because no identity-based policy allows the rds:CreateDBInstance action (Service: Rds, Status Code: 403, Request ID: 20faf99c-f23e-4dc1-ae48-684534ce9cc2)
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-381176751576 because no identity-based policy allows the rds:CreateDBInstance action (Service: Rds, Status Code: 403, Request ID: 20faf99c-f23e-4dc1-ae48-684534ce9cc2)
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 integration tests:
TestRunner.java#L29
2.4sec 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-384603745734 because no identity-based policy allows the rds:CreateDBInstance action (Service: Rds, Status Code: 403, Request ID: 4c89ccc6-574b-4ecf-b3f4-eef18dc4a73c)
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-384603745734 because no identity-based policy allows the rds:CreateDBInstance action (Service: Rds, Status Code: 403, Request ID: 4c89ccc6-574b-4ecf-b3f4-eef18dc4a73c)
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-384603745734 because no identity-based policy allows the rds:CreateDBInstance action (Service: Rds, Status Code: 403, Request ID: 4c89ccc6-574b-4ecf-b3f4-eef18dc4a73c)
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 integration tests:
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-384614016266 because no identity-based policy allows the rds:CreateDBInstance action (Service: Rds, Status Code: 403, Request ID: 16acb994-653b-439f-9639-674ec9d05df7)
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-384614016266 because no identity-based policy allows the rds:CreateDBInstance action (Service: Rds, Status Code: 403, Request ID: 16acb994-653b-439f-9639-674ec9d05df7)
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-384614016266 because no identity-based policy allows the rds:CreateDBInstance action (Service: Rds, Status Code: 403, Request ID: 16acb994-653b-439f-9639-674ec9d05df7)
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 integration tests:
TestRunner.java#L29
2.4sec 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-387034325937 because no identity-based policy allows the rds:CreateDBInstance action (Service: Rds, Status Code: 403, Request ID: b2e739ce-b143-4b4d-8f93-510e8a8c85b6)
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-387034325937 because no identity-based policy allows the rds:CreateDBInstance action (Service: Rds, Status Code: 403, Request ID: b2e739ce-b143-4b4d-8f93-510e8a8c85b6)
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-387034325937 because no identity-based policy allows the rds:CreateDBInstance action (Service: Rds, Status Code: 403, Request ID: b2e739ce-b143-4b4d-8f93-510e8a8c85b6)
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 integration tests:
TestRunner.java#L29
0.4sec 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-387042874283 because no identity-based policy allows the rds:CreateDBInstance action (Service: Rds, Status Code: 403, Request ID: 35c12379-9686-43fa-8246-c473ca3571b1)
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-387042874283 because no identity-based policy allows the rds:CreateDBInstance action (Service: Rds, Status Code: 403, Request ID: 35c12379-9686-43fa-8246-c473ca3571b1)
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-387042874283 because no identity-based policy allows the rds:CreateDBInstance action (Service: Rds, Status Code: 403, Request ID: 35c12379-9686-43fa-8246-c473ca3571b1)
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 integration tests:
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 integration tests
Process completed with exit code 1.
|
The logs for this run have expired and are no longer available.
Loading