Run Standard Integration Tests #235
run-standard-integration-tests.yml
on: workflow_dispatch
Run standard container integration tests
35m 15s
Annotations
5 errors and 1 warning
Run standard container integration tests:
TestRunner.java#L29
377.8sec integration.host.TestRunner > runTests(TestEnvironmentRequest)[1], [1] - Test environment [DOCKER, MYSQL, OPENJDK8, SINGLE_INSTANCE, 1, [NETWORK_OUTAGES_ENABLED, TELEMETRY_TRACES_ENABLED, AWS_CREDENTIALS_ENABLED, SECRETS_MANAGER, TELEMETRY_METRICS_ENABLED, HIKARI]]
org.testcontainers.containers.ContainerLaunchException: Container startup failed for image mysql:latest
at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:362)
at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:333)
at integration.host.TestEnvironment.createDatabaseContainers(TestEnvironment.java:243)
at integration.host.TestEnvironment.build(TestEnvironment.java:116)
at integration.host.TestRunner.runTests(TestRunner.java:29)
Caused by: org.rnorth.ducttape.RetryCountExceededException: Retry limit hit with exception
at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:88)
at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:347)
... 4 more
Caused by: org.testcontainers.containers.ContainerLaunchException: Could not create/start container
at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:566)
at org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:357)
at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:81)
... 5 more
Caused by: java.lang.IllegalStateException: Wait strategy failed. Container exited with code 1
at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:536)
... 7 more
Caused by: java.lang.IllegalStateException: Container is started, but cannot be accessed by (JDBC URL: jdbc:mysql://localhost:32771/test_database), please check container logs
at org.testcontainers.containers.JdbcDatabaseContainer.waitUntilContainerStarted(JdbcDatabaseContainer.java:176)
at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:503)
... 7 more
Caused by: java.sql.SQLException: Could not create new connection
at org.testcontainers.containers.JdbcDatabaseContainer.createConnection(JdbcDatabaseContainer.java:262)
at org.testcontainers.containers.JdbcDatabaseContainer.createConnection(JdbcDatabaseContainer.java:218)
at org.testcontainers.containers.JdbcDatabaseContainer.waitUntilContainerStarted(JdbcDatabaseContainer.java:158)
... 8 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:175)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64)
at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825)
at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:446)
at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:239)
at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:188)
at org.testcontainers.containers.JdbcDatabaseContainer.createConnection(JdbcDatabaseContainer.java:253)
... 10 more
Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure
|
Run standard container integration tests:
TestRunner.java#L29
361.1sec integration.host.TestRunner > runTests(TestEnvironmentRequest)[2], [2] - Test environment [DOCKER, MYSQL, OPENJDK11, SINGLE_INSTANCE, 1, [NETWORK_OUTAGES_ENABLED, TELEMETRY_TRACES_ENABLED, AWS_CREDENTIALS_ENABLED, SECRETS_MANAGER, TELEMETRY_METRICS_ENABLED, HIKARI]]
org.testcontainers.containers.ContainerLaunchException: Container startup failed for image mysql:latest
at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:362)
at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:333)
at integration.host.TestEnvironment.createDatabaseContainers(TestEnvironment.java:243)
at integration.host.TestEnvironment.build(TestEnvironment.java:116)
at integration.host.TestRunner.runTests(TestRunner.java:29)
Caused by: org.rnorth.ducttape.RetryCountExceededException: Retry limit hit with exception
at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:88)
at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:347)
... 4 more
Caused by: org.testcontainers.containers.ContainerLaunchException: Could not create/start container
at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:566)
at org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:357)
at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:81)
... 5 more
Caused by: java.lang.IllegalStateException: Wait strategy failed. Container exited with code 1
at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:536)
... 7 more
Caused by: java.lang.IllegalStateException: Container is started, but cannot be accessed by (JDBC URL: jdbc:mysql://localhost:32774/test_database), please check container logs
at org.testcontainers.containers.JdbcDatabaseContainer.waitUntilContainerStarted(JdbcDatabaseContainer.java:176)
at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:503)
... 7 more
Caused by: java.sql.SQLException: Could not create new connection
at org.testcontainers.containers.JdbcDatabaseContainer.createConnection(JdbcDatabaseContainer.java:262)
at org.testcontainers.containers.JdbcDatabaseContainer.createConnection(JdbcDatabaseContainer.java:218)
at org.testcontainers.containers.JdbcDatabaseContainer.waitUntilContainerStarted(JdbcDatabaseContainer.java:158)
... 8 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:175)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64)
at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825)
at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:446)
at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:239)
at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:188)
at org.testcontainers.containers.JdbcDatabaseContainer.createConnection(JdbcDatabaseContainer.java:253)
... 10 more
Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure
|
Run standard container integration tests:
TestRunner.java#L29
361.1sec integration.host.TestRunner > runTests(TestEnvironmentRequest)[3], [3] - Test environment [DOCKER, MYSQL, GRAALVM, SINGLE_INSTANCE, 1, [NETWORK_OUTAGES_ENABLED, TELEMETRY_TRACES_ENABLED, AWS_CREDENTIALS_ENABLED, SECRETS_MANAGER, TELEMETRY_METRICS_ENABLED, HIKARI]]
org.testcontainers.containers.ContainerLaunchException: Container startup failed for image mysql:latest
at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:362)
at org.testcontainers.containers.GenericContainer.start(GenericContainer.java:333)
at integration.host.TestEnvironment.createDatabaseContainers(TestEnvironment.java:243)
at integration.host.TestEnvironment.build(TestEnvironment.java:116)
at integration.host.TestRunner.runTests(TestRunner.java:29)
Caused by: org.rnorth.ducttape.RetryCountExceededException: Retry limit hit with exception
at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:88)
at org.testcontainers.containers.GenericContainer.doStart(GenericContainer.java:347)
... 4 more
Caused by: org.testcontainers.containers.ContainerLaunchException: Could not create/start container
at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:566)
at org.testcontainers.containers.GenericContainer.lambda$doStart$0(GenericContainer.java:357)
at org.rnorth.ducttape.unreliables.Unreliables.retryUntilSuccess(Unreliables.java:81)
... 5 more
Caused by: java.lang.IllegalStateException: Wait strategy failed. Container exited with code 1
at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:536)
... 7 more
Caused by: java.lang.IllegalStateException: Container is started, but cannot be accessed by (JDBC URL: jdbc:mysql://localhost:32777/test_database), please check container logs
at org.testcontainers.containers.JdbcDatabaseContainer.waitUntilContainerStarted(JdbcDatabaseContainer.java:176)
at org.testcontainers.containers.GenericContainer.tryStart(GenericContainer.java:503)
... 7 more
Caused by: java.sql.SQLException: Could not create new connection
at org.testcontainers.containers.JdbcDatabaseContainer.createConnection(JdbcDatabaseContainer.java:262)
at org.testcontainers.containers.JdbcDatabaseContainer.createConnection(JdbcDatabaseContainer.java:218)
at org.testcontainers.containers.JdbcDatabaseContainer.waitUntilContainerStarted(JdbcDatabaseContainer.java:158)
... 8 more
Next exception 1: [CIRCULAR REFERENCE SQLException]
Next exception 2: com.mysql.cj.jdbc.exceptions.CommunicationsException: Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
at com.mysql.cj.jdbc.exceptions.SQLError.createCommunicationsException(SQLError.java:175)
at com.mysql.cj.jdbc.exceptions.SQLExceptionsMapping.translateException(SQLExceptionsMapping.java:64)
at com.mysql.cj.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:825)
at com.mysql.cj.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:446)
at com.mysql.cj.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:239)
at com.mysql.cj.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:188)
at org.testcontainers.containers.JdbcDatabaseContainer.createConnection(JdbcDatabaseContainer.java:253)
... 10 more
Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure
|
Run standard container integration tests:
task ':aws-advanced-jdbc-wrapper:test-all-docker'#L1
Execution failed for task ':aws-advanced-jdbc-wrapper:test-all-docker':
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-docker/
|
Run standard container integration tests
Process completed with exit code 1.
|
Run standard container integration tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-java@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|