You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@commons.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2018/07/01 11:08:47 UTC

Build failed in Jenkins: Commons-Compress JDK-Matrix Build » JDK 10 (latest) #144

See <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/144/display/redirect?page=changes>

Changes:

[bodewig] COMPRESS-457 improve resource cleanup in close() implementations

[bodewig] whitespace changes

------------------------------------------
Started by upstream project "Commons-Compress JDK-Matrix Build" build number 144
originally caused by:
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam12 (beam) in workspace <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
Cloning the remote Git repository
Cloning repository git://github.com/apache/commons-compress.git
 > git init <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/> # timeout=10
Fetching upstream changes from git://github.com/apache/commons-compress.git
 > git --version # timeout=10
 > git fetch --tags --progress git://github.com/apache/commons-compress.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git://github.com/apache/commons-compress.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://github.com/apache/commons-compress.git # timeout=10
Fetching upstream changes from git://github.com/apache/commons-compress.git
 > git fetch --tags --progress git://github.com/apache/commons-compress.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 53f6d42f748d771d5269aec5c377d5058e8cdf4c (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 53f6d42f748d771d5269aec5c377d5058e8cdf4c
Commit message: "whitespace changes"
 > git rev-list --no-walk e9f2dadb916063c1e97ab2bbf41bee059e277c19 # timeout=10
[JDK 10 (latest)] $ /home/jenkins/tools/maven/latest/bin/mvn clean test
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Commons Compress 1.18-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ commons-compress ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven-version) @ commons-compress ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven-3) @ commons-compress ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ commons-compress ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (javadoc.resources) @ commons-compress ---
[INFO] Executing tasks

main:
     [copy] Copying 2 files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/apidocs/META-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ commons-compress ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ commons-compress ---
[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
[INFO] Storing buildNumber: 53f6d42f748d771d5269aec5c377d5058e8cdf4c at timestamp: 1530443318123
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ commons-compress ---
[INFO] Using 'iso-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/resources>
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ commons-compress ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 206 source files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/classes>
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/java/org/apache/commons/compress/utils/Sets.java>: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/java/org/apache/commons/compress/utils/Sets.java> uses unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/java/org/apache/commons/compress/utils/Sets.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:manifest (bundle-manifest) @ commons-compress ---
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.16:check (checkAPIcompatibility) @ commons-compress ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ commons-compress ---
[INFO] Using 'iso-8859-1' encoding to copy filtered resources.
[INFO] Copying 177 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (default) @ commons-compress ---
[INFO] Executing tasks

main:
    [untar] Expanding: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/resources/zstd-tests.tar> into <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/test-classes>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ commons-compress ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 146 source files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/test-classes>
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/archivers/zip/ZipClassCoverageTest.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/archivers/zip/ZipClassCoverageTest.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java>: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java> uses unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (prepare-agent) @ commons-compress ---
[INFO] argLine set to "-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec">
[INFO] 
[INFO] --- maven-surefire-plugin:2.21.0:test (default-test) @ commons-compress ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire-reports/2018-07-01T11-08-43_674-jvmRun1.dumpstream>
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.599 s
[INFO] Finished at: 2018-07-01T11:08:44Z
[INFO] Final Memory: 34M/176M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.21.0:test (default-test) on project commons-compress: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire-reports> for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd "<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/"> && /usr/local/asfpackages/java/jdk-10_46/bin/java '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec'> -jar '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire/surefirebooter11801003119207978228.jar'> '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire'> 2018-07-01T11-08-43_674-jvmRun1 surefire12415935247864877695tmp surefire_02155392068402373923tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 134
[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd "<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/"> && /usr/local/asfpackages/java/jdk-10_46/bin/java '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec'> -jar '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire/surefirebooter11801003119207978228.jar'> '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire'> 2018-07-01T11-08-43_674-jvmRun1 surefire12415935247864877695tmp surefire_02155392068402373923tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 134
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:671)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:533)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:278)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:244)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1149)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:978)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:854)
[ERROR] 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[ERROR] 	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:309)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:194)
[ERROR] 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107)
[ERROR] 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:955)
[ERROR] 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:290)
[ERROR] 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:194)
[ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[ERROR] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[ERROR] 
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Invoke top-level Maven targets' marked build as failure

Jenkins build is back to normal : Commons-Compress JDK-Matrix Build » JDK 10 (latest) #793

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/793/display/redirect?page=changes>


Build failed in Jenkins: Commons-Compress JDK-Matrix Build » JDK 10 (latest) #792

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/792/display/redirect?page=changes>

Changes:

[bodewig] moved to gitbox

------------------------------------------
Started by upstream project "Commons-Compress JDK-Matrix Build" build number 792
originally caused by:
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam12 (beam) in workspace <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://github.com/apache/commons-compress.git # timeout=10
Fetching upstream changes from git://github.com/apache/commons-compress.git
 > git --version # timeout=10
 > git fetch --tags --progress git://github.com/apache/commons-compress.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision e34cfc5b87bd20f53281d5f9fe14dd48b87ace6c (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e34cfc5b87bd20f53281d5f9fe14dd48b87ace6c
Commit message: "moved to gitbox"
 > git rev-list --no-walk 76f428958f83348692a67e9f41b86cbc7ee83878 # timeout=10
[JDK 10 (latest)] $ /home/jenkins/tools/maven/latest/bin/mvn -Dhttps.protocols=TLSv1.2 clean test
[INFO] Scanning for projects...
[INFO] 
[INFO] ----------------< org.apache.commons:commons-compress >-----------------
[INFO] Building Apache Commons Compress 1.19-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ commons-compress ---
[INFO] Deleting <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-version) @ commons-compress ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-3) @ commons-compress ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ commons-compress ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (javadoc.resources) @ commons-compress ---
[INFO] Executing tasks

main:
     [copy] Copying 2 files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/apidocs/META-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ commons-compress ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ commons-compress ---
[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
[INFO] Storing buildNumber: e34cfc5b87bd20f53281d5f9fe14dd48b87ace6c at timestamp: 1545047341681
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ commons-compress ---
[INFO] Using 'iso-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/resources>
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ commons-compress ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 206 source files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/classes>
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.java>: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:manifest (bundle-manifest) @ commons-compress ---
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.16:check (checkAPIcompatibility) @ commons-compress ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ commons-compress ---
[INFO] Using 'iso-8859-1' encoding to copy filtered resources.
[INFO] Copying 178 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (default) @ commons-compress ---
[INFO] Executing tasks

main:
    [untar] Expanding: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/resources/zstd-tests.tar> into <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/test-classes>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ commons-compress ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 148 source files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/test-classes>
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/archivers/zip/ZipClassCoverageTest.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/archivers/zip/ZipClassCoverageTest.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java>: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java> uses unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (prepare-agent) @ commons-compress ---
[INFO] argLine set to "-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec">
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.0:test (default-test) @ commons-compress ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire-reports/2018-12-17T11-49-08_422-jvmRun1.dumpstream>
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.956 s
[INFO] Finished at: 2018-12-17T11:49:09Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.0:test (default-test) on project commons-compress: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire-reports> for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd "<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/"> && /usr/local/asfpackages/java/jdk-10.0.1/bin/java '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec'> -jar '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire/surefirebooter13994191026484404387.jar'> '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire'> 2018-12-17T11-49-08_422-jvmRun1 surefire17532708318120157698tmp surefire_04112535119159866670tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 134
[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd "<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/"> && /usr/local/asfpackages/java/jdk-10.0.1/bin/java '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec'> -jar '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire/surefirebooter13994191026484404387.jar'> '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire'> 2018-12-17T11-49-08_422-jvmRun1 surefire17532708318120157698tmp surefire_04112535119159866670tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 134
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:671)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:533)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:278)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:244)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1194)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1022)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:868)
[ERROR] 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[ERROR] 	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
[ERROR] 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
[ERROR] 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:954)
[ERROR] 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
[ERROR] 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:192)
[ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[ERROR] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[ERROR] 
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: Commons-Compress JDK-Matrix Build » JDK 10 (latest) #791

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/791/display/redirect?page=changes>

Changes:

[bodewig] COMPRESS-475 implement equals and hashCode

------------------------------------------
Started by upstream project "Commons-Compress JDK-Matrix Build" build number 791
originally caused by:
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam12 (beam) in workspace <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
Cloning the remote Git repository
Cloning repository git://github.com/apache/commons-compress.git
 > git init <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/> # timeout=10
Fetching upstream changes from git://github.com/apache/commons-compress.git
 > git --version # timeout=10
 > git fetch --tags --progress git://github.com/apache/commons-compress.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git://github.com/apache/commons-compress.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://github.com/apache/commons-compress.git # timeout=10
Fetching upstream changes from git://github.com/apache/commons-compress.git
 > git fetch --tags --progress git://github.com/apache/commons-compress.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 76f428958f83348692a67e9f41b86cbc7ee83878 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 76f428958f83348692a67e9f41b86cbc7ee83878
Commit message: "COMPRESS-475 implement equals and hashCode"
 > git rev-list --no-walk 6e47be35fca595d8637441a578e29045b329c611 # timeout=10
[JDK 10 (latest)] $ /home/jenkins/tools/maven/latest/bin/mvn -Dhttps.protocols=TLSv1.2 clean test
[INFO] Scanning for projects...
[INFO] 
[INFO] ----------------< org.apache.commons:commons-compress >-----------------
[INFO] Building Apache Commons Compress 1.19-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ commons-compress ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-version) @ commons-compress ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-3) @ commons-compress ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ commons-compress ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (javadoc.resources) @ commons-compress ---
[INFO] Executing tasks

main:
     [copy] Copying 2 files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/apidocs/META-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ commons-compress ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ commons-compress ---
[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
[INFO] Storing buildNumber: 76f428958f83348692a67e9f41b86cbc7ee83878 at timestamp: 1544896151050
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ commons-compress ---
[INFO] Using 'iso-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/resources>
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ commons-compress ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 206 source files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/classes>
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.java>: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:manifest (bundle-manifest) @ commons-compress ---
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.16:check (checkAPIcompatibility) @ commons-compress ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ commons-compress ---
[INFO] Using 'iso-8859-1' encoding to copy filtered resources.
[INFO] Copying 178 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (default) @ commons-compress ---
[INFO] Executing tasks

main:
    [untar] Expanding: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/resources/zstd-tests.tar> into <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/test-classes>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ commons-compress ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 148 source files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/test-classes>
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/archivers/zip/ZipClassCoverageTest.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/archivers/zip/ZipClassCoverageTest.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java>: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java> uses unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (prepare-agent) @ commons-compress ---
[INFO] argLine set to "-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec">
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.0:test (default-test) @ commons-compress ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire-reports/2018-12-15T17-49-23_663-jvmRun1.dumpstream>
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 22.103 s
[INFO] Finished at: 2018-12-15T17:49:24Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.0:test (default-test) on project commons-compress: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire-reports> for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd "<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/"> && /usr/local/asfpackages/java/jdk-10.0.1/bin/java '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec'> -jar '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire/surefirebooter15691010903153546473.jar'> '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire'> 2018-12-15T17-49-23_663-jvmRun1 surefire5099141809718277900tmp surefire_02614142100934005585tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 134
[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd "<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/"> && /usr/local/asfpackages/java/jdk-10.0.1/bin/java '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec'> -jar '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire/surefirebooter15691010903153546473.jar'> '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire'> 2018-12-15T17-49-23_663-jvmRun1 surefire5099141809718277900tmp surefire_02614142100934005585tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 134
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:671)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:533)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:278)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:244)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1194)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1022)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:868)
[ERROR] 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[ERROR] 	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
[ERROR] 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
[ERROR] 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:954)
[ERROR] 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
[ERROR] 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:192)
[ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[ERROR] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[ERROR] 
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: Commons-Compress JDK-Matrix Build » JDK 10 (latest) #790

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/790/display/redirect?page=changes>

Changes:

[bodewig] shorten method name

------------------------------------------
Started by upstream project "Commons-Compress JDK-Matrix Build" build number 790
originally caused by:
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam12 (beam) in workspace <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://github.com/apache/commons-compress.git # timeout=10
Fetching upstream changes from git://github.com/apache/commons-compress.git
 > git --version # timeout=10
 > git fetch --tags --progress git://github.com/apache/commons-compress.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 6e47be35fca595d8637441a578e29045b329c611 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 6e47be35fca595d8637441a578e29045b329c611
Commit message: "shorten method name"
 > git rev-list --no-walk f132d6c50285b7a7652909aa85a5afdb3b828939 # timeout=10
[JDK 10 (latest)] $ /home/jenkins/tools/maven/latest/bin/mvn -Dhttps.protocols=TLSv1.2 clean test
[INFO] Scanning for projects...
[INFO] 
[INFO] ----------------< org.apache.commons:commons-compress >-----------------
[INFO] Building Apache Commons Compress 1.19-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ commons-compress ---
[INFO] Deleting <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-version) @ commons-compress ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-3) @ commons-compress ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ commons-compress ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (javadoc.resources) @ commons-compress ---
[INFO] Executing tasks

main:
     [copy] Copying 2 files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/apidocs/META-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ commons-compress ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ commons-compress ---
[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
[INFO] Storing buildNumber: 6e47be35fca595d8637441a578e29045b329c611 at timestamp: 1542674876178
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ commons-compress ---
[INFO] Using 'iso-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/resources>
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ commons-compress ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 206 source files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/classes>
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.java>: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:manifest (bundle-manifest) @ commons-compress ---
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.16:check (checkAPIcompatibility) @ commons-compress ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ commons-compress ---
[INFO] Using 'iso-8859-1' encoding to copy filtered resources.
[INFO] Copying 178 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (default) @ commons-compress ---
[INFO] Executing tasks

main:
    [untar] Expanding: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/resources/zstd-tests.tar> into <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/test-classes>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ commons-compress ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 148 source files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/test-classes>
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/archivers/zip/ZipClassCoverageTest.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/archivers/zip/ZipClassCoverageTest.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java>: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java> uses unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (prepare-agent) @ commons-compress ---
[INFO] argLine set to "-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec">
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.0:test (default-test) @ commons-compress ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire-reports/2018-11-20T00-48-03_653-jvmRun1.dumpstream>
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.247 s
[INFO] Finished at: 2018-11-20T00:48:04Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.0:test (default-test) on project commons-compress: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire-reports> for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd "<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/"> && /usr/local/asfpackages/java/jdk-10.0.1/bin/java '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec'> -jar '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire/surefirebooter9933341847283647725.jar'> '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire'> 2018-11-20T00-48-03_653-jvmRun1 surefire18332984876005951568tmp surefire_012948913128185809482tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 134
[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd "<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/"> && /usr/local/asfpackages/java/jdk-10.0.1/bin/java '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec'> -jar '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire/surefirebooter9933341847283647725.jar'> '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire'> 2018-11-20T00-48-03_653-jvmRun1 surefire18332984876005951568tmp surefire_012948913128185809482tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 134
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:671)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:533)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:278)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:244)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1194)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1022)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:868)
[ERROR] 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[ERROR] 	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
[ERROR] 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
[ERROR] 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:954)
[ERROR] 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
[ERROR] 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:192)
[ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[ERROR] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[ERROR] 
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: Commons-Compress JDK-Matrix Build » JDK 10 (latest) #789

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/789/display/redirect?page=changes>

Changes:

[bodewig] COMPRESS-470 make sure all ScatterZipOutputStreams are closed

[bodewig] whitespace

[bodewig] not really COMPRESS-470: put extra effort in deleting temp file

------------------------------------------
Started by upstream project "Commons-Compress JDK-Matrix Build" build number 789
originally caused by:
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam12 (beam) in workspace <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://github.com/apache/commons-compress.git # timeout=10
Fetching upstream changes from git://github.com/apache/commons-compress.git
 > git --version # timeout=10
 > git fetch --tags --progress git://github.com/apache/commons-compress.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision f132d6c50285b7a7652909aa85a5afdb3b828939 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f132d6c50285b7a7652909aa85a5afdb3b828939
Commit message: "not really COMPRESS-470: put extra effort in deleting temp file"
 > git rev-list --no-walk 979260717c1a4730e49a094e02c9c873946e1237 # timeout=10
[JDK 10 (latest)] $ /home/jenkins/tools/maven/latest/bin/mvn -Dhttps.protocols=TLSv1.2 clean test
[INFO] Scanning for projects...
[INFO] 
[INFO] ----------------< org.apache.commons:commons-compress >-----------------
[INFO] Building Apache Commons Compress 1.19-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ commons-compress ---
[INFO] Deleting <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-version) @ commons-compress ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-3) @ commons-compress ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ commons-compress ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (javadoc.resources) @ commons-compress ---
[INFO] Executing tasks

main:
     [copy] Copying 2 files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/apidocs/META-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ commons-compress ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ commons-compress ---
[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
[INFO] Storing buildNumber: f132d6c50285b7a7652909aa85a5afdb3b828939 at timestamp: 1542559705029
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ commons-compress ---
[INFO] Using 'iso-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/resources>
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ commons-compress ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 206 source files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/classes>
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.java>: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:manifest (bundle-manifest) @ commons-compress ---
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.16:check (checkAPIcompatibility) @ commons-compress ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ commons-compress ---
[INFO] Using 'iso-8859-1' encoding to copy filtered resources.
[INFO] Copying 178 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (default) @ commons-compress ---
[INFO] Executing tasks

main:
    [untar] Expanding: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/resources/zstd-tests.tar> into <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/test-classes>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ commons-compress ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 148 source files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/test-classes>
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/archivers/zip/ZipClassCoverageTest.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/archivers/zip/ZipClassCoverageTest.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java>: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java> uses unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (prepare-agent) @ commons-compress ---
[INFO] argLine set to "-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec">
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.0:test (default-test) @ commons-compress ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire-reports/2018-11-18T16-48-38_748-jvmRun1.dumpstream>
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 22.543 s
[INFO] Finished at: 2018-11-18T16:48:39Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.0:test (default-test) on project commons-compress: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire-reports> for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd "<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/"> && /usr/local/asfpackages/java/jdk-10.0.1/bin/java '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec'> -jar '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire/surefirebooter9630880095507138889.jar'> '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire'> 2018-11-18T16-48-38_748-jvmRun1 surefire7009459573295339984tmp surefire_016051410887782637773tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 134
[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd "<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/"> && /usr/local/asfpackages/java/jdk-10.0.1/bin/java '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec'> -jar '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire/surefirebooter9630880095507138889.jar'> '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire'> 2018-11-18T16-48-38_748-jvmRun1 surefire7009459573295339984tmp surefire_016051410887782637773tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 134
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:671)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:533)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:278)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:244)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1194)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1022)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:868)
[ERROR] 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[ERROR] 	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
[ERROR] 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
[ERROR] 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:954)
[ERROR] 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
[ERROR] 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:192)
[ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[ERROR] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[ERROR] 
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: Commons-Compress JDK-Matrix Build » JDK 10 (latest) #788

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/788/display/redirect?page=changes>

Changes:

[bodewig] use try-with-resources properly

------------------------------------------
Started by upstream project "Commons-Compress JDK-Matrix Build" build number 788
originally caused by:
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam12 (beam) in workspace <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://github.com/apache/commons-compress.git # timeout=10
Fetching upstream changes from git://github.com/apache/commons-compress.git
 > git --version # timeout=10
 > git fetch --tags --progress git://github.com/apache/commons-compress.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 979260717c1a4730e49a094e02c9c873946e1237 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 979260717c1a4730e49a094e02c9c873946e1237
Commit message: "use try-with-resources properly"
 > git rev-list --no-walk e8457776fe1b49d6208f21a51c988980b1e4e23b # timeout=10
[JDK 10 (latest)] $ /home/jenkins/tools/maven/latest/bin/mvn -Dhttps.protocols=TLSv1.2 clean test
[INFO] Scanning for projects...
[INFO] 
[INFO] ----------------< org.apache.commons:commons-compress >-----------------
[INFO] Building Apache Commons Compress 1.19-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ commons-compress ---
[INFO] Deleting <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-version) @ commons-compress ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-3) @ commons-compress ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ commons-compress ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (javadoc.resources) @ commons-compress ---
[INFO] Executing tasks

main:
     [copy] Copying 2 files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/apidocs/META-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ commons-compress ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ commons-compress ---
[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
[INFO] Storing buildNumber: 979260717c1a4730e49a094e02c9c873946e1237 at timestamp: 1541886472967
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ commons-compress ---
[INFO] Using 'iso-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/resources>
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ commons-compress ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 206 source files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/classes>
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.java>: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:manifest (bundle-manifest) @ commons-compress ---
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.16:check (checkAPIcompatibility) @ commons-compress ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ commons-compress ---
[INFO] Using 'iso-8859-1' encoding to copy filtered resources.
[INFO] Copying 178 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (default) @ commons-compress ---
[INFO] Executing tasks

main:
    [untar] Expanding: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/resources/zstd-tests.tar> into <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/test-classes>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ commons-compress ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 148 source files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/test-classes>
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/archivers/zip/ZipClassCoverageTest.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/archivers/zip/ZipClassCoverageTest.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java>: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java> uses unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (prepare-agent) @ commons-compress ---
[INFO] argLine set to "-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec">
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.0:test (default-test) @ commons-compress ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire-reports/2018-11-10T21-47-59_751-jvmRun1.dumpstream>
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.116 s
[INFO] Finished at: 2018-11-10T21:48:00Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.0:test (default-test) on project commons-compress: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire-reports> for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd "<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/"> && /usr/local/asfpackages/java/jdk-10.0.1/bin/java '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec'> -jar '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire/surefirebooter15850294258654173268.jar'> '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire'> 2018-11-10T21-47-59_751-jvmRun1 surefire385986486396755403tmp surefire_012158612688586555168tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 134
[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd "<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/"> && /usr/local/asfpackages/java/jdk-10.0.1/bin/java '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec'> -jar '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire/surefirebooter15850294258654173268.jar'> '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire'> 2018-11-10T21-47-59_751-jvmRun1 surefire385986486396755403tmp surefire_012158612688586555168tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 134
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:671)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:533)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:278)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:244)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1194)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1022)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:868)
[ERROR] 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[ERROR] 	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
[ERROR] 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
[ERROR] 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:954)
[ERROR] 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
[ERROR] 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:192)
[ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[ERROR] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[ERROR] 
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: Commons-Compress JDK-Matrix Build » JDK 10 (latest) #787

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/787/display/redirect?page=changes>

Changes:

[bodewig] this was supposed to be public

------------------------------------------
Started by upstream project "Commons-Compress JDK-Matrix Build" build number 787
originally caused by:
 Started by user bodewig
[EnvInject] - Loading node environment variables.
Building remotely on beam12 (beam) in workspace <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://github.com/apache/commons-compress.git # timeout=10
Fetching upstream changes from git://github.com/apache/commons-compress.git
 > git --version # timeout=10
 > git fetch --tags --progress git://github.com/apache/commons-compress.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision e8457776fe1b49d6208f21a51c988980b1e4e23b (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e8457776fe1b49d6208f21a51c988980b1e4e23b
Commit message: "this was supposed to be public"
 > git rev-list --no-walk fd69d8ca2212d373a5a8f220530e8c0fa17ddf3b # timeout=10
[JDK 10 (latest)] $ /home/jenkins/tools/maven/latest/bin/mvn -Dhttps.protocols=TLSv1.2 clean test
[INFO] Scanning for projects...
[INFO] 
[INFO] ----------------< org.apache.commons:commons-compress >-----------------
[INFO] Building Apache Commons Compress 1.19-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ commons-compress ---
[INFO] Deleting <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-version) @ commons-compress ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-3) @ commons-compress ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ commons-compress ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (javadoc.resources) @ commons-compress ---
[INFO] Executing tasks

main:
     [copy] Copying 2 files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/apidocs/META-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ commons-compress ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ commons-compress ---
[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
[INFO] Storing buildNumber: e8457776fe1b49d6208f21a51c988980b1e4e23b at timestamp: 1541883310897
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ commons-compress ---
[INFO] Using 'iso-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/resources>
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ commons-compress ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 206 source files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/classes>
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.java>: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:manifest (bundle-manifest) @ commons-compress ---
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.16:check (checkAPIcompatibility) @ commons-compress ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ commons-compress ---
[INFO] Using 'iso-8859-1' encoding to copy filtered resources.
[INFO] Copying 178 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (default) @ commons-compress ---
[INFO] Executing tasks

main:
    [untar] Expanding: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/resources/zstd-tests.tar> into <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/test-classes>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ commons-compress ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 148 source files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/test-classes>
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/archivers/zip/ZipClassCoverageTest.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/archivers/zip/ZipClassCoverageTest.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java>: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java> uses unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (prepare-agent) @ commons-compress ---
[INFO] argLine set to "-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec">
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.0:test (default-test) @ commons-compress ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire-reports/2018-11-10T20-55-17_882-jvmRun1.dumpstream>
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.460 s
[INFO] Finished at: 2018-11-10T20:55:18Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.0:test (default-test) on project commons-compress: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire-reports> for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd "<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/"> && /usr/local/asfpackages/java/jdk-10.0.1/bin/java '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec'> -jar '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire/surefirebooter15637924198879353244.jar'> '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire'> 2018-11-10T20-55-17_882-jvmRun1 surefire16433600444692929026tmp surefire_010301556345136332430tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 134
[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd "<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/"> && /usr/local/asfpackages/java/jdk-10.0.1/bin/java '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec'> -jar '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire/surefirebooter15637924198879353244.jar'> '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire'> 2018-11-10T20-55-17_882-jvmRun1 surefire16433600444692929026tmp surefire_010301556345136332430tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 134
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:671)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:533)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:278)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:244)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1194)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1022)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:868)
[ERROR] 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[ERROR] 	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
[ERROR] 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
[ERROR] 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:954)
[ERROR] 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
[ERROR] 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:192)
[ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[ERROR] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[ERROR] 
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: Commons-Compress JDK-Matrix Build » JDK 10 (latest) #786

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/786/display/redirect?page=changes>

Changes:

[bodewig] COMPRESS-469 add lenient flag that allows accepting some broken tars

------------------------------------------
Started by upstream project "Commons-Compress JDK-Matrix Build" build number 786
originally caused by:
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam12 (beam) in workspace <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
Cloning the remote Git repository
Cloning repository git://github.com/apache/commons-compress.git
 > git init <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/> # timeout=10
Fetching upstream changes from git://github.com/apache/commons-compress.git
 > git --version # timeout=10
 > git fetch --tags --progress git://github.com/apache/commons-compress.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git://github.com/apache/commons-compress.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://github.com/apache/commons-compress.git # timeout=10
Fetching upstream changes from git://github.com/apache/commons-compress.git
 > git fetch --tags --progress git://github.com/apache/commons-compress.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision fd69d8ca2212d373a5a8f220530e8c0fa17ddf3b (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f fd69d8ca2212d373a5a8f220530e8c0fa17ddf3b
Commit message: "COMPRESS-469 add lenient flag that allows accepting some broken tars"
 > git rev-list --no-walk 7a3889d47b76b248deb4ae6d3c71cf7cf48dc734 # timeout=10
[JDK 10 (latest)] $ /home/jenkins/tools/maven/latest/bin/mvn -Dhttps.protocols=TLSv1.2 clean test
[INFO] Scanning for projects...
[INFO] 
[INFO] ----------------< org.apache.commons:commons-compress >-----------------
[INFO] Building Apache Commons Compress 1.19-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ commons-compress ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-version) @ commons-compress ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-3) @ commons-compress ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ commons-compress ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (javadoc.resources) @ commons-compress ---
[INFO] Executing tasks

main:
     [copy] Copying 2 files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/apidocs/META-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ commons-compress ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ commons-compress ---
[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
[INFO] Storing buildNumber: fd69d8ca2212d373a5a8f220530e8c0fa17ddf3b at timestamp: 1541882906725
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ commons-compress ---
[INFO] Using 'iso-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/resources>
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ commons-compress ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 206 source files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/classes>
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.java>: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:manifest (bundle-manifest) @ commons-compress ---
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.16:check (checkAPIcompatibility) @ commons-compress ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ commons-compress ---
[INFO] Using 'iso-8859-1' encoding to copy filtered resources.
[INFO] Copying 178 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (default) @ commons-compress ---
[INFO] Executing tasks

main:
    [untar] Expanding: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/resources/zstd-tests.tar> into <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/test-classes>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ commons-compress ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 148 source files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/test-classes>
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/archivers/zip/ZipClassCoverageTest.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/archivers/zip/ZipClassCoverageTest.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java>: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java> uses unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (prepare-agent) @ commons-compress ---
[INFO] argLine set to "-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec">
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.0:test (default-test) @ commons-compress ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire-reports/2018-11-10T20-48-38_001-jvmRun1.dumpstream>
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 19.363 s
[INFO] Finished at: 2018-11-10T20:48:38Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.0:test (default-test) on project commons-compress: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire-reports> for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd "<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/"> && /usr/local/asfpackages/java/jdk-10.0.1/bin/java '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec'> -jar '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire/surefirebooter15602300876060062428.jar'> '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire'> 2018-11-10T20-48-38_001-jvmRun1 surefire16858355655144657837tmp surefire_018094095673542868571tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 134
[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd "<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/"> && /usr/local/asfpackages/java/jdk-10.0.1/bin/java '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec'> -jar '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire/surefirebooter15602300876060062428.jar'> '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire'> 2018-11-10T20-48-38_001-jvmRun1 surefire16858355655144657837tmp surefire_018094095673542868571tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 134
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:671)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:533)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:278)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:244)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1194)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1022)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:868)
[ERROR] 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[ERROR] 	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
[ERROR] 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
[ERROR] 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:954)
[ERROR] 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
[ERROR] 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:192)
[ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[ERROR] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[ERROR] 
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: Commons-Compress JDK-Matrix Build » JDK 10 (latest) #785

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/785/display/redirect?page=changes>

Changes:

[bodewig] use createTempDirectory rather than custom implementation

[bodewig] COMPRESS-466 extract logic that calculates data offset in ZipFile

[bodewig] COMPRESS-466 mark stream as contiguous when reading ZIP's CD

[bodewig] COMPRESS-466 fill nameMap outside of the loop parsing LFHs

[bodewig] COMPRESS-466 allow ZipFile to not parse local file headers

[bodewig] make Sonar less unhappy

------------------------------------------
Started by upstream project "Commons-Compress JDK-Matrix Build" build number 785
originally caused by:
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam12 (beam) in workspace <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://github.com/apache/commons-compress.git # timeout=10
Fetching upstream changes from git://github.com/apache/commons-compress.git
 > git --version # timeout=10
 > git fetch --tags --progress git://github.com/apache/commons-compress.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 7a3889d47b76b248deb4ae6d3c71cf7cf48dc734 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 7a3889d47b76b248deb4ae6d3c71cf7cf48dc734
Commit message: "make Sonar less unhappy"
 > git rev-list --no-walk ac3d73153725fa1bce721055c4ac61423570d34c # timeout=10
[JDK 10 (latest)] $ /home/jenkins/tools/maven/latest/bin/mvn -Dhttps.protocols=TLSv1.2 clean test
[INFO] Scanning for projects...
[INFO] 
[INFO] ----------------< org.apache.commons:commons-compress >-----------------
[INFO] Building Apache Commons Compress 1.19-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ commons-compress ---
[INFO] Deleting <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-version) @ commons-compress ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-3) @ commons-compress ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ commons-compress ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (javadoc.resources) @ commons-compress ---
[INFO] Executing tasks

main:
     [copy] Copying 2 files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/apidocs/META-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ commons-compress ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ commons-compress ---
[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
[INFO] Storing buildNumber: 7a3889d47b76b248deb4ae6d3c71cf7cf48dc734 at timestamp: 1539928108976
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ commons-compress ---
[INFO] Using 'iso-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/resources>
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ commons-compress ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 206 source files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/classes>
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.java>: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:manifest (bundle-manifest) @ commons-compress ---
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.16:check (checkAPIcompatibility) @ commons-compress ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ commons-compress ---
[INFO] Using 'iso-8859-1' encoding to copy filtered resources.
[INFO] Copying 178 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (default) @ commons-compress ---
[INFO] Executing tasks

main:
    [untar] Expanding: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/resources/zstd-tests.tar> into <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/test-classes>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ commons-compress ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 148 source files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/test-classes>
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/archivers/zip/ZipClassCoverageTest.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/archivers/zip/ZipClassCoverageTest.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java>: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java> uses unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (prepare-agent) @ commons-compress ---
[INFO] argLine set to "-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec">
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.0:test (default-test) @ commons-compress ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire-reports/2018-10-19T05-48-41_501-jvmRun1.dumpstream>
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 21.880 s
[INFO] Finished at: 2018-10-19T05:48:42Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.0:test (default-test) on project commons-compress: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire-reports> for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd "<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/"> && /usr/local/asfpackages/java/jdk-10.0.1/bin/java '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec'> -jar '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire/surefirebooter6224044253843862020.jar'> '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire'> 2018-10-19T05-48-41_501-jvmRun1 surefire6002457309882840586tmp surefire_0371744600363942605tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 134
[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd "<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/"> && /usr/local/asfpackages/java/jdk-10.0.1/bin/java '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec'> -jar '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire/surefirebooter6224044253843862020.jar'> '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire'> 2018-10-19T05-48-41_501-jvmRun1 surefire6002457309882840586tmp surefire_0371744600363942605tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 134
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:671)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:533)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:278)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:244)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1194)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1022)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:868)
[ERROR] 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:137)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[ERROR] 	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:56)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:305)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:192)
[ERROR] 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:105)
[ERROR] 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:954)
[ERROR] 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
[ERROR] 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:192)
[ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[ERROR] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[ERROR] 
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: Commons-Compress JDK-Matrix Build » JDK 10 (latest) #408

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/408/display/redirect?page=changes>

Changes:

[bodewig] make Lister optionally use ZipFile

------------------------------------------
Started by upstream project "Commons-Compress JDK-Matrix Build" build number 408
originally caused by:
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam12 (beam) in workspace <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
Cloning the remote Git repository
Cloning repository git://github.com/apache/commons-compress.git
 > git init <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/> # timeout=10
Fetching upstream changes from git://github.com/apache/commons-compress.git
 > git --version # timeout=10
 > git fetch --tags --progress git://github.com/apache/commons-compress.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git://github.com/apache/commons-compress.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://github.com/apache/commons-compress.git # timeout=10
Fetching upstream changes from git://github.com/apache/commons-compress.git
 > git fetch --tags --progress git://github.com/apache/commons-compress.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision ac3d73153725fa1bce721055c4ac61423570d34c (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ac3d73153725fa1bce721055c4ac61423570d34c
Commit message: "make Lister optionally use ZipFile"
 > git rev-list --no-walk 0855aec562edfcc58d6da0f07835b05aea7eb324 # timeout=10
[JDK 10 (latest)] $ /home/jenkins/tools/maven/latest/bin/mvn -Dhttps.protocols=TLSv1.2 clean test
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Commons Compress 1.19-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ commons-compress ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-version) @ commons-compress ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-3) @ commons-compress ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ commons-compress ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (javadoc.resources) @ commons-compress ---
[INFO] Executing tasks

main:
     [copy] Copying 2 files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/apidocs/META-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ commons-compress ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ commons-compress ---
[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
[INFO] Storing buildNumber: ac3d73153725fa1bce721055c4ac61423570d34c at timestamp: 1537548494300
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ commons-compress ---
[INFO] Using 'iso-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/resources>
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ commons-compress ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 206 source files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/classes>
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.java>: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:manifest (bundle-manifest) @ commons-compress ---
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.16:check (checkAPIcompatibility) @ commons-compress ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ commons-compress ---
[INFO] Using 'iso-8859-1' encoding to copy filtered resources.
[INFO] Copying 178 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (default) @ commons-compress ---
[INFO] Executing tasks

main:
    [untar] Expanding: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/resources/zstd-tests.tar> into <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/test-classes>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ commons-compress ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 147 source files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/test-classes>
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/archivers/zip/ZipClassCoverageTest.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/archivers/zip/ZipClassCoverageTest.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java>: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java> uses unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (prepare-agent) @ commons-compress ---
[INFO] argLine set to "-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec">
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.0:test (default-test) @ commons-compress ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire-reports/2018-09-21T16-48-21_839-jvmRun1.dumpstream>
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10.422 s
[INFO] Finished at: 2018-09-21T16:48:22Z
[INFO] Final Memory: 33M/176M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.0:test (default-test) on project commons-compress: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire-reports> for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd "<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/"> && /usr/local/asfpackages/java/jdk-10_46/bin/java '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec'> -jar '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire/surefirebooter1647393314359311110.jar'> '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire'> 2018-09-21T16-48-21_839-jvmRun1 surefire2107987440426659916tmp surefire_012663051443730543582tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 134
[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd "<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/"> && /usr/local/asfpackages/java/jdk-10_46/bin/java '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec'> -jar '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire/surefirebooter1647393314359311110.jar'> '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire'> 2018-09-21T16-48-21_839-jvmRun1 surefire2107987440426659916tmp surefire_012663051443730543582tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 134
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:671)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:533)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:278)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:244)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1194)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1022)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:868)
[ERROR] 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[ERROR] 	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:309)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:194)
[ERROR] 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107)
[ERROR] 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:955)
[ERROR] 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:290)
[ERROR] 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:194)
[ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[ERROR] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[ERROR] 
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: Commons-Compress JDK-Matrix Build » JDK 10 (latest) #407

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/407/display/redirect?page=changes>

Changes:

[bodewig] correctly set hasCo..LevelChanged with repeated setLevel calls

[bodewig] record fix, closes #69

------------------------------------------
Started by upstream project "Commons-Compress JDK-Matrix Build" build number 407
originally caused by:
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam12 (beam) in workspace <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://github.com/apache/commons-compress.git # timeout=10
Fetching upstream changes from git://github.com/apache/commons-compress.git
 > git --version # timeout=10
 > git fetch --tags --progress git://github.com/apache/commons-compress.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 0855aec562edfcc58d6da0f07835b05aea7eb324 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 0855aec562edfcc58d6da0f07835b05aea7eb324
Commit message: "record fix, closes #69"
 > git rev-list --no-walk 5fd497fa380c84d74718ef1b0c0b39b31a4fae30 # timeout=10
[JDK 10 (latest)] $ /home/jenkins/tools/maven/latest/bin/mvn -Dhttps.protocols=TLSv1.2 clean test
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Commons Compress 1.19-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ commons-compress ---
[INFO] Deleting <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-version) @ commons-compress ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-3) @ commons-compress ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ commons-compress ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (javadoc.resources) @ commons-compress ---
[INFO] Executing tasks

main:
     [copy] Copying 2 files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/apidocs/META-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ commons-compress ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ commons-compress ---
[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
[INFO] Storing buildNumber: 0855aec562edfcc58d6da0f07835b05aea7eb324 at timestamp: 1536310084660
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ commons-compress ---
[INFO] Using 'iso-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/resources>
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ commons-compress ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 206 source files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/classes>
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.java>: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:manifest (bundle-manifest) @ commons-compress ---
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.16:check (checkAPIcompatibility) @ commons-compress ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ commons-compress ---
[INFO] Using 'iso-8859-1' encoding to copy filtered resources.
[INFO] Copying 178 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (default) @ commons-compress ---
[INFO] Executing tasks

main:
    [untar] Expanding: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/resources/zstd-tests.tar> into <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/test-classes>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ commons-compress ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 147 source files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/test-classes>
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/archivers/zip/ZipClassCoverageTest.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/archivers/zip/ZipClassCoverageTest.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java>: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java> uses unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (prepare-agent) @ commons-compress ---
[INFO] argLine set to "-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec">
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.0:test (default-test) @ commons-compress ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire-reports/2018-09-07T08-48-11_727-jvmRun1.dumpstream>
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 9.631 s
[INFO] Finished at: 2018-09-07T08:48:12Z
[INFO] Final Memory: 33M/188M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.0:test (default-test) on project commons-compress: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire-reports> for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd "<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/"> && /usr/local/asfpackages/java/jdk-10_46/bin/java '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec'> -jar '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire/surefirebooter9421276757485589459.jar'> '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire'> 2018-09-07T08-48-11_727-jvmRun1 surefire14680582528190776195tmp surefire_05819058497589304358tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 134
[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd "<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/"> && /usr/local/asfpackages/java/jdk-10_46/bin/java '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec'> -jar '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire/surefirebooter9421276757485589459.jar'> '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire'> 2018-09-07T08-48-11_727-jvmRun1 surefire14680582528190776195tmp surefire_05819058497589304358tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 134
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:671)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:533)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:278)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:244)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1194)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1022)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:868)
[ERROR] 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[ERROR] 	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:309)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:194)
[ERROR] 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107)
[ERROR] 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:955)
[ERROR] 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:290)
[ERROR] 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:194)
[ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[ERROR] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[ERROR] 
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: Commons-Compress JDK-Matrix Build » JDK 10 (latest) #406

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/406/display/redirect?page=changes>

Changes:

[bodewig] make site-deploy again

[bodewig] note to self, remove workaround when next parent becomes available

[bodewig] add details

------------------------------------------
Started by upstream project "Commons-Compress JDK-Matrix Build" build number 406
originally caused by:
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam12 (beam) in workspace <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://github.com/apache/commons-compress.git # timeout=10
Fetching upstream changes from git://github.com/apache/commons-compress.git
 > git --version # timeout=10
 > git fetch --tags --progress git://github.com/apache/commons-compress.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 5fd497fa380c84d74718ef1b0c0b39b31a4fae30 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 5fd497fa380c84d74718ef1b0c0b39b31a4fae30
Commit message: "add details"
 > git rev-list --no-walk 087e4a9d51437243eb0a4698b3bd2b71b4567c3e # timeout=10
[JDK 10 (latest)] $ /home/jenkins/tools/maven/latest/bin/mvn -Dhttps.protocols=TLSv1.2 clean test
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Commons Compress 1.19-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ commons-compress ---
[INFO] Deleting <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-version) @ commons-compress ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-3) @ commons-compress ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ commons-compress ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (javadoc.resources) @ commons-compress ---
[INFO] Executing tasks

main:
     [copy] Copying 2 files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/apidocs/META-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ commons-compress ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ commons-compress ---
[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
[INFO] Storing buildNumber: 5fd497fa380c84d74718ef1b0c0b39b31a4fae30 at timestamp: 1534438076740
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ commons-compress ---
[INFO] Using 'iso-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/resources>
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ commons-compress ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 206 source files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/classes>
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.java>: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:manifest (bundle-manifest) @ commons-compress ---
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.16:check (checkAPIcompatibility) @ commons-compress ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ commons-compress ---
[INFO] Using 'iso-8859-1' encoding to copy filtered resources.
[INFO] Copying 178 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (default) @ commons-compress ---
[INFO] Executing tasks

main:
    [untar] Expanding: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/resources/zstd-tests.tar> into <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/test-classes>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ commons-compress ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 147 source files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/test-classes>
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/archivers/zip/ZipClassCoverageTest.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/archivers/zip/ZipClassCoverageTest.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java>: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java> uses unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (prepare-agent) @ commons-compress ---
[INFO] argLine set to "-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec">
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.0:test (default-test) @ commons-compress ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire-reports/2018-08-16T16-48-02_922-jvmRun1.dumpstream>
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 8.553 s
[INFO] Finished at: 2018-08-16T16:48:03Z
[INFO] Final Memory: 34M/188M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.0:test (default-test) on project commons-compress: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire-reports> for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd "<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/"> && /usr/local/asfpackages/java/jdk-10_46/bin/java '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec'> -jar '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire/surefirebooter3684492634788537780.jar'> '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire'> 2018-08-16T16-48-02_922-jvmRun1 surefire15572400722618342822tmp surefire_013486206376540831220tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 134
[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd "<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/"> && /usr/local/asfpackages/java/jdk-10_46/bin/java '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec'> -jar '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire/surefirebooter3684492634788537780.jar'> '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire'> 2018-08-16T16-48-02_922-jvmRun1 surefire15572400722618342822tmp surefire_013486206376540831220tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 134
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:671)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:533)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:278)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:244)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1194)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1022)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:868)
[ERROR] 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[ERROR] 	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:309)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:194)
[ERROR] 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107)
[ERROR] 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:955)
[ERROR] 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:290)
[ERROR] 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:194)
[ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[ERROR] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[ERROR] 
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: Commons-Compress JDK-Matrix Build » JDK 10 (latest) #405

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/405/display/redirect?page=changes>

Changes:

[bodewig] upgrade to parent 47

[bodewig] (doc) fix typo in javadoc

[bodewig] Fix reading of multibyte name entries

[bodewig] Fix writing of multibyte name entries

[bodewig] whitespace

[bodewig] COMPRESS-459 fix writing of multibyte names and add a test as proof

[bodewig] COMPRESS-459 use ZipEncoding consistently

[bodewig] COMPRESS-459 record change

[bodewig] COMPRESS-459 no reason to encode the name twice

[bodewig] Allow specifying Zstandard compression level

[bodewig] COMPRESS-460 rudimentary javadocs and tests

[bodewig] verify the compressor streams really mean EOF when they say so

[bodewig] ensure archive streams really mean EOF if they say so

[bodewig] COMPRESS-463 throw exception when detecting a truncated stored entry

[bodewig] COMPRESS-462 can't read from AR without opening an entry

[bodewig] fix javadoc warnings

[bodewig] take note of 1.18's changes

[bodewig] unused import

[bodewig] make japicmp work again

[bodewig] update release notes for upcoming RC

[bodewig] update commons-build generated pages

[bodewig] prepare RC1 of Commons Compress 1.18

[bodewig] typo

[bodewig] suppress "Possible heap pollution" warning

[bodewig] update security page with CVE-2018-11771

[bodewig] make Sonar less unhappy

------------------------------------------
Started by upstream project "Commons-Compress JDK-Matrix Build" build number 405
originally caused by:
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam12 (beam) in workspace <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
Cloning the remote Git repository
Cloning repository git://github.com/apache/commons-compress.git
 > git init <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/> # timeout=10
Fetching upstream changes from git://github.com/apache/commons-compress.git
 > git --version # timeout=10
 > git fetch --tags --progress git://github.com/apache/commons-compress.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url git://github.com/apache/commons-compress.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://github.com/apache/commons-compress.git # timeout=10
Fetching upstream changes from git://github.com/apache/commons-compress.git
 > git fetch --tags --progress git://github.com/apache/commons-compress.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 087e4a9d51437243eb0a4698b3bd2b71b4567c3e (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 087e4a9d51437243eb0a4698b3bd2b71b4567c3e
Commit message: "make Sonar less unhappy"
 > git rev-list --no-walk 1478499b43f78cf583580da300ab1e764fd66832 # timeout=10
[JDK 10 (latest)] $ /home/jenkins/tools/maven/latest/bin/mvn -Dhttps.protocols=TLSv1.2 clean test
[INFO] Scanning for projects...
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom
Progress (1): 2.2/78 kBProgress (1): 5.0/78 kBProgress (1): 7.8/78 kBProgress (1): 11/78 kB Progress (1): 13/78 kBProgress (1): 16/78 kBProgress (1): 19/78 kBProgress (1): 21/78 kBProgress (1): 24/78 kBProgress (1): 27/78 kBProgress (1): 30/78 kBProgress (1): 32/78 kBProgress (1): 36/78 kBProgress (1): 40/78 kBProgress (1): 45/78 kBProgress (1): 49/78 kBProgress (1): 53/78 kBProgress (1): 57/78 kBProgress (1): 61/78 kBProgress (1): 65/78 kBProgress (1): 69/78 kBProgress (1): 73/78 kBProgress (1): 77/78 kBProgress (1): 78 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 91 kB/s)
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Commons Compress 1.19-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M2/maven-enforcer-plugin-3.0.0-M2.pom
Progress (1): 4.1/6.8 kBProgress (1): 6.8 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M2/maven-enforcer-plugin-3.0.0-M2.pom (6.8 kB at 228 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/3.0.0-M2/enforcer-3.0.0-M2.pom
Progress (1): 2.2/7.9 kBProgress (1): 5.0/7.9 kBProgress (1): 7.8/7.9 kBProgress (1): 7.9 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer/3.0.0-M2/enforcer-3.0.0-M2.pom (7.9 kB at 255 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M2/maven-enforcer-plugin-3.0.0-M2.jar
Progress (1): 2.2/26 kBProgress (1): 5.0/26 kBProgress (1): 7.7/26 kBProgress (1): 10/26 kB Progress (1): 13/26 kBProgress (1): 16/26 kBProgress (1): 19/26 kBProgress (1): 21/26 kBProgress (1): 24/26 kBProgress (1): 26 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M2/maven-enforcer-plugin-3.0.0-M2.jar (26 kB at 637 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7.1/maven-site-plugin-3.7.1.pom
Progress (1): 2.2/19 kBProgress (1): 5.0/19 kBProgress (1): 7.8/19 kBProgress (1): 11/19 kB Progress (1): 13/19 kBProgress (1): 16/19 kBProgress (1): 19/19 kBProgress (1): 19 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7.1/maven-site-plugin-3.7.1.pom (19 kB at 524 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7.1/maven-site-plugin-3.7.1.jar
Progress (1): 2.2/135 kBProgress (1): 5.0/135 kBProgress (1): 7.7/135 kBProgress (1): 10/135 kB Progress (1): 13/135 kBProgress (1): 16/135 kBProgress (1): 19/135 kBProgress (1): 21/135 kBProgress (1): 24/135 kBProgress (1): 27/135 kBProgress (1): 30/135 kBProgress (1): 32/135 kBProgress (1): 36/135 kBProgress (1): 40/135 kBProgress (1): 45/135 kBProgress (1): 49/135 kBProgress (1): 53/135 kBProgress (1): 57/135 kBProgress (1): 61/135 kBProgress (1): 65/135 kBProgress (1): 69/135 kBProgress (1): 73/135 kBProgress (1): 77/135 kBProgress (1): 81/135 kBProgress (1): 85/135 kBProgress (1): 90/135 kBProgress (1): 94/135 kBProgress (1): 98/135 kBProgress (1): 102/135 kBProgress (1): 106/135 kBProgress (1): 110/135 kBProgress (1): 114/135 kBProgress (1): 118/135 kBProgress (1): 122/135 kBProgress (1): 126/135 kBProgress (1): 131/135 kBProgress (1): 135/135 kBProgress (1): 135 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-site-plugin/3.7.1/maven-site-plugin-3.7.1.jar (135 kB at 1.6 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.22.0/maven-surefire-plugin-2.22.0.pom
Progress (1): 2.2/5.0 kBProgress (1): 5.0/5.0 kBProgress (1): 5.0 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.22.0/maven-surefire-plugin-2.22.0.pom (5.0 kB at 180 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom
Progress (1): 2.2/27 kBProgress (1): 5.0/27 kBProgress (1): 7.8/27 kBProgress (1): 11/27 kB Progress (1): 13/27 kBProgress (1): 16/27 kBProgress (1): 19/27 kBProgress (1): 21/27 kBProgress (1): 24/27 kBProgress (1): 27/27 kBProgress (1): 27 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire/2.22.0/surefire-2.22.0.pom (27 kB at 759 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.22.0/maven-surefire-plugin-2.22.0.jar
Progress (1): 2.2/41 kBProgress (1): 5.0/41 kBProgress (1): 7.7/41 kBProgress (1): 10/41 kB Progress (1): 13/41 kBProgress (1): 16/41 kBProgress (1): 19/41 kBProgress (1): 21/41 kBProgress (1): 24/41 kBProgress (1): 27/41 kBProgress (1): 30/41 kBProgress (1): 32/41 kBProgress (1): 36/41 kBProgress (1): 40/41 kBProgress (1): 41 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-surefire-plugin/2.22.0/maven-surefire-plugin-2.22.0.jar (41 kB at 993 kB/s)
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ commons-compress ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-version) @ commons-compress ---
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.pom
Progress (1): 2.2/2.9 kBProgress (1): 2.9 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.pom (2.9 kB at 104 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.pom
Progress (1): 2.2/3.9 kBProgress (1): 3.9 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.pom (3.9 kB at 141 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.jar
Progress (1): 2.2/12 kBProgress (1): 5.0/12 kBProgress (1): 7.7/12 kBProgress (1): 10/12 kB Progress (1): 12 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.jar (12 kB at 308 kB/s)
Progress (1): 2.2/104 kBProgress (1): 5.0/104 kBProgress (1): 7.7/104 kBProgress (1): 10/104 kB Progress (1): 13/104 kBProgress (1): 16/104 kBProgress (1): 19/104 kBProgress (1): 21/104 kBProgress (1): 24/104 kBProgress (1): 27/104 kBProgress (1): 30/104 kBProgress (1): 32/104 kBProgress (1): 36/104 kBProgress (1): 40/104 kBProgress (1): 45/104 kBProgress (1): 49/104 kBProgress (1): 53/104 kBProgress (1): 57/104 kBProgress (1): 61/104 kBProgress (1): 65/104 kBProgress (1): 69/104 kBProgress (1): 73/104 kBProgress (1): 77/104 kBProgress (1): 81/104 kBProgress (1): 85/104 kBProgress (1): 90/104 kBProgress (1): 94/104 kBProgress (1): 98/104 kBProgress (1): 102/104 kBProgress (1): 104 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.jar (104 kB at 1.0 MB/s)
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M2:enforce (enforce-maven-3) @ commons-compress ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ commons-compress ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (javadoc.resources) @ commons-compress ---
[INFO] Executing tasks

main:
     [copy] Copying 2 files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/apidocs/META-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ commons-compress ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ commons-compress ---
[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
[INFO] Storing buildNumber: 087e4a9d51437243eb0a4698b3bd2b71b4567c3e at timestamp: 1534431387726
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ commons-compress ---
[INFO] Using 'iso-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/resources>
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ commons-compress ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 206 source files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/classes>
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.java>: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:manifest (bundle-manifest) @ commons-compress ---
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.16:check (checkAPIcompatibility) @ commons-compress ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ commons-compress ---
[INFO] Using 'iso-8859-1' encoding to copy filtered resources.
[INFO] Copying 178 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (default) @ commons-compress ---
[INFO] Executing tasks

main:
    [untar] Expanding: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/resources/zstd-tests.tar> into <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/test-classes>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ commons-compress ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 147 source files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/test-classes>
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/archivers/zip/ZipClassCoverageTest.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/archivers/zip/ZipClassCoverageTest.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java>: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java> uses unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (prepare-agent) @ commons-compress ---
[INFO] argLine set to "-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec">
[INFO] 
[INFO] --- maven-surefire-plugin:2.22.0:test (default-test) @ commons-compress ---
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom
Progress (1): 2.2/11 kBProgress (1): 5.0/11 kBProgress (1): 7.8/11 kBProgress (1): 11/11 kB Progress (1): 11 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.pom (11 kB at 366 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom
Progress (1): 2.2/3.5 kBProgress (1): 3.5 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.pom (3.5 kB at 131 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom
Progress (1): 2.0 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.pom (2.0 kB at 73 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom
Progress (1): 2.2/7.4 kBProgress (1): 5.0/7.4 kBProgress (1): 7.4 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.pom (7.4 kB at 254 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom
Progress (1): 2.2/2.4 kBProgress (1): 2.4 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.pom (2.4 kB at 90 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom
Progress (1): 2.2 kB                    Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-languages/0.9.8/plexus-languages-0.9.8.pom (2.2 kB at 88 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom
Progress (1): 2.2/2.9 kBProgress (1): 2.9 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.1.1/asm-6.1.1.pom (2.9 kB at 118 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5/ow2-1.5.pom
Progress (1): 2.2/11 kBProgress (1): 5.0/11 kBProgress (1): 7.8/11 kBProgress (1): 11/11 kB Progress (1): 11 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 432 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar
Progress (1): 2.2/186 kBProgress (1): 5.0/186 kBProgress (1): 7.7/186 kBProgress (1): 10/186 kB Progress (1): 13/186 kBProgress (1): 16/186 kBProgress (1): 19/186 kBProgress (1): 21/186 kBProgress (1): 24/186 kBProgress (1): 27/186 kBProgress (1): 30/186 kBProgress (2): 30/186 kB | 2.2/524 kBProgress (2): 32/186 kB | 2.2/524 kBProgress (2): 32/186 kB | 5.0/524 kBProgress (2): 32/186 kB | 7.7/524 kBProgress (2): 32/186 kB | 10/524 kB Progress (2): 32/186 kB | 13/524 kBProgress (2): 36/186 kB | 13/524 kBProgress (2): 40/186 kB | 13/524 kBProgress (2): 45/186 kB | 13/524 kBProgress (2): 49/186 kB | 13/524 kBProgress (2): 49/186 kB | 16/524 kBProgress (2): 49/186 kB | 19/524 kBProgress (2): 49/186 kB | 21/524 kBProgress (2): 53/186 kB | 21/524 kBProgress (2): 57/186 kB | 21/524 kBProgress (2): 61/186 kB | 21/524 kBProgress (2): 65/186 kB | 21/524 kBProgress (2): 65/186 kB | 24/524 kBProgress (2): 69/186 kB | 24/524 kBProgress (2): 69/186 kB | 27/524 kBProgress (2): 73/186 kB | 27/524 kBProgress (2): 77/186 kB | 27/524 kBProgress (2): 81/186 kB | 27/524 kBProgress (2): 81/186 kB | 30/524 kBProgress (2): 81/186 kB | 32/524 kBProgress (2): 85/186 kB | 32/524 kBProgress (2): 90/186 kB | 32/524 kBProgress (2): 94/186 kB | 32/524 kBProgress (2): 98/186 kB | 32/524 kBProgress (2): 102/186 kB | 32/524 kBProgress (2): 106/186 kB | 32/524 kBProgress (2): 110/186 kB | 32/524 kBProgress (2): 114/186 kB | 32/524 kBProgress (2): 114/186 kB | 36/524 kBProgress (2): 114/186 kB | 40/524 kBProgress (2): 114/186 kB | 45/524 kBProgress (2): 114/186 kB | 49/524 kBProgress (2): 118/186 kB | 49/524 kBProgress (2): 122/186 kB | 49/524 kBProgress (2): 126/186 kB | 49/524 kBProgress (2): 131/186 kB | 49/524 kBProgress (3): 131/186 kB | 49/524 kB | 2.2/35 kBProgress (4): 131/186 kB | 49/524 kB | 2.2/35 kB | 2.2/13 kBProgress (5): 131/186 kB | 49/524 kB | 2.2/35 kB | 2.2/13 kB | 2.2/273 kBProgress (5): 135/186 kB | 49/524 kB | 2.2/35 kB | 2.2/13 kB | 2.2/273 kBProgress (5): 135/186 kB | 49/524 kB | 2.2/35 kB | 5.0/13 kB | 2.2/273 kBProgress (5): 135/186 kB | 49/524 kB | 5.0/35 kB | 5.0/13 kB | 2.2/273 kBProgress (5): 135/186 kB | 49/524 kB | 5.0/35 kB | 5.0/13 kB | 5.0/273 kBProgress (5): 139/186 kB | 49/524 kB | 5.0/35 kB | 5.0/13 kB | 5.0/273 kBProgress (5): 139/186 kB | 49/524 kB | 5.0/35 kB | 7.7/13 kB | 5.0/273 kBProgress (5): 139/186 kB | 49/524 kB | 5.0/35 kB | 7.7/13 kB | 7.7/273 kBProgress (5): 139/186 kB | 49/524 kB | 7.7/35 kB | 7.7/13 kB | 7.7/273 kBProgress (5): 143/186 kB | 49/524 kB | 7.7/35 kB | 7.7/13 kB | 7.7/273 kBProgress (5): 143/186 kB | 49/524 kB | 7.7/35 kB | 10/13 kB | 7.7/273 kB Progress (5): 143/186 kB | 49/524 kB | 10/35 kB | 10/13 kB | 7.7/273 kB Progress (5): 147/186 kB | 49/524 kB | 10/35 kB | 10/13 kB | 7.7/273 kBProgress (5): 147/186 kB | 49/524 kB | 10/35 kB | 10/13 kB | 10/273 kB Progress (5): 147/186 kB | 49/524 kB | 10/35 kB | 13/13 kB | 10/273 kBProgress (5): 147/186 kB | 53/524 kB | 10/35 kB | 13/13 kB | 10/273 kBProgress (5): 147/186 kB | 53/524 kB | 10/35 kB | 13/13 kB | 13/273 kBProgress (5): 147/186 kB | 57/524 kB | 10/35 kB | 13/13 kB | 13/273 kBProgress (5): 147/186 kB | 57/524 kB | 13/35 kB | 13/13 kB | 13/273 kBProgress (5): 147/186 kB | 61/524 kB | 13/35 kB | 13/13 kB | 13/273 kBProgress (5): 151/186 kB | 61/524 kB | 13/35 kB | 13/13 kB | 13/273 kBProgress (5): 151/186 kB | 65/524 kB | 13/35 kB | 13/13 kB | 13/273 kBProgress (5): 155/186 kB | 65/524 kB | 13/35 kB | 13/13 kB | 13/273 kBProgress (5): 159/186 kB | 65/524 kB | 13/35 kB | 13/13 kB | 13/273 kBProgress (5): 163/186 kB | 65/524 kB | 13/35 kB | 13/13 kB | 13/273 kBProgress (5): 167/186 kB | 65/524 kB | 13/35 kB | 13/13 kB | 13/273 kBProgress (5): 171/186 kB | 65/524 kB | 13/35 kB | 13/13 kB | 13/273 kBProgress (5): 176/186 kB | 65/524 kB | 13/35 kB | 13/13 kB | 13/273 kBProgress (5): 180/186 kB | 65/524 kB | 13/35 kB | 13/13 kB | 13/273 kBProgress (5): 184/186 kB | 65/524 kB | 13/35 kB | 13/13 kB | 13/273 kBProgress (5): 186 kB | 65/524 kB | 13/35 kB | 13/13 kB | 13/273 kB    Progress (5): 186 kB | 69/524 kB | 13/35 kB | 13/13 kB | 13/273 kBProgress (5): 186 kB | 73/524 kB | 13/35 kB | 13/13 kB | 13/273 kBProgress (5): 186 kB | 77/524 kB | 13/35 kB | 13/13 kB | 13/273 kBProgress (5): 186 kB | 81/524 kB | 13/35 kB | 13/13 kB | 13/273 kBProgress (5): 186 kB | 81/524 kB | 13/35 kB | 13 kB | 13/273 kB   Progress (5): 186 kB | 81/524 kB | 16/35 kB | 13 kB | 13/273 kBProgress (5): 186 kB | 81/524 kB | 16/35 kB | 13 kB | 16/273 kBProgress (5): 186 kB | 81/524 kB | 19/35 kB | 13 kB | 16/273 kBProgress (5): 186 kB | 81/524 kB | 19/35 kB | 13 kB | 19/273 kBProgress (5): 186 kB | 81/524 kB | 21/35 kB | 13 kB | 19/273 kBProgress (5): 186 kB | 81/524 kB | 21/35 kB | 13 kB | 21/273 kBProgress (5): 186 kB | 81/524 kB | 24/35 kB | 13 kB | 21/273 kBProgress (5): 186 kB | 81/524 kB | 24/35 kB | 13 kB | 24/273 kBProgress (5): 186 kB | 81/524 kB | 27/35 kB | 13 kB | 24/273 kBProgress (5): 186 kB | 81/524 kB | 27/35 kB | 13 kB | 27/273 kBProgress (5): 186 kB | 81/524 kB | 30/35 kB | 13 kB | 27/273 kBProgress (5): 186 kB | 81/524 kB | 30/35 kB | 13 kB | 30/273 kBProgress (5): 186 kB | 85/524 kB | 30/35 kB | 13 kB | 30/273 kBProgress (5): 186 kB | 90/524 kB | 30/35 kB | 13 kB | 30/273 kBProgress (5): 186 kB | 94/524 kB | 30/35 kB | 13 kB | 30/273 kBProgress (5): 186 kB | 98/524 kB | 30/35 kB | 13 kB | 30/273 kBProgress (5): 186 kB | 98/524 kB | 32/35 kB | 13 kB | 30/273 kBProgress (5): 186 kB | 98/524 kB | 35/35 kB | 13 kB | 30/273 kBProgress (5): 186 kB | 98/524 kB | 35 kB | 13 kB | 30/273 kB   Progress (5): 186 kB | 98/524 kB | 35 kB | 13 kB | 32/273 kBProgress (5): 186 kB | 102/524 kB | 35 kB | 13 kB | 32/273 kBProgress (5): 186 kB | 106/524 kB | 35 kB | 13 kB | 32/273 kBProgress (5): 186 kB | 110/524 kB | 35 kB | 13 kB | 32/273 kBProgress (5): 186 kB | 114/524 kB | 35 kB | 13 kB | 32/273 kB                                                             Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-api/2.22.0/surefire-api-2.22.0.jar (186 kB at 2.9 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar
Progress (4): 114/524 kB | 35 kB | 13 kB | 36/273 kBProgress (4): 114/524 kB | 35 kB | 13 kB | 40/273 kB                                                    Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-logger-api/2.22.0/surefire-logger-api-2.22.0.jar (13 kB at 205 kB/s)
Progress (3): 114/524 kB | 35 kB | 45/273 kBProgress (3): 114/524 kB | 35 kB | 49/273 kBProgress (3): 118/524 kB | 35 kB | 49/273 kBProgress (3): 122/524 kB | 35 kB | 49/273 kBProgress (3): 126/524 kB | 35 kB | 49/273 kBProgress (3): 131/524 kB | 35 kB | 49/273 kBProgress (3): 131/524 kB | 35 kB | 53/273 kBProgress (3): 131/524 kB | 35 kB | 57/273 kBProgress (3): 131/524 kB | 35 kB | 61/273 kBProgress (3): 131/524 kB | 35 kB | 65/273 kBProgress (3): 131/524 kB | 35 kB | 69/273 kBProgress (3): 131/524 kB | 35 kB | 73/273 kBProgress (3): 131/524 kB | 35 kB | 77/273 kBProgress (3): 131/524 kB | 35 kB | 81/273 kB                                            Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-java/0.9.8/plexus-java-0.9.8.jar (35 kB at 507 kB/s)
Progress (2): 135/524 kB | 81/273 kBProgress (2): 139/524 kB | 81/273 kBProgress (2): 143/524 kB | 81/273 kBProgress (2): 147/524 kB | 81/273 kBProgress (2): 147/524 kB | 85/273 kBProgress (2): 147/524 kB | 90/273 kBProgress (2): 147/524 kB | 94/273 kBProgress (2): 147/524 kB | 98/273 kBProgress (2): 151/524 kB | 98/273 kBProgress (2): 155/524 kB | 98/273 kBProgress (2): 159/524 kB | 98/273 kBProgress (2): 163/524 kB | 98/273 kBProgress (2): 163/524 kB | 102/273 kBProgress (2): 163/524 kB | 106/273 kBProgress (2): 163/524 kB | 110/273 kBProgress (2): 163/524 kB | 114/273 kBProgress (2): 163/524 kB | 118/273 kBProgress (2): 163/524 kB | 122/273 kBProgress (2): 163/524 kB | 126/273 kBProgress (2): 163/524 kB | 131/273 kBProgress (3): 163/524 kB | 131/273 kB | 2.2/108 kBProgress (3): 163/524 kB | 131/273 kB | 5.0/108 kBProgress (3): 163/524 kB | 135/273 kB | 5.0/108 kBProgress (3): 163/524 kB | 135/273 kB | 7.7/108 kBProgress (3): 163/524 kB | 139/273 kB | 7.7/108 kBProgress (3): 163/524 kB | 143/273 kB | 7.7/108 kBProgress (3): 163/524 kB | 147/273 kB | 7.7/108 kBProgress (3): 163/524 kB | 147/273 kB | 10/108 kB Progress (3): 163/524 kB | 147/273 kB | 13/108 kBProgress (3): 163/524 kB | 151/273 kB | 13/108 kBProgress (3): 163/524 kB | 155/273 kB | 13/108 kBProgress (3): 163/524 kB | 159/273 kB | 13/108 kBProgress (3): 163/524 kB | 163/273 kB | 13/108 kBProgress (3): 167/524 kB | 163/273 kB | 13/108 kBProgress (3): 167/524 kB | 163/273 kB | 16/108 kBProgress (3): 171/524 kB | 163/273 kB | 16/108 kBProgress (3): 176/524 kB | 163/273 kB | 16/108 kBProgress (3): 180/524 kB | 163/273 kB | 16/108 kBProgress (3): 180/524 kB | 163/273 kB | 19/108 kBProgress (3): 180/524 kB | 163/273 kB | 21/108 kBProgress (3): 180/524 kB | 167/273 kB | 21/108 kBProgress (3): 180/524 kB | 171/273 kB | 21/108 kBProgress (3): 180/524 kB | 176/273 kB | 21/108 kBProgress (3): 180/524 kB | 180/273 kB | 21/108 kBProgress (3): 180/524 kB | 180/273 kB | 24/108 kBProgress (3): 180/524 kB | 180/273 kB | 27/108 kBProgress (3): 184/524 kB | 180/273 kB | 27/108 kBProgress (3): 188/524 kB | 180/273 kB | 27/108 kBProgress (3): 192/524 kB | 180/273 kB | 27/108 kBProgress (3): 196/524 kB | 180/273 kB | 27/108 kBProgress (3): 196/524 kB | 184/273 kB | 27/108 kBProgress (3): 196/524 kB | 188/273 kB | 27/108 kBProgress (3): 196/524 kB | 192/273 kB | 27/108 kBProgress (3): 196/524 kB | 196/273 kB | 27/108 kBProgress (3): 196/524 kB | 200/273 kB | 27/108 kBProgress (3): 196/524 kB | 204/273 kB | 27/108 kBProgress (3): 196/524 kB | 204/273 kB | 30/108 kBProgress (3): 196/524 kB | 208/273 kB | 30/108 kBProgress (3): 196/524 kB | 212/273 kB | 30/108 kBProgress (3): 196/524 kB | 212/273 kB | 32/108 kBProgress (3): 200/524 kB | 212/273 kB | 32/108 kBProgress (3): 204/524 kB | 212/273 kB | 32/108 kBProgress (3): 208/524 kB | 212/273 kB | 32/108 kBProgress (3): 212/524 kB | 212/273 kB | 32/108 kBProgress (3): 212/524 kB | 217/273 kB | 32/108 kBProgress (3): 212/524 kB | 221/273 kB | 32/108 kBProgress (3): 212/524 kB | 225/273 kB | 32/108 kBProgress (3): 212/524 kB | 229/273 kB | 32/108 kBProgress (3): 212/524 kB | 233/273 kB | 32/108 kBProgress (3): 212/524 kB | 237/273 kB | 32/108 kBProgress (3): 212/524 kB | 241/273 kB | 32/108 kBProgress (3): 212/524 kB | 245/273 kB | 32/108 kBProgress (3): 212/524 kB | 245/273 kB | 36/108 kBProgress (3): 212/524 kB | 245/273 kB | 40/108 kBProgress (3): 212/524 kB | 245/273 kB | 45/108 kBProgress (3): 212/524 kB | 245/273 kB | 49/108 kBProgress (3): 212/524 kB | 249/273 kB | 49/108 kBProgress (3): 212/524 kB | 253/273 kB | 49/108 kBProgress (3): 217/524 kB | 253/273 kB | 49/108 kBProgress (3): 217/524 kB | 258/273 kB | 49/108 kBProgress (3): 221/524 kB | 258/273 kB | 49/108 kBProgress (3): 221/524 kB | 262/273 kB | 49/108 kBProgress (3): 225/524 kB | 262/273 kB | 49/108 kBProgress (3): 229/524 kB | 262/273 kB | 49/108 kBProgress (3): 229/524 kB | 266/273 kB | 49/108 kBProgress (3): 229/524 kB | 266/273 kB | 53/108 kBProgress (3): 229/524 kB | 270/273 kB | 53/108 kBProgress (3): 229/524 kB | 270/273 kB | 57/108 kBProgress (3): 229/524 kB | 273 kB | 57/108 kB    Progress (3): 229/524 kB | 273 kB | 61/108 kBProgress (3): 229/524 kB | 273 kB | 65/108 kBProgress (3): 233/524 kB | 273 kB | 65/108 kBProgress (3): 237/524 kB | 273 kB | 65/108 kBProgress (3): 241/524 kB | 273 kB | 65/108 kBProgress (3): 245/524 kB | 273 kB | 65/108 kBProgress (3): 245/524 kB | 273 kB | 69/108 kBProgress (3): 245/524 kB | 273 kB | 73/108 kBProgress (3): 245/524 kB | 273 kB | 77/108 kBProgress (3): 245/524 kB | 273 kB | 81/108 kBProgress (3): 249/524 kB | 273 kB | 81/108 kBProgress (3): 253/524 kB | 273 kB | 81/108 kBProgress (3): 258/524 kB | 273 kB | 81/108 kBProgress (3): 262/524 kB | 273 kB | 81/108 kBProgress (3): 262/524 kB | 273 kB | 85/108 kBProgress (3): 262/524 kB | 273 kB | 90/108 kBProgress (3): 262/524 kB | 273 kB | 94/108 kBProgress (3): 262/524 kB | 273 kB | 98/108 kBProgress (3): 266/524 kB | 273 kB | 98/108 kBProgress (3): 266/524 kB | 273 kB | 102/108 kBProgress (3): 270/524 kB | 273 kB | 102/108 kBProgress (3): 270/524 kB | 273 kB | 106/108 kBProgress (3): 274/524 kB | 273 kB | 106/108 kBProgress (3): 274/524 kB | 273 kB | 108 kB    Progress (3): 278/524 kB | 273 kB | 108 kB                                          Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-booter/2.22.0/surefire-booter-2.22.0.jar (273 kB at 2.6 MB/s)
Progress (2): 282/524 kB | 108 kBProgress (2): 286/524 kB | 108 kBProgress (2): 290/524 kB | 108 kBProgress (2): 294/524 kB | 108 kBProgress (2): 298/524 kB | 108 kBProgress (2): 303/524 kB | 108 kBProgress (2): 307/524 kB | 108 kBProgress (2): 311/524 kB | 108 kBProgress (2): 315/524 kB | 108 kBProgress (2): 319/524 kB | 108 kBProgress (2): 323/524 kB | 108 kBProgress (2): 327/524 kB | 108 kB                                 Downloaded from central: https://repo.maven.apache.org/maven2/org/ow2/asm/asm/6.1.1/asm-6.1.1.jar (108 kB at 941 kB/s)
Progress (1): 331/524 kBProgress (1): 335/524 kBProgress (1): 339/524 kBProgress (1): 344/524 kBProgress (1): 348/524 kBProgress (1): 352/524 kBProgress (1): 356/524 kBProgress (1): 360/524 kBProgress (1): 364/524 kBProgress (1): 368/524 kBProgress (1): 372/524 kBProgress (1): 376/524 kBProgress (1): 380/524 kBProgress (1): 384/524 kBProgress (1): 389/524 kBProgress (1): 393/524 kBProgress (1): 397/524 kBProgress (1): 401/524 kBProgress (1): 405/524 kBProgress (1): 409/524 kBProgress (1): 413/524 kBProgress (1): 417/524 kBProgress (1): 421/524 kBProgress (1): 425/524 kBProgress (1): 430/524 kBProgress (1): 434/524 kBProgress (1): 438/524 kBProgress (1): 442/524 kBProgress (1): 446/524 kBProgress (1): 450/524 kBProgress (1): 454/524 kBProgress (1): 458/524 kBProgress (1): 462/524 kBProgress (1): 466/524 kBProgress (1): 470/524 kBProgress (1): 475/524 kBProgress (1): 479/524 kBProgress (1): 483/524 kBProgress (1): 487/524 kBProgress (1): 491/524 kBProgress (1): 495/524 kBProgress (1): 499/524 kBProgress (1): 503/524 kBProgress (1): 507/524 kBProgress (1): 511/524 kBProgress (1): 516/524 kBProgress (1): 520/524 kBProgress (1): 524/524 kBProgress (1): 524 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/maven-surefire-common/2.22.0/maven-surefire-common-2.22.0.jar (524 kB at 3.2 MB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.22.0/surefire-junit4-2.22.0.pom
Progress (1): 2.2/3.1 kBProgress (1): 3.1 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.22.0/surefire-junit4-2.22.0.pom (3.1 kB at 119 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.22.0/surefire-providers-2.22.0.pom
Progress (1): 2.2/2.5 kBProgress (1): 2.5 kB                        Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-providers/2.22.0/surefire-providers-2.22.0.pom (2.5 kB at 92 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.22.0/surefire-junit4-2.22.0.jar
Progress (1): 2.2/85 kBProgress (1): 5.0/85 kBProgress (1): 7.7/85 kBProgress (1): 10/85 kB Progress (1): 13/85 kBProgress (1): 16/85 kBProgress (1): 19/85 kBProgress (1): 21/85 kBProgress (1): 24/85 kBProgress (1): 27/85 kBProgress (1): 30/85 kBProgress (1): 32/85 kBProgress (1): 36/85 kBProgress (1): 40/85 kBProgress (1): 45/85 kBProgress (1): 49/85 kBProgress (1): 53/85 kBProgress (1): 57/85 kBProgress (1): 61/85 kBProgress (1): 65/85 kBProgress (1): 69/85 kBProgress (1): 73/85 kBProgress (1): 77/85 kBProgress (1): 81/85 kBProgress (1): 85 kB                      Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/surefire/surefire-junit4/2.22.0/surefire-junit4-2.22.0.jar (85 kB at 1.9 MB/s)
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire-reports/2018-08-16T14-56-39_125-jvmRun1.dumpstream>
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 21.567 s
[INFO] Finished at: 2018-08-16T14:56:39Z
[INFO] Final Memory: 36M/188M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.22.0:test (default-test) on project commons-compress: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire-reports> for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd "<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/"> && /usr/local/asfpackages/java/jdk-10_46/bin/java '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec'> -jar '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire/surefirebooter9433456964951073108.jar'> '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire'> 2018-08-16T14-56-39_125-jvmRun1 surefire10946366528905018846tmp surefire_08746955045853108030tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 134
[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd "<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/"> && /usr/local/asfpackages/java/jdk-10_46/bin/java '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec'> -jar '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire/surefirebooter9433456964951073108.jar'> '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire'> 2018-08-16T14-56-39_125-jvmRun1 surefire10946366528905018846tmp surefire_08746955045853108030tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 134
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:671)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:533)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:278)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:244)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1194)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1022)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:868)
[ERROR] 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[ERROR] 	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:309)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:194)
[ERROR] 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107)
[ERROR] 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:955)
[ERROR] 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:290)
[ERROR] 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:194)
[ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[ERROR] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[ERROR] 
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: Commons-Compress JDK-Matrix Build » JDK 10 (latest) #147

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/147/display/redirect>

------------------------------------------
Started by upstream project "Commons-Compress JDK-Matrix Build" build number 147
originally caused by:
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam12 (beam) in workspace <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://github.com/apache/commons-compress.git # timeout=10
Fetching upstream changes from git://github.com/apache/commons-compress.git
 > git --version # timeout=10
 > git fetch --tags --progress git://github.com/apache/commons-compress.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 1478499b43f78cf583580da300ab1e764fd66832 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 1478499b43f78cf583580da300ab1e764fd66832
Commit message: "closes #65"
 > git rev-list --no-walk 15baa60ca2ef292ea0dc9a7bf197b2044d5823fb # timeout=10
[JDK 10 (latest)] $ /home/jenkins/tools/maven/latest/bin/mvn clean test
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Commons Compress 1.18-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ commons-compress ---
[INFO] Deleting <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven-version) @ commons-compress ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven-3) @ commons-compress ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ commons-compress ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (javadoc.resources) @ commons-compress ---
[INFO] Executing tasks

main:
     [copy] Copying 2 files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/apidocs/META-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ commons-compress ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ commons-compress ---
[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
[INFO] Storing buildNumber: 1478499b43f78cf583580da300ab1e764fd66832 at timestamp: 1530470870360
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ commons-compress ---
[INFO] Using 'iso-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/resources>
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ commons-compress ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 206 source files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/classes>
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/java/org/apache/commons/compress/utils/Sets.java>: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/java/org/apache/commons/compress/utils/Sets.java> uses unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/java/org/apache/commons/compress/utils/Sets.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:manifest (bundle-manifest) @ commons-compress ---
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.16:check (checkAPIcompatibility) @ commons-compress ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ commons-compress ---
[INFO] Using 'iso-8859-1' encoding to copy filtered resources.
[INFO] Copying 177 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (default) @ commons-compress ---
[INFO] Executing tasks

main:
    [untar] Expanding: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/resources/zstd-tests.tar> into <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/test-classes>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ commons-compress ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 146 source files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/test-classes>
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/archivers/zip/ZipClassCoverageTest.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/archivers/zip/ZipClassCoverageTest.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java>: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java> uses unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (prepare-agent) @ commons-compress ---
[INFO] argLine set to "-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec">
[INFO] 
[INFO] --- maven-surefire-plugin:2.21.0:test (default-test) @ commons-compress ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire-reports/2018-07-01T18-47-56_048-jvmRun1.dumpstream>
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.678 s
[INFO] Finished at: 2018-07-01T18:47:56Z
[INFO] Final Memory: 34M/176M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.21.0:test (default-test) on project commons-compress: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire-reports> for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd "<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/"> && /usr/local/asfpackages/java/jdk-10_46/bin/java '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec'> -jar '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire/surefirebooter3620453890330038647.jar'> '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire'> 2018-07-01T18-47-56_048-jvmRun1 surefire5596672396263782643tmp surefire_06278363622600853068tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 134
[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd "<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/"> && /usr/local/asfpackages/java/jdk-10_46/bin/java '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec'> -jar '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire/surefirebooter3620453890330038647.jar'> '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire'> 2018-07-01T18-47-56_048-jvmRun1 surefire5596672396263782643tmp surefire_06278363622600853068tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 134
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:671)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:533)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:278)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:244)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1149)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:978)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:854)
[ERROR] 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[ERROR] 	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:309)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:194)
[ERROR] 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107)
[ERROR] 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:955)
[ERROR] 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:290)
[ERROR] 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:194)
[ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[ERROR] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[ERROR] 
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: Commons-Compress JDK-Matrix Build » JDK 10 (latest) #146

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/146/display/redirect?page=changes>

Changes:

[bodewig] fix typo in syntax. Files is a static method so there shouldn't be a

------------------------------------------
Started by upstream project "Commons-Compress JDK-Matrix Build" build number 146
originally caused by:
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam12 (beam) in workspace <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://github.com/apache/commons-compress.git # timeout=10
Fetching upstream changes from git://github.com/apache/commons-compress.git
 > git --version # timeout=10
 > git fetch --tags --progress git://github.com/apache/commons-compress.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 15baa60ca2ef292ea0dc9a7bf197b2044d5823fb (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 15baa60ca2ef292ea0dc9a7bf197b2044d5823fb
Commit message: "fix typo in syntax. Files is a static method so there shouldn't be a constructor"
 > git rev-list --no-walk 22b0d0629267b88749f78412caea672d6539a5b6 # timeout=10
[JDK 10 (latest)] $ /home/jenkins/tools/maven/latest/bin/mvn clean test
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Commons Compress 1.18-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ commons-compress ---
[INFO] Deleting <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven-version) @ commons-compress ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven-3) @ commons-compress ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ commons-compress ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (javadoc.resources) @ commons-compress ---
[INFO] Executing tasks

main:
     [copy] Copying 2 files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/apidocs/META-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ commons-compress ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ commons-compress ---
[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
[INFO] Storing buildNumber: 15baa60ca2ef292ea0dc9a7bf197b2044d5823fb at timestamp: 1530467270771
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ commons-compress ---
[INFO] Using 'iso-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/resources>
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ commons-compress ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 206 source files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/classes>
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/java/org/apache/commons/compress/utils/Sets.java>: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/java/org/apache/commons/compress/utils/Sets.java> uses unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/java/org/apache/commons/compress/utils/Sets.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:manifest (bundle-manifest) @ commons-compress ---
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.16:check (checkAPIcompatibility) @ commons-compress ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ commons-compress ---
[INFO] Using 'iso-8859-1' encoding to copy filtered resources.
[INFO] Copying 177 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (default) @ commons-compress ---
[INFO] Executing tasks

main:
    [untar] Expanding: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/resources/zstd-tests.tar> into <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/test-classes>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ commons-compress ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 146 source files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/test-classes>
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/archivers/zip/ZipClassCoverageTest.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/archivers/zip/ZipClassCoverageTest.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java>: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java> uses unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (prepare-agent) @ commons-compress ---
[INFO] argLine set to "-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec">
[INFO] 
[INFO] --- maven-surefire-plugin:2.21.0:test (default-test) @ commons-compress ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire-reports/2018-07-01T17-47-56_493-jvmRun1.dumpstream>
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.762 s
[INFO] Finished at: 2018-07-01T17:47:57Z
[INFO] Final Memory: 33M/188M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.21.0:test (default-test) on project commons-compress: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire-reports> for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd "<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/"> && /usr/local/asfpackages/java/jdk-10_46/bin/java '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec'> -jar '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire/surefirebooter8014800389749838712.jar'> '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire'> 2018-07-01T17-47-56_493-jvmRun1 surefire4115966874288914593tmp surefire_018117839407088612622tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 134
[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd "<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/"> && /usr/local/asfpackages/java/jdk-10_46/bin/java '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec'> -jar '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire/surefirebooter8014800389749838712.jar'> '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire'> 2018-07-01T17-47-56_493-jvmRun1 surefire4115966874288914593tmp surefire_018117839407088612622tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 134
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:671)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:533)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:278)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:244)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1149)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:978)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:854)
[ERROR] 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[ERROR] 	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:309)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:194)
[ERROR] 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107)
[ERROR] 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:955)
[ERROR] 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:290)
[ERROR] 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:194)
[ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[ERROR] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[ERROR] 
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Invoke top-level Maven targets' marked build as failure

Build failed in Jenkins: Commons-Compress JDK-Matrix Build » JDK 10 (latest) #145

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/145/display/redirect?page=changes>

Changes:

[bodewig] COMPRESS-455 handle APK Signing Block

[bodewig] whitespace

------------------------------------------
Started by upstream project "Commons-Compress JDK-Matrix Build" build number 145
originally caused by:
 Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on beam12 (beam) in workspace <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > git config remote.origin.url git://github.com/apache/commons-compress.git # timeout=10
Fetching upstream changes from git://github.com/apache/commons-compress.git
 > git --version # timeout=10
 > git fetch --tags --progress git://github.com/apache/commons-compress.git +refs/heads/*:refs/remotes/origin/*
Checking out Revision 22b0d0629267b88749f78412caea672d6539a5b6 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 22b0d0629267b88749f78412caea672d6539a5b6
Commit message: "whitespace"
 > git rev-list --no-walk 53f6d42f748d771d5269aec5c377d5058e8cdf4c # timeout=10
[JDK 10 (latest)] $ /home/jenkins/tools/maven/latest/bin/mvn clean test
[INFO] Scanning for projects...
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Commons Compress 1.18-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ commons-compress ---
[INFO] Deleting <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target>
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven-version) @ commons-compress ---
[INFO] 
[INFO] --- maven-enforcer-plugin:3.0.0-M1:enforce (enforce-maven-3) @ commons-compress ---
[INFO] 
[INFO] --- build-helper-maven-plugin:3.0.0:parse-version (parse-version) @ commons-compress ---
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (javadoc.resources) @ commons-compress ---
[INFO] Executing tasks

main:
     [copy] Copying 2 files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/apidocs/META-INF>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ commons-compress ---
[INFO] 
[INFO] --- buildnumber-maven-plugin:1.4:create (default) @ commons-compress ---
[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
[INFO] Storing buildNumber: 22b0d0629267b88749f78412caea672d6539a5b6 at timestamp: 1530449274750
[WARNING] Cannot get the branch information from the git repository: 
Detecting the current branch failed: fatal: ref HEAD is not a symbolic ref

[INFO] Executing: /bin/sh -c cd '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/'> && 'git' 'rev-parse' '--verify' 'HEAD'
[INFO] Working directory: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:resources (default-resources) @ commons-compress ---
[INFO] Using 'iso-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/resources>
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:compile (default-compile) @ commons-compress ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 206 source files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/classes>
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/java/org/apache/commons/compress/compressors/bzip2/BZip2CompressorOutputStream.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/java/org/apache/commons/compress/utils/Sets.java>: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/java/org/apache/commons/compress/utils/Sets.java> uses unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/main/java/org/apache/commons/compress/utils/Sets.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-bundle-plugin:3.5.0:manifest (bundle-manifest) @ commons-compress ---
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.16:check (checkAPIcompatibility) @ commons-compress ---
[INFO] Signature checking is skipped.
[INFO] 
[INFO] --- maven-resources-plugin:3.0.2:testResources (default-testResources) @ commons-compress ---
[INFO] Using 'iso-8859-1' encoding to copy filtered resources.
[INFO] Copying 177 resources
[INFO] Copying 2 resources to META-INF
[INFO] 
[INFO] --- maven-antrun-plugin:1.8:run (default) @ commons-compress ---
[INFO] Executing tasks

main:
    [untar] Expanding: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/resources/zstd-tests.tar> into <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/test-classes>
[INFO] Executed tasks
[INFO] 
[INFO] --- maven-compiler-plugin:3.7.0:testCompile (default-testCompile) @ commons-compress ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 146 source files to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/test-classes>
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/archivers/zip/ZipClassCoverageTest.java>: Some input files use or override a deprecated API.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/archivers/zip/ZipClassCoverageTest.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java>: <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java> uses unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/src/test/java/org/apache/commons/compress/compressors/z/ZCompressorInputStreamTest.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- jacoco-maven-plugin:0.7.9:prepare-agent (prepare-agent) @ commons-compress ---
[INFO] argLine set to "-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec">
[INFO] 
[INFO] --- maven-surefire-plugin:2.21.0:test (default-test) @ commons-compress ---
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire-reports/2018-07-01T12-48-00_509-jvmRun1.dumpstream>
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.845 s
[INFO] Finished at: 2018-07-01T12:48:01Z
[INFO] Final Memory: 32M/188M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.21.0:test (default-test) on project commons-compress: There are test failures.
[ERROR] 
[ERROR] Please refer to <https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire-reports> for the individual test results.
[ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, [date].dumpstream and [date]-jvmRun[N].dumpstream.
[ERROR] The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd "<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/"> && /usr/local/asfpackages/java/jdk-10_46/bin/java '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec'> -jar '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire/surefirebooter13586613482340260101.jar'> '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire'> 2018-07-01T12-48-00_509-jvmRun1 surefire12620664967055440109tmp surefire_03700719077079454581tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 134
[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd "<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/"> && /usr/local/asfpackages/java/jdk-10_46/bin/java '-javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.7.9/org.jacoco.agent-0.7.9-runtime.jar=destfile=<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/jacoco.exec'> -jar '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire/surefirebooter13586613482340260101.jar'> '<https://builds.apache.org/job/Commons-Compress%20JDK-Matrix%20Build/jdk=JDK%2010%20(latest)/ws/target/surefire'> 2018-07-01T12-48-00_509-jvmRun1 surefire12620664967055440109tmp surefire_03700719077079454581tmp
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 134
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:671)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:533)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:278)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:244)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1149)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:978)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:854)
[ERROR] 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:208)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:154)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:146)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:117)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:81)
[ERROR] 	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:309)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:194)
[ERROR] 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:107)
[ERROR] 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:955)
[ERROR] 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:290)
[ERROR] 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:194)
[ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[ERROR] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] 	at java.base/java.lang.reflect.Method.invoke(Method.java:564)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
[ERROR] 
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
Build step 'Invoke top-level Maven targets' marked build as failure