You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@maven.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/07/17 10:59:19 UTC

Build failed in Jenkins: maven-plugins » Apache Maven Checkstyle Plugin #6988

See <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-checkstyle-plugin/6988/>

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Checkstyle Plugin 2.18-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:3.0.0:clean (default-clean) @ maven-checkstyle-plugin ---
[INFO] Deleting <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-checkstyle-plugin/ws/target>
[INFO] 
[INFO] --- build-helper-maven-plugin:1.9.1:parse-version (parse-version) @ maven-checkstyle-plugin ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (enforce-bytecode-version) @ maven-checkstyle-plugin ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ban-known-bad-maven-versions) @ maven-checkstyle-plugin ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.4.1:enforce (ensure-no-container-api) @ maven-checkstyle-plugin ---
[INFO] 
[INFO] --- apache-rat-plugin:0.11:check (rat-check) @ maven-checkstyle-plugin ---
[INFO] 51 implicit excludes (use -debug for more details).
[INFO] Exclude: DEPENDENCIES
[INFO] Exclude: src/it/multi-modules-aggregate/child-b/src/test/java/org/apache/maven/plugins/checkstyle/its/AppTest.java
[INFO] Exclude: src/main/resources/config/maven-header.txt
[INFO] Exclude: src/it/MCHECKSTYLE-225-customHeader/build-tools/src/main/resources/test/custom-header.txt
[INFO] Exclude: src/it/MCHECKSTYLE-225-pluginManagement/build-tools/src/main/resources/test/custom-header.txt
[INFO] Exclude: src/it/MCHECKSTYLE-225-LICENSE.txt/build-tools/src/main/resources/LICENSE.txt
[INFO] 223 resources included (use -debug for more details)
[INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 214 licence.
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:helpmojo (generate-helpmojo) @ maven-checkstyle-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Mojo extractor with id: java-annotations found 0 mojo descriptors.
[INFO] Mojo extractor with id: java-javadoc found 0 mojo descriptors.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (process-resource-bundles) @ maven-checkstyle-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ maven-checkstyle-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 10 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ maven-checkstyle-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 20 source files to <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-checkstyle-plugin/ws/target/classes>
[INFO] <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-checkstyle-plugin/ws/src/main/java/org/apache/maven/plugin/checkstyle/exec/DefaultCheckstyleExecutor.java>: <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-checkstyle-plugin/ws/src/main/java/org/apache/maven/plugin/checkstyle/exec/DefaultCheckstyleExecutor.java> uses or overrides a deprecated API.
[INFO] <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-checkstyle-plugin/ws/src/main/java/org/apache/maven/plugin/checkstyle/exec/DefaultCheckstyleExecutor.java>: Recompile with -Xlint:deprecation for details.
[INFO] <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-checkstyle-plugin/ws/src/main/java/org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-checkstyle-plugin/ws/src/main/java/org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-plugin-plugin:3.4:descriptor (default-descriptor) @ maven-checkstyle-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Mojo extractor with id: java-annotations found 4 mojo descriptors.
[INFO] Mojo extractor with id: java-javadoc found 0 mojo descriptors.
[INFO] 
[INFO] --- animal-sniffer-maven-plugin:1.13:check (check-java-compatibility) @ maven-checkstyle-plugin ---
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java17:1.0
[INFO] 
[INFO] --- plexus-component-metadata:1.6:generate-metadata (default) @ maven-checkstyle-plugin ---
[INFO] Discovered 3 component descriptors(s)
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ maven-checkstyle-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-checkstyle-plugin/ws/src/test/resources>
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ maven-checkstyle-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 12 source files to <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-checkstyle-plugin/ws/target/test-classes>
[INFO] <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-checkstyle-plugin/ws/src/test/java/org/apache/maven/plugin/checkstyle/stubs/MavenProjectWithNoJxrPluginStub.java>: Some input files use unchecked or unsafe operations.
[INFO] <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-checkstyle-plugin/ws/src/test/java/org/apache/maven/plugin/checkstyle/stubs/MavenProjectWithNoJxrPluginStub.java>: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.19.1:test (default-test) @ maven-checkstyle-plugin ---
[INFO] Surefire report directory: <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-checkstyle-plugin/ws/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.maven.plugin.checkstyle.RuleUtilTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec - in org.apache.maven.plugin.checkstyle.RuleUtilTest
Running org.apache.maven.plugin.checkstyle.ReportResourceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec - in org.apache.maven.plugin.checkstyle.ReportResourceTest
Running org.apache.maven.plugin.checkstyle.exec.CheckstyleReportListenerMultiSourceTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec - in org.apache.maven.plugin.checkstyle.exec.CheckstyleReportListenerMultiSourceTest
Running org.apache.maven.plugin.checkstyle.exec.CheckstyleReportListenerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec - in org.apache.maven.plugin.checkstyle.exec.CheckstyleReportListenerTest
Running org.apache.maven.plugin.checkstyle.exec.CheckstyleResultsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec - in org.apache.maven.plugin.checkstyle.exec.CheckstyleResultsTest
Running org.apache.maven.plugin.checkstyle.CheckstyleReportTest
[INFO] There are 5 errors reported by Checkstyle 6.11.2 with sun_checks.xml ruleset.
[INFO] There are 5 errors reported by Checkstyle 6.11.2 with sun_checks.xml ruleset.
[INFO] Starting audit...
<https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-checkstyle-plugin/ws/src/test/test-sources/TestJavaObject.java>:21: warning: 'method def modifier' have incorrect indentation level 4, expected level should be 2.
<https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-checkstyle-plugin/ws/src/test/test-sources/TestJavaObject.java>:23: warning: 'method def rcurly' have incorrect indentation level 4, expected level should be 2.
<https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-checkstyle-plugin/ws/src/test/test-sources/TestJavaObject.java>:25: warning: 'method def modifier' have incorrect indentation level 4, expected level should be 2.
<https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-checkstyle-plugin/ws/src/test/test-sources/TestJavaObject.java>:27: warning: 'method def rcurly' have incorrect indentation level 4, expected level should be 2.
Audit done.
[INFO] Starting audit...
<https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-checkstyle-plugin/ws/src/test/test-sources/TestJavaObject.java>:21: warning: 'method def modifier' have incorrect indentation level 4, expected level should be 2.
<https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-checkstyle-plugin/ws/src/test/test-sources/TestJavaObject.java>:23: warning: 'method def rcurly' have incorrect indentation level 4, expected level should be 2.
<https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-checkstyle-plugin/ws/src/test/test-sources/TestJavaObject.java>:25: warning: 'method def modifier' have incorrect indentation level 4, expected level should be 2.
<https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-checkstyle-plugin/ws/src/test/test-sources/TestJavaObject.java>:27: warning: 'method def rcurly' have incorrect indentation level 4, expected level should be 2.
Audit done.
[INFO] There are 5 errors reported by Checkstyle 6.11.2 with sun_checks.xml ruleset.
[INFO] There are 5 errors reported by Checkstyle 6.11.2 with sun_checks.xml ruleset.
[INFO] There are 5 errors reported by Checkstyle 6.11.2 with sun_checks.xml ruleset.
[INFO] There are 5 errors reported by Checkstyle 6.11.2 with sun_checks.xml ruleset.
[INFO] There are 5 errors reported by Checkstyle 6.11.2 with sun_checks.xml ruleset.
Java HotSpot(TM) 64-Bit Server VM warning: INFO: os::commit_memory(0x00000007cd500000, 528482304, 0) failed; error='Cannot allocate memory' (errno=12)
#
# There is insufficient memory for the Java Runtime Environment to continue.
# Native memory allocation (malloc) failed to allocate 528482304 bytes for committing reserved memory.
# An error report file with more information is saved as:
# <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-checkstyle-plugin/ws/hs_err_pid22811.log>

Results :

Tests run: 10, Failures: 0, Errors: 0, Skipped: 0

[JENKINS] Recording test results

Jenkins build is back to normal : maven-plugins » Apache Maven Checkstyle Plugin #6989

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/maven-plugins/org.apache.maven.plugins$maven-checkstyle-plugin/6989/>