Skip to content

test: add GitHub CI testing with PostgreSQL 15 and HEAD #3744

test: add GitHub CI testing with PostgreSQL 15 and HEAD

test: add GitHub CI testing with PostgreSQL 15 and HEAD #3744

Triggered via pull request May 21, 2024 20:40
@vlsivlsi
synchronize #3257
vlsi:pghead
Status Failure
Total duration 10m 43s
Artifacts

main.yml

on: pull_request
Matrix Preparation
3s
Matrix Preparation
Code style
1m 38s
Code style
CheckerFramework
1m 45s
CheckerFramework
Source distribution (JDK 17)
7m 21s
Source distribution (JDK 17)
Matrix: build-test
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 23 warnings
Java 21, liberica, PG HEAD, simple query, scram, ssl, ubuntu, server_tz America/New_York, client_tz Pacific/Chatham, tr_TR, no_gss, no_replication, no_slow_tests, stress JIT: AuthenticationPluginTest.java#L55
0,0sec org.postgresql.test.plugin.AuthenticationPluginTest > authPluginMD5() org.opentest4j.AssertionFailedError: The authentication type should match ==> expected: <MD5_PASSWORD> but was: <SASL> at app//org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151) at app//org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132) at app//org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197) at app//org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182) at app//org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1156) at app//org.postgresql.test.plugin.AuthenticationPluginTest.lambda$testAuthPlugin$0(AuthenticationPluginTest.java:55) at app//org.postgresql.test.plugin.AuthenticationPluginTest$DummyAuthenticationPlugin.getPassword(AuthenticationPluginTest.java:38) at app//org.postgresql.core.v3.AuthenticationPluginManager.withPassword(AuthenticationPluginManager.java:78) at app//org.postgresql.core.v3.ConnectionFactoryImpl.doAuthentication(ConnectionFactoryImpl.java:840) at app//org.postgresql.core.v3.ConnectionFactoryImpl.tryConnect(ConnectionFactoryImpl.java:207) at app//org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:262) at app//org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:54) at app//org.postgresql.jdbc.PgConnection.<init>(PgConnection.java:273) at app//org.postgresql.Driver.makeConnection(Driver.java:446) at app//org.postgresql.Driver.connect(Driver.java:298) at platform/java.sql@21.0.3/java.sql.DriverManager.getConnection(DriverManager.java:683) at platform/java.sql@21.0.3/java.sql.DriverManager.getConnection(DriverManager.java:191) at app//org.postgresql.test.TestUtil.openDB(TestUtil.java:401) at app//org.postgresql.test.plugin.AuthenticationPluginTest.testAuthPlugin(AuthenticationPluginTest.java:57) at app//org.postgresql.test.plugin.AuthenticationPluginTest.authPluginMD5(AuthenticationPluginTest.java:67)
Java 21, liberica, PG HEAD, simple query, scram, ssl, ubuntu, server_tz America/New_York, client_tz Pacific/Chatham, tr_TR, no_gss, no_replication, no_slow_tests, stress JIT: PKCS12KeyTest.java#L38
0,0sec org.postgresql.test.ssl.PKCS12KeyTest > TestGoodClientP12() org.postgresql.util.PSQLException: FATAL: database "hostssldb" does not exist at app//org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2725) at app//org.postgresql.core.v3.QueryExecutorImpl.readStartupMessages(QueryExecutorImpl.java:2837) at app//org.postgresql.core.v3.QueryExecutorImpl.<init>(QueryExecutorImpl.java:175) at app//org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:317) at app//org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:54) at app//org.postgresql.jdbc.PgConnection.<init>(PgConnection.java:273) at app//org.postgresql.Driver.makeConnection(Driver.java:446) at app//org.postgresql.Driver.connect(Driver.java:298) at platform/java.sql@21.0.3/java.sql.DriverManager.getConnection(DriverManager.java:683) at platform/java.sql@21.0.3/java.sql.DriverManager.getConnection(DriverManager.java:191) at app//org.postgresql.test.TestUtil.openDB(TestUtil.java:401) at app//org.postgresql.test.ssl.PKCS12KeyTest.TestGoodClientP12(PKCS12KeyTest.java:38)
Java 21, liberica, PG HEAD, simple query, scram, ssl, ubuntu, server_tz America/New_York, client_tz Pacific/Chatham, tr_TR, no_gss, no_replication, no_slow_tests, stress JIT: SingleCertValidatingFactoryTest.java#L83
0,0sec org.postgresql.test.ssl.SingleCertValidatingFactoryTest > connectSSLWithValidationProperCertString() org.postgresql.util.PSQLException: Sunucu SSL desteklemiyor. at app//org.postgresql.core.v3.ConnectionFactoryImpl.enableSSL(ConnectionFactoryImpl.java:615) at app//org.postgresql.core.v3.ConnectionFactoryImpl.tryConnect(ConnectionFactoryImpl.java:195) at app//org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:262) at app//org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:54) at app//org.postgresql.jdbc.PgConnection.<init>(PgConnection.java:273) at app//org.postgresql.Driver.makeConnection(Driver.java:446) at app//org.postgresql.Driver.connect(Driver.java:298) at platform/java.sql@21.0.3/java.sql.DriverManager.getConnection(DriverManager.java:683) at platform/java.sql@21.0.3/java.sql.DriverManager.getConnection(DriverManager.java:191) at app//org.postgresql.test.TestUtil.openDB(TestUtil.java:401) at app//org.postgresql.test.ssl.SingleCertValidatingFactoryTest.testConnect(SingleCertValidatingFactoryTest.java:83) at app//org.postgresql.test.ssl.SingleCertValidatingFactoryTest.testConnect(SingleCertValidatingFactoryTest.java:73) at app//org.postgresql.test.ssl.SingleCertValidatingFactoryTest.connectSSLWithValidationProperCertString(SingleCertValidatingFactoryTest.java:191)
Java 21, liberica, PG HEAD, simple query, scram, ssl, ubuntu, server_tz America/New_York, client_tz Pacific/Chatham, tr_TR, no_gss, no_replication, no_slow_tests, stress JIT: SingleCertValidatingFactoryTest.java#L83
0,0sec org.postgresql.test.ssl.SingleCertValidatingFactoryTest > connectSSLWithValidationMissingEnvVar() org.postgresql.util.PSQLException: Sunucu SSL desteklemiyor. at app//org.postgresql.core.v3.ConnectionFactoryImpl.enableSSL(ConnectionFactoryImpl.java:615) at app//org.postgresql.core.v3.ConnectionFactoryImpl.tryConnect(ConnectionFactoryImpl.java:195) at app//org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:262) at app//org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:54) at app//org.postgresql.jdbc.PgConnection.<init>(PgConnection.java:273) at app//org.postgresql.Driver.makeConnection(Driver.java:446) at app//org.postgresql.Driver.connect(Driver.java:298) at platform/java.sql@21.0.3/java.sql.DriverManager.getConnection(DriverManager.java:683) at platform/java.sql@21.0.3/java.sql.DriverManager.getConnection(DriverManager.java:191) at app//org.postgresql.test.TestUtil.openDB(TestUtil.java:401) at app//org.postgresql.test.ssl.SingleCertValidatingFactoryTest.testConnect(SingleCertValidatingFactoryTest.java:83) at app//org.postgresql.test.ssl.SingleCertValidatingFactoryTest.connectSSLWithValidationMissingEnvVar(SingleCertValidatingFactoryTest.java:283)
Java 21, liberica, PG HEAD, simple query, scram, ssl, ubuntu, server_tz America/New_York, client_tz Pacific/Chatham, tr_TR, no_gss, no_replication, no_slow_tests, stress JIT: SingleCertValidatingFactoryTest.java#L83
0,0sec org.postgresql.test.ssl.SingleCertValidatingFactoryTest > connectSSLWithValidationWrongCert() org.postgresql.util.PSQLException: Sunucu SSL desteklemiyor. at app//org.postgresql.core.v3.ConnectionFactoryImpl.enableSSL(ConnectionFactoryImpl.java:615) at app//org.postgresql.core.v3.ConnectionFactoryImpl.tryConnect(ConnectionFactoryImpl.java:195) at app//org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:262) at app//org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:54) at app//org.postgresql.jdbc.PgConnection.<init>(PgConnection.java:273) at app//org.postgresql.Driver.makeConnection(Driver.java:446) at app//org.postgresql.Driver.connect(Driver.java:298) at platform/java.sql@21.0.3/java.sql.DriverManager.getConnection(DriverManager.java:683) at platform/java.sql@21.0.3/java.sql.DriverManager.getConnection(DriverManager.java:191) at app//org.postgresql.test.TestUtil.openDB(TestUtil.java:401) at app//org.postgresql.test.ssl.SingleCertValidatingFactoryTest.testConnect(SingleCertValidatingFactoryTest.java:83) at app//org.postgresql.test.ssl.SingleCertValidatingFactoryTest.connectSSLWithValidationWrongCert(SingleCertValidatingFactoryTest.java:145)
Java 21, liberica, PG HEAD, simple query, scram, ssl, ubuntu, server_tz America/New_York, client_tz Pacific/Chatham, tr_TR, no_gss, no_replication, no_slow_tests, stress JIT: SingleCertValidatingFactoryTest.java#L83
0,0sec org.postgresql.test.ssl.SingleCertValidatingFactoryTest > connectSSLWithValidationNoCert() org.postgresql.util.PSQLException: Sunucu SSL desteklemiyor. at app//org.postgresql.core.v3.ConnectionFactoryImpl.enableSSL(ConnectionFactoryImpl.java:615) at app//org.postgresql.core.v3.ConnectionFactoryImpl.tryConnect(ConnectionFactoryImpl.java:195) at app//org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:262) at app//org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:54) at app//org.postgresql.jdbc.PgConnection.<init>(PgConnection.java:273) at app//org.postgresql.Driver.makeConnection(Driver.java:446) at app//org.postgresql.Driver.connect(Driver.java:298) at platform/java.sql@21.0.3/java.sql.DriverManager.getConnection(DriverManager.java:683) at platform/java.sql@21.0.3/java.sql.DriverManager.getConnection(DriverManager.java:191) at app//org.postgresql.test.TestUtil.openDB(TestUtil.java:401) at app//org.postgresql.test.ssl.SingleCertValidatingFactoryTest.testConnect(SingleCertValidatingFactoryTest.java:83) at app//org.postgresql.test.ssl.SingleCertValidatingFactoryTest.connectSSLWithValidationNoCert(SingleCertValidatingFactoryTest.java:125)
Java 21, liberica, PG HEAD, simple query, scram, ssl, ubuntu, server_tz America/New_York, client_tz Pacific/Chatham, tr_TR, no_gss, no_replication, no_slow_tests, stress JIT: SingleCertValidatingFactoryTest.java#L83
0,0sec org.postgresql.test.ssl.SingleCertValidatingFactoryTest > stringCertInvalid() org.postgresql.util.PSQLException: Sunucu SSL desteklemiyor. at app//org.postgresql.core.v3.ConnectionFactoryImpl.enableSSL(ConnectionFactoryImpl.java:615) at app//org.postgresql.core.v3.ConnectionFactoryImpl.tryConnect(ConnectionFactoryImpl.java:195) at app//org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:262) at app//org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:54) at app//org.postgresql.jdbc.PgConnection.<init>(PgConnection.java:273) at app//org.postgresql.Driver.makeConnection(Driver.java:446) at app//org.postgresql.Driver.connect(Driver.java:298) at platform/java.sql@21.0.3/java.sql.DriverManager.getConnection(DriverManager.java:683) at platform/java.sql@21.0.3/java.sql.DriverManager.getConnection(DriverManager.java:191) at app//org.postgresql.test.TestUtil.openDB(TestUtil.java:401) at app//org.postgresql.test.ssl.SingleCertValidatingFactoryTest.testConnect(SingleCertValidatingFactoryTest.java:83) at app//org.postgresql.test.ssl.SingleCertValidatingFactoryTest.stringCertInvalid(SingleCertValidatingFactoryTest.java:163)
Java 21, liberica, PG HEAD, simple query, scram, ssl, ubuntu, server_tz America/New_York, client_tz Pacific/Chatham, tr_TR, no_gss, no_replication, no_slow_tests, stress JIT: SingleCertValidatingFactoryTest.java#L83
0,0sec org.postgresql.test.ssl.SingleCertValidatingFactoryTest > connectSSLWithValidationProperCertFile() org.postgresql.util.PSQLException: Sunucu SSL desteklemiyor. at app//org.postgresql.core.v3.ConnectionFactoryImpl.enableSSL(ConnectionFactoryImpl.java:615) at app//org.postgresql.core.v3.ConnectionFactoryImpl.tryConnect(ConnectionFactoryImpl.java:195) at app//org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:262) at app//org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:54) at app//org.postgresql.jdbc.PgConnection.<init>(PgConnection.java:273) at app//org.postgresql.Driver.makeConnection(Driver.java:446) at app//org.postgresql.Driver.connect(Driver.java:298) at platform/java.sql@21.0.3/java.sql.DriverManager.getConnection(DriverManager.java:683) at platform/java.sql@21.0.3/java.sql.DriverManager.getConnection(DriverManager.java:191) at app//org.postgresql.test.TestUtil.openDB(TestUtil.java:401) at app//org.postgresql.test.ssl.SingleCertValidatingFactoryTest.testConnect(SingleCertValidatingFactoryTest.java:83) at app//org.postgresql.test.ssl.SingleCertValidatingFactoryTest.testConnect(SingleCertValidatingFactoryTest.java:73) at app//org.postgresql.test.ssl.SingleCertValidatingFactoryTest.connectSSLWithValidationProperCertFile(SingleCertValidatingFactoryTest.java:177)
Java 21, liberica, PG HEAD, simple query, scram, ssl, ubuntu, server_tz America/New_York, client_tz Pacific/Chatham, tr_TR, no_gss, no_replication, no_slow_tests, stress JIT: SingleCertValidatingFactoryTest.java#L83
0,0sec org.postgresql.test.ssl.SingleCertValidatingFactoryTest > fileCertInvalid() org.postgresql.util.PSQLException: Sunucu SSL desteklemiyor. at app//org.postgresql.core.v3.ConnectionFactoryImpl.enableSSL(ConnectionFactoryImpl.java:615) at app//org.postgresql.core.v3.ConnectionFactoryImpl.tryConnect(ConnectionFactoryImpl.java:195) at app//org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:262) at app//org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:54) at app//org.postgresql.jdbc.PgConnection.<init>(PgConnection.java:273) at app//org.postgresql.Driver.makeConnection(Driver.java:446) at app//org.postgresql.Driver.connect(Driver.java:298) at platform/java.sql@21.0.3/java.sql.DriverManager.getConnection(DriverManager.java:683) at platform/java.sql@21.0.3/java.sql.DriverManager.getConnection(DriverManager.java:191) at app//org.postgresql.test.TestUtil.openDB(TestUtil.java:401) at app//org.postgresql.test.ssl.SingleCertValidatingFactoryTest.testConnect(SingleCertValidatingFactoryTest.java:83) at app//org.postgresql.test.ssl.SingleCertValidatingFactoryTest.fileCertInvalid(SingleCertValidatingFactoryTest.java:154)
Java 21, liberica, PG HEAD, simple query, scram, ssl, ubuntu, server_tz America/New_York, client_tz Pacific/Chatham, tr_TR, no_gss, no_replication, no_slow_tests, stress JIT: SingleCertValidatingFactoryTest.java#L83
0,0sec org.postgresql.test.ssl.SingleCertValidatingFactoryTest > connectSSLWithValidationMissingSysProp() org.postgresql.util.PSQLException: Sunucu SSL desteklemiyor. at app//org.postgresql.core.v3.ConnectionFactoryImpl.enableSSL(ConnectionFactoryImpl.java:615) at app//org.postgresql.core.v3.ConnectionFactoryImpl.tryConnect(ConnectionFactoryImpl.java:195) at app//org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:262) at app//org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:54) at app//org.postgresql.jdbc.PgConnection.<init>(PgConnection.java:273) at app//org.postgresql.Driver.makeConnection(Driver.java:446) at app//org.postgresql.Driver.connect(Driver.java:298) at platform/java.sql@21.0.3/java.sql.DriverManager.getConnection(DriverManager.java:683) at platform/java.sql@21.0.3/java.sql.DriverManager.getConnection(DriverManager.java:191) at app//org.postgresql.test.TestUtil.openDB(TestUtil.java:401) at app//org.postgresql.test.ssl.SingleCertValidatingFactoryTest.testConnect(SingleCertValidatingFactoryTest.java:83) at app//org.postgresql.test.ssl.SingleCertValidatingFactoryTest.connectSSLWithValidationMissingSysProp(SingleCertValidatingFactoryTest.java:258)
Code style
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
CheckerFramework
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
CheckerFramework
Gradle Build Scan: https://gradle.com/s/3gx56tjthvloq
Java 11, microsoft, PG 14, extendedCacheEverything, no_scram, no_ssl, ubuntu, server_tz America/New_York, client_tz America/New_York, de_DE, no_gss, no_replication, no_slow_tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Java 17, temurin, PG 8.4, no_scram, no_ssl, ubuntu, server_tz America/New_York, client_tz Pacific/Chatham, fr_FR, no_gss, no_replication, no_slow_tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Java 8, zulu, PG 13, no_scram, no_ssl, ubuntu, server_tz Pacific/Chatham, client_tz Pacific/Chatham, ru_RU, no_gss, no_replication, no_slow_tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Java 22, oracle, PG 14, extendedForPrepared, no_scram, no_ssl, ubuntu, server_tz America/New_York, client_tz Pacific/Chatham, de_DE, no_gss, no_replication, no_slow_tests, stress JIT
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Source distribution (JDK 17)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Source distribution (JDK 17)
Gradle Build Scan: https://gradle.com/s/ycslw4a6sj6ww
Java 21, zulu, PG latest, simple query, scram, ssl, ubuntu, server_tz America/New_York, client_tz Pacific/Chatham, tr_TR, no_gss, no_replication, no_slow_tests, stress JIT
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Java 17, oracle, PG 12, scram, ssl, same hashcode, ubuntu, server_tz America/New_York, client_tz Pacific/Chatham, de_DE, no_gss, no_replication, no_slow_tests, stress JIT
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Java 21, corretto, PG 10, scram, no_ssl, ubuntu, server_tz America/New_York, client_tz America/New_York, tr_TR, gss, replication, no_slow_tests, stress JIT
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Java 21, liberica, PG HEAD, simple query, scram, ssl, ubuntu, server_tz America/New_York, client_tz Pacific/Chatham, tr_TR, no_gss, no_replication, no_slow_tests, stress JIT
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: burrunan/gradle-cache-action@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.