Skip to content

Update build process

2751fed
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Update plugin to Java 17 and latest java-api #80

Update build process
2751fed
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results failed Apr 23, 2026 in 0s

2 errors, 29 pass in 21s

31 tests  ±0   29 ✅ ±0   21s ⏱️ -2s
 2 suites ±0    0 💤 ±0 
 2 files   ±0    0 ❌ ±0   2 🔥 ±0 

Results for commit 2751fed. ± Comparison against earlier commit e47e2c0.

Annotations

Check failure on line 0 in org.utplsql.maven.plugin.UtPlsqlMojoTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

include_object_expr (org.utplsql.maven.plugin.UtPlsqlMojoTest) with error

target/surefire-reports/TEST-org.utplsql.maven.plugin.UtPlsqlMojoTest.xml [took 1s]
Raw output
ORA-00001: unique constraint (UT3.UT_COVERAGE_SOURCES_TMP_PK) violated
ORA-06512: at "UT3.UT_RUNNER", line 151
ORA-06512: at "UT3.UT_COVERAGE_HELPER", line 37
ORA-06512: at "UT3.UT_COVERAGE", line 212
ORA-06512: at "UT3.UT_COVERAGE", line 271
ORA-06512: at "UT3.UT_COVERAGE_SONAR_REPORTER", line 95
ORA-06512: at "UT3.UT_REPORTER_BASE", line 195
ORA-06512: at "UT3.UT_EVENT_MANAGER", line 70
ORA-06512: at "UT3.UT_EVENT_MANAGER", line 80
ORA-06512: at "UT3.UT_RUN", line 66
ORA-06512: at "UT3.UT_SUITE_ITEM", line 50
ORA-06512: at "UT3.UT_RUNNER", line 144
ORA-06512: at line 1

https://docs.oracle.com/error-help/db/ora-00001/
org.apache.maven.plugin.MojoExecutionException: 
ORA-00001: unique constraint (UT3.UT_COVERAGE_SOURCES_TMP_PK) violated
ORA-06512: at "UT3.UT_RUNNER", line 151
ORA-06512: at "UT3.UT_COVERAGE_HELPER", line 37
ORA-06512: at "UT3.UT_COVERAGE", line 212
ORA-06512: at "UT3.UT_COVERAGE", line 271
ORA-06512: at "UT3.UT_COVERAGE_SONAR_REPORTER", line 95
ORA-06512: at "UT3.UT_REPORTER_BASE", line 195
ORA-06512: at "UT3.UT_EVENT_MANAGER", line 70
ORA-06512: at "UT3.UT_EVENT_MANAGER", line 80
ORA-06512: at "UT3.UT_RUN", line 66
ORA-06512: at "UT3.UT_SUITE_ITEM", line 50
ORA-06512: at "UT3.UT_RUNNER", line 144
ORA-06512: at line 1

https://docs.oracle.com/error-help/db/ora-00001/
	at org.utplsql.maven.plugin.UtPlsqlMojo.execute(UtPlsqlMojo.java:217)
	at org.utplsql.maven.plugin.UtPlsqlMojoTest.include_object_expr(UtPlsqlMojoTest.java:371)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.maven.plugin.testing.MojoRule$2.evaluate(MojoRule.java:263)
Caused by: java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (UT3.UT_COVERAGE_SOURCES_TMP_PK) violated
ORA-06512: at "UT3.UT_RUNNER", line 151
ORA-06512: at "UT3.UT_COVERAGE_HELPER", line 37
ORA-06512: at "UT3.UT_COVERAGE", line 212
ORA-06512: at "UT3.UT_COVERAGE", line 271
ORA-06512: at "UT3.UT_COVERAGE_SONAR_REPORTER", line 95
ORA-06512: at "UT3.UT_REPORTER_BASE", line 195
ORA-06512: at "UT3.UT_EVENT_MANAGER", line 70
ORA-06512: at "UT3.UT_EVENT_MANAGER", line 80
ORA-06512: at "UT3.UT_RUN", line 66
ORA-06512: at "UT3.UT_SUITE_ITEM", line 50
ORA-06512: at "UT3.UT_RUNNER", line 144
ORA-06512: at line 1

https://docs.oracle.com/error-help/db/ora-00001/
	at oracle.jdbc.driver.T4CTTIoer11.processError(T4CTTIoer11.java:715)
	at oracle.jdbc.driver.T4CTTIoer11.processError(T4CTTIoer11.java:615)
	at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:1372)
	at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:969)
	at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:237)
	at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:524)
	at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:255)
	at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableStatement.java:1465)
	at oracle.jdbc.driver.OracleStatement.executeSQLStatement(OracleStatement.java:2009)
	at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1622)
	at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3973)
	at oracle.jdbc.driver.OraclePreparedStatement.doExecute(OraclePreparedStatement.java:4447)
	at oracle.jdbc.driver.OracleCallableStatement.doExecute(OracleCallableStatement.java:4316)
	at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:4305)
	at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1029)
	at org.utplsql.api.testRunner.DynamicTestRunnerStatement.execute(DynamicTestRunnerStatement.java:90)
	at org.utplsql.api.TestRunner.run(TestRunner.java:245)
	at org.utplsql.maven.plugin.UtPlsqlMojo.execute(UtPlsqlMojo.java:210)
	... 3 more
Caused by: Error : 1, Position : 0, SQL = BEGIN ut_runner.run(a_paths => :1 , a_reporters => :2 , a_color_console => (case :3 when 1 then true else false end), a_fail_on_errors => (case :4 when 1 then true else false end), a_client_character_set => :5 , a_random_test_order => (case :6 when 1 then true else false end), a_include_object_expr => :7 );END;, Original SQL = BEGIN ut_runner.run(a_paths => ?, a_reporters => ?, a_color_console => (case ? when 1 then true else false end), a_fail_on_errors => (case ? when 1 then true else false end), a_client_character_set => ?, a_random_test_order => (case ? when 1 then true else false end), a_include_object_expr => ?);END;, Error Message = ORA-00001: unique constraint (UT3.UT_COVERAGE_SOURCES_TMP_PK) violated
ORA-06512: at "UT3.UT_RUNNER", line 151
ORA-06512: at "UT3.UT_COVERAGE_HELPER", line 37
ORA-06512: at "UT3.UT_COVERAGE", line 212
ORA-06512: at "UT3.UT_COVERAGE", line 271
ORA-06512: at "UT3.UT_COVERAGE_SONAR_REPORTER", line 95
ORA-06512: at "UT3.UT_REPORTER_BASE", line 195
ORA-06512: at "UT3.UT_EVENT_MANAGER", line 70
ORA-06512: at "UT3.UT_EVENT_MANAGER", line 80
ORA-06512: at "UT3.UT_RUN", line 66
ORA-06512: at "UT3.UT_SUITE_ITEM", line 50
ORA-06512: at "UT3.UT_RUNNER", line 144
ORA-06512: at line 1

	at oracle.jdbc.driver.T4CTTIoer11.processError(T4CTTIoer11.java:723)
	... 20 more

Check failure on line 0 in org.utplsql.maven.plugin.UtPlsqlMojoTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

include_schema_expr (org.utplsql.maven.plugin.UtPlsqlMojoTest) with error

target/surefire-reports/TEST-org.utplsql.maven.plugin.UtPlsqlMojoTest.xml [took 4s]
Raw output
ORA-00001: unique constraint (UT3.UT_COVERAGE_SOURCES_TMP_PK) violated
ORA-06512: at "UT3.UT_RUNNER", line 151
ORA-06512: at "UT3.UT_COVERAGE_HELPER", line 37
ORA-06512: at "UT3.UT_COVERAGE", line 212
ORA-06512: at "UT3.UT_COVERAGE", line 271
ORA-06512: at "UT3.UT_COVERAGE_SONAR_REPORTER", line 95
ORA-06512: at "UT3.UT_REPORTER_BASE", line 195
ORA-06512: at "UT3.UT_EVENT_MANAGER", line 70
ORA-06512: at "UT3.UT_EVENT_MANAGER", line 80
ORA-06512: at "UT3.UT_RUN", line 66
ORA-06512: at "UT3.UT_SUITE_ITEM", line 50
ORA-06512: at "UT3.UT_RUNNER", line 144
ORA-06512: at line 1

https://docs.oracle.com/error-help/db/ora-00001/
org.apache.maven.plugin.MojoExecutionException: 
ORA-00001: unique constraint (UT3.UT_COVERAGE_SOURCES_TMP_PK) violated
ORA-06512: at "UT3.UT_RUNNER", line 151
ORA-06512: at "UT3.UT_COVERAGE_HELPER", line 37
ORA-06512: at "UT3.UT_COVERAGE", line 212
ORA-06512: at "UT3.UT_COVERAGE", line 271
ORA-06512: at "UT3.UT_COVERAGE_SONAR_REPORTER", line 95
ORA-06512: at "UT3.UT_REPORTER_BASE", line 195
ORA-06512: at "UT3.UT_EVENT_MANAGER", line 70
ORA-06512: at "UT3.UT_EVENT_MANAGER", line 80
ORA-06512: at "UT3.UT_RUN", line 66
ORA-06512: at "UT3.UT_SUITE_ITEM", line 50
ORA-06512: at "UT3.UT_RUNNER", line 144
ORA-06512: at line 1

https://docs.oracle.com/error-help/db/ora-00001/
	at org.utplsql.maven.plugin.UtPlsqlMojo.execute(UtPlsqlMojo.java:217)
	at org.utplsql.maven.plugin.UtPlsqlMojoTest.include_schema_expr(UtPlsqlMojoTest.java:406)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.apache.maven.plugin.testing.MojoRule$2.evaluate(MojoRule.java:263)
Caused by: java.sql.SQLIntegrityConstraintViolationException: ORA-00001: unique constraint (UT3.UT_COVERAGE_SOURCES_TMP_PK) violated
ORA-06512: at "UT3.UT_RUNNER", line 151
ORA-06512: at "UT3.UT_COVERAGE_HELPER", line 37
ORA-06512: at "UT3.UT_COVERAGE", line 212
ORA-06512: at "UT3.UT_COVERAGE", line 271
ORA-06512: at "UT3.UT_COVERAGE_SONAR_REPORTER", line 95
ORA-06512: at "UT3.UT_REPORTER_BASE", line 195
ORA-06512: at "UT3.UT_EVENT_MANAGER", line 70
ORA-06512: at "UT3.UT_EVENT_MANAGER", line 80
ORA-06512: at "UT3.UT_RUN", line 66
ORA-06512: at "UT3.UT_SUITE_ITEM", line 50
ORA-06512: at "UT3.UT_RUNNER", line 144
ORA-06512: at line 1

https://docs.oracle.com/error-help/db/ora-00001/
	at oracle.jdbc.driver.T4CTTIoer11.processError(T4CTTIoer11.java:715)
	at oracle.jdbc.driver.T4CTTIoer11.processError(T4CTTIoer11.java:615)
	at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:1372)
	at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:969)
	at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:237)
	at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:524)
	at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:255)
	at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableStatement.java:1465)
	at oracle.jdbc.driver.OracleStatement.executeSQLStatement(OracleStatement.java:2009)
	at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1622)
	at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3973)
	at oracle.jdbc.driver.OraclePreparedStatement.doExecute(OraclePreparedStatement.java:4447)
	at oracle.jdbc.driver.OracleCallableStatement.doExecute(OracleCallableStatement.java:4316)
	at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:4305)
	at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1029)
	at org.utplsql.api.testRunner.DynamicTestRunnerStatement.execute(DynamicTestRunnerStatement.java:90)
	at org.utplsql.api.TestRunner.run(TestRunner.java:245)
	at org.utplsql.maven.plugin.UtPlsqlMojo.execute(UtPlsqlMojo.java:210)
	... 3 more
Caused by: Error : 1, Position : 0, SQL = BEGIN ut_runner.run(a_paths => :1 , a_reporters => :2 , a_color_console => (case :3 when 1 then true else false end), a_fail_on_errors => (case :4 when 1 then true else false end), a_client_character_set => :5 , a_random_test_order => (case :6 when 1 then true else false end), a_include_schema_expr => :7 );END;, Original SQL = BEGIN ut_runner.run(a_paths => ?, a_reporters => ?, a_color_console => (case ? when 1 then true else false end), a_fail_on_errors => (case ? when 1 then true else false end), a_client_character_set => ?, a_random_test_order => (case ? when 1 then true else false end), a_include_schema_expr => ?);END;, Error Message = ORA-00001: unique constraint (UT3.UT_COVERAGE_SOURCES_TMP_PK) violated
ORA-06512: at "UT3.UT_RUNNER", line 151
ORA-06512: at "UT3.UT_COVERAGE_HELPER", line 37
ORA-06512: at "UT3.UT_COVERAGE", line 212
ORA-06512: at "UT3.UT_COVERAGE", line 271
ORA-06512: at "UT3.UT_COVERAGE_SONAR_REPORTER", line 95
ORA-06512: at "UT3.UT_REPORTER_BASE", line 195
ORA-06512: at "UT3.UT_EVENT_MANAGER", line 70
ORA-06512: at "UT3.UT_EVENT_MANAGER", line 80
ORA-06512: at "UT3.UT_RUN", line 66
ORA-06512: at "UT3.UT_SUITE_ITEM", line 50
ORA-06512: at "UT3.UT_RUNNER", line 144
ORA-06512: at line 1

	at oracle.jdbc.driver.T4CTTIoer11.processError(T4CTTIoer11.java:723)
	... 20 more