Uploaded image for project: 'Maven Surefire'
  1. Maven Surefire
  2. SUREFIRE-640

org.apache.maven.surefire.booter.shade.org.codehaus.plexus.util.cli.CommandLineException: Error inside systemErr parser

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.6
    • 2.7
    • None
    • None
    • Maven 2.2.1

    Description

      Since update to Surefire 2.6 our CI server is breaking builds every now and then with:
      ...
      Results :
      Tests run: 42, Failures: 0, Errors: 0, Skipped: 0
      [INFO] ------------------------------------------------------------------------
      [ERROR] BUILD ERROR
      [INFO] ------------------------------------------------------------------------
      [INFO] Error while executing forked tests.; nested exception is org.apache.maven.surefire.booter.shade.org.codehaus.plexus.util.cli.CommandLineException: Error inside systemErr parser
      [INFO] ------------------------------------------------------------------------
      [INFO] For more information, run Maven with the -e switch
      ...

      Up to now I was not able to reproduce the issue. It looks like a concurrency issue.
      Configuration:
      <configuration>
      <systemPropertyVariables>
      <net.sourceforge.cobertura.datafile>target/cobertura/cobertura.ser</net.sourceforge.cobertura.datafile>
      <java.awt.headless>true</java.awt.headless>
      </systemPropertyVariables>
      <redirectTestOutputToFile>true</redirectTestOutputToFile>
      </configuration>
      Probably due to 42 tests

      Attachments

        Issue Links

          Activity

            People

              krosenvold Kristian Rosenvold
              mhinterseher Michael Hinterseher
              Votes:
              2 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: