tkobayas opened a new issue, #684: URL: https://github.com/apache/incubator-kie-issues/issues/684
Currently GHA `Drools / windows-latest / Java-11 / Maven-3.8.7 (pull_request) ` constantly fails with ``` 2023-11-07T17:33:07.8184106Z [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:testCompile (default-testCompile) on project drools-decisiontables: Error while storing the mojo status: Input length = 1 -> [Help 1] 2023-11-07T17:33:07.8187486Z org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.11.0:testCompile (default-testCompile) on project drools-decisiontables: Error while storing the mojo status 2023-11-07T17:33:07.8190041Z at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2 (MojoExecutor.java:375) ... 2023-11-07T17:33:07.8222740Z Caused by: org.apache.maven.plugin.MojoExecutionException: Error while storing the mojo status 2023-11-07T17:33:07.8224565Z at org.apache.maven.shared.incremental.IncrementalBuildHelper.afterRebuildExecution (IncrementalBuildHelper.java:338) 2023-11-07T17:33:07.8226542Z at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:1161) 2023-11-07T17:33:07.8228286Z at org.apache.maven.plugin.compiler.TestCompilerMojo.execute (TestCompilerMojo.java:199) ... 2023-11-07T17:33:07.8259881Z Caused by: java.nio.charset.UnmappableCharacterException: Input length = 1 2023-11-07T17:33:07.8261156Z at java.nio.charset.CoderResult.throwException (CoderResult.java:275) 2023-11-07T17:33:07.8262239Z at sun.nio.cs.StreamEncoder.implWrite (StreamEncoder.java:306) 2023-11-07T17:33:07.8263238Z at sun.nio.cs.StreamEncoder.implWrite (StreamEncoder.java:281) 2023-11-07T17:33:07.8264205Z at sun.nio.cs.StreamEncoder.write (StreamEncoder.java:125) 2023-11-07T17:33:07.8265182Z at java.io.OutputStreamWriter.write (OutputStreamWriter.java:208) 2023-11-07T17:33:07.8265953Z at java.io.BufferedWriter.flushBuffer (BufferedWriter.java:120) 2023-11-07T17:33:07.8267122Z at java.io.BufferedWriter.close (BufferedWriter.java:268) 2023-11-07T17:33:07.8268169Z at org.apache.maven.shared.utils.io.FileUtils.fileWriteArray (FileUtils.java:466) 2023-11-07T17:33:07.8269609Z at org.apache.maven.shared.utils.io.FileUtils.fileWriteArray (FileUtils.java:437) 2023-11-07T17:33:07.8270628Z at org.apache.maven.shared.incremental.IncrementalBuildHelper.afterRebuildExecution (IncrementalBuildHelper.java:334) 2023-11-07T17:33:07.8271986Z at org.apache.maven.plugin.compiler.AbstractCompilerMojo.execute (AbstractCompilerMojo.java:1161) 2023-11-07T17:33:07.8273500Z at org.apache.maven.plugin.compiler.TestCompilerMojo.execute (TestCompilerMojo.java:199) ... ``` **Acceptance Criteria** Investigate and fix to make the GHA pass -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
