10:31:52[2025-01-06T09:31:52.198Z] Warning: A secret was passed to "sh" using Groovy String interpolation, which is insecure.
10:31:52[2025-01-06T09:31:52.198Z] Affected argument(s) used the following variable(s): [AUTH_USR, AUTH_PSW]
10:31:52[2025-01-06T09:31:52.198Z] See https://jenkins.io/redirect/groovy-string-interpolation for details.
10:31:52[2025-01-06T09:31:52.457Z] + /var/lib/jenkins/workspace/Silverpeas_Installation_Test/scripts/setupDB.sh /var/lib/jenkins/workspace/Silverpeas_Installation_Test -a CREATE -t POSTGRESQL -n silvertest -d org.****ql.Driver -u jdbc:****ql://int0.silverpeas.org:5433 -U **** -P ****
10:31:52[2025-01-06T09:31:52.708Z] WARNING: An illegal reflective access operation has occurred
10:31:52[2025-01-06T09:31:52.708Z] WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass (file:/usr/share/groovy/lib/groovy-2.4.21.jar) to method java.lang.Object.finalize()
10:31:52[2025-01-06T09:31:52.708Z] WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass
10:31:52[2025-01-06T09:31:52.708Z] WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
10:31:52[2025-01-06T09:31:52.708Z] WARNING: All illegal access operations will be denied in a future release
10:31:53[2025-01-06T09:31:53.619Z] Caught: org.****ql.util.PSQLException: Connexion refusée. Vérifiez que le nom de machine et le port sont corrects et que postmaster accepte les connexions TCP/IP.
10:31:53[2025-01-06T09:31:53.620Z] org.****ql.util.PSQLException: Connexion refusée. Vérifiez que le nom de machine et le port sont corrects et que postmaster accepte les connexions TCP/IP.
10:31:53[2025-01-06T09:31:53.620Z] at org.****ql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:136)
10:31:53[2025-01-06T09:31:53.620Z] at org.****ql.core.ConnectionFactory.openConnection(ConnectionFactory.java:66)
10:31:53[2025-01-06T09:31:53.620Z] at org.****ql.jdbc2.AbstractJdbc2Connection.<init>(AbstractJdbc2Connection.java:125)
10:31:53[2025-01-06T09:31:53.620Z] at org.****ql.jdbc3.AbstractJdbc3Connection.<init>(AbstractJdbc3Connection.java:30)
10:31:53[2025-01-06T09:31:53.620Z] at org.****ql.jdbc3g.AbstractJdbc3gConnection.<init>(AbstractJdbc3gConnection.java:22)
10:31:53[2025-01-06T09:31:53.621Z] at org.****ql.jdbc4.AbstractJdbc4Connection.<init>(AbstractJdbc4Connection.java:30)
10:31:53[2025-01-06T09:31:53.621Z] at org.****ql.jdbc4.Jdbc4Connection.<init>(Jdbc4Connection.java:24)
10:31:53[2025-01-06T09:31:53.621Z] at org.****ql.Driver.makeConnection(Driver.java:393)
10:31:53[2025-01-06T09:31:53.621Z] at org.****ql.Driver.connect(Driver.java:267)
10:31:53[2025-01-06T09:31:53.621Z] at DBSetup.create(DBSetup.groovy:18)
10:31:53[2025-01-06T09:31:53.621Z] at DBSetup$create$0.callCurrent(Unknown Source)
10:31:53[2025-01-06T09:31:53.621Z] at DBSetup.run(DBSetup.groovy:96)
10:31:53[2025-01-06T09:31:53.621Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
10:31:53[2025-01-06T09:31:53.621Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
10:31:53[2025-01-06T09:31:53.621Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
10:31:53[2025-01-06T09:31:53.621Z] Caused by: java.net.ConnectException: Connexion refusée (Connection refused)
10:31:53[2025-01-06T09:31:53.622Z] at org.****ql.core.PGStream.<init>(PGStream.java:62)
10:31:53[2025-01-06T09:31:53.622Z] at org.****ql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:76)
10:31:53[2025-01-06T09:31:53.622Z] ... 14 more