[
https://issues.apache.org/jira/browse/PHOENIX-6094?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17183114#comment-17183114
]
Istvan Toth commented on PHOENIX-6094:
--------------------------------------
[~larsh] It seems that the precommit job is started with a dirty workDir, which
causes the control maven run to fail, and the scripts fails silently.
I've updated the precommit job to clean up its workdir first, which will
hopefully fix the job.
> Update jacoco plugin version to 0.8.5.
> --------------------------------------
>
> Key: PHOENIX-6094
> URL: https://issues.apache.org/jira/browse/PHOENIX-6094
> Project: Phoenix
> Issue Type: Bug
> Reporter: Lars Hofhansl
> Assignee: Lars Hofhansl
> Priority: Major
> Fix For: 5.1.0, 4.16.0
>
> Attachments: 6094-master.txt
>
>
> {code}
> [WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM
> 1. See FAQ web page and the dump file
> /home/lars/dev/phoenix/phoenix-core/target/surefire-reports/2020-08-22T09-00-56_131-jvmRun1.dumpstream
> {code}
> Causing all (local) test runs to fail.
> I found a recommendation here:
> https://stackoverflow.com/questions/55272870/surefire-maven-plugin-corrupted-stdout-by-directly-writing-to-native-stream-in
> Updating jacoco indeed fixed the problem.
> Note: I'm using Java 11.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)