[ https://issues.apache.org/jira/browse/SUREFIRE-1359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15970098#comment-15970098 ]
Tibor Digana commented on SUREFIRE-1359: ---------------------------------------- [~binkley] Now I changed surefire version to 2.20 in properties and this is the result: {quote} mvn test [INFO] Scanning for projects... [INFO] [INFO] ------------------------------------------------------------------------ [INFO] Building Sproink 0-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- git-commit-id-plugin:2.2.2:revision (default) @ sproingk --- [INFO] [INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (jacoco-initialize) @ sproingk --- [INFO] argLine set to -javaagent:D:\\.m2\\repository\\org\\jacoco\\org.jacoco.agent\\0.7.9\\org.jacoco.agent-0.7.9-runtime.jar=destfile=d:\\vcs\\github\\sproingk\\target\\jacoco.exec [INFO] [INFO] --- maven-dependency-plugin:3.0.0:sources (download-sources) @ sproingk --- [INFO] [INFO] --- maven-dependency-plugin:3.0.0:resolve (download-javadocs) @ sproingk --- [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ sproingk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 4 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:compile (default-compile) @ sproingk --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- kotlin-maven-plugin:1.1.1:compile (compile-kotlin) @ sproingk --- [INFO] Kotlin Compiler version 1.1.1 [WARNING] Source root doesn't exist: d:\vcs\github\sproingk\target\generated-sources\annotations [INFO] Compiling Kotlin sources from [d:\vcs\github\sproingk\src\main\kotlin] [INFO] Module name is sproingk [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ sproingk --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.6.1:testCompile (default-testCompile) @ sproingk --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- kotlin-maven-plugin:1.1.1:test-compile (test-compile-kotlin) @ sproingk --- [INFO] Kotlin Compiler version 1.1.1 [WARNING] Source root doesn't exist: d:\vcs\github\sproingk\target\generated-test-sources\test-annotations [INFO] Compiling Kotlin sources from [d:\vcs\github\sproingk\src\test\kotlin] [INFO] Module name is sproingk [INFO] [INFO] --- maven-surefire-plugin:2.20:test (default-test) @ sproingk --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 32.409 s [INFO] Finished at: 2017-04-15T21:40:33+02:00 [INFO] Final Memory: 54M/482M [INFO] ------------------------------------------------------------------------ {quote} > Corrupted stdin stream in forked JVM 1. See the dump file > --------------------------------------------------------- > > Key: SUREFIRE-1359 > URL: https://issues.apache.org/jira/browse/SUREFIRE-1359 > Project: Maven Surefire > Issue Type: Bug > Components: Maven Surefire Plugin > Affects Versions: 2.20 > Environment: JDK 1.8.0_121 > maven version 3.5.0 > Reporter: Brian Oxley > Attachments: 2017-04-13T10-56-35_635-jvmRun1.dumpstream, > 2017-04-13T10-56-36_592.dumpstream, failsafe-summary.xml, > hm.binkley.labs.GitInfoIT.txt, hm.binkley.labs.GreetingControllerIT.txt, > TEST-hm.binkley.labs.GitInfoIT.xml, > TEST-hm.binkley.labs.GreetingControllerIT.xml > > > Surefire 2.20 complains "Corrupted stdin stream in forked JVM 1. See the dump > file". Version 2.19.1 does not, and testing completes successfully. > Project is here: https://github.com/binkley/sproingk. > Run with "mvn clean verify". > Same behavior on Windows 10 (Oracle JDK), MacOS and the Linux subsystem on > Windows. -- This message was sent by Atlassian JIRA (v6.3.15#6346)