confluentinc / kafka-connect-jdbc

Kafka Connect connector for JDBC-compatible databases
Other
19 stars 955 forks source link

Failed tests upon "mvn clean install" #1302

Open emeraldhieu opened 1 year ago

emeraldhieu commented 1 year ago

On master branch, mvn clean install shows this error

[ERROR] Test mechanism :: Unable to make private final native void java.lang.Object.wait0(long) throws java.lang.InterruptedException accessible: module java.base does not "opens java.lang" to unnamed module @26d94d14
[INFO] 
[INFO] Results:
[INFO] 
[ERROR] Errors: 
[ERROR]   Unable to make private final native void java.lang.Object.wait0(long) throws java.lang.InterruptedException accessible: module java.base does not "opens java.lang" to unnamed module @26d94d14
[ERROR]   PowerMock internal error: Should never throw exception at this level
[INFO] 
[ERROR] Tests run: 44, Failures: 0, Errors: 2, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  12.444 s
[INFO] Finished at: 2023-01-28T23:15:12+07:00
[INFO] ------------------------------------------------------------------------