See 
https://builds.apache.org/job/maven-box/job/maven-checkstyle-plugin/job/master/40/

Changes:

* H30 is having issues

All tests passed

Build log:
[...truncated 3858 lines...]
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.maven.plugins.checkstyle.CheckstyleReportTest
[INFO] There are 5 errors reported by Checkstyle 8.19 with sun_checks.xml 
ruleset.
[INFO] There are 5 errors reported by Checkstyle 8.19 with sun_checks.xml 
ruleset.
[INFO] Starting audit...
[WARN] 
F:\jenkins\jenkins-slave\workspace\x_maven-checkstyle-plugin_master@2\windows-jdk14-m3.6.x_build\src\test\test-sources\TestJavaObject.java:21:
 'method def modifier' has incorrect indentation level 4, expected level should 
be 2. [Indentation]
[WARN] 
F:\jenkins\jenkins-slave\workspace\x_maven-checkstyle-plugin_master@2\windows-jdk14-m3.6.x_build\src\test\test-sources\TestJavaObject.java:23:
 'method def rcurly' has incorrect indentation level 4, expected level should 
be 2. [Indentation]
[WARN] 
F:\jenkins\jenkins-slave\workspace\x_maven-checkstyle-plugin_master@2\windows-jdk14-m3.6.x_build\src\test\test-sources\TestJavaObject.java:25:
 'method def modifier' has incorrect indentation level 4, expected level should 
be 2. [Indentation]
[WARN] 
F:\jenkins\jenkins-slave\workspace\x_maven-checkstyle-plugin_master@2\windows-jdk14-m3.6.x_build\src\test\test-sources\TestJavaObject.java:27:
 'method def rcurly' has incorrect indentation level 4, expected level should 
be 2. [Indentation]
Audit done.
[INFO] Starting audit...
[WARN] 
F:\jenkins\jenkins-slave\workspace\x_maven-checkstyle-plugin_master@2\windows-jdk14-m3.6.x_build\src\test\test-sources\TestJavaObject.java:21:
 'method def modifier' has incorrect indentation level 4, expected level should 
be 2. [Indentation]
[WARN] 
F:\jenkins\jenkins-slave\workspace\x_maven-checkstyle-plugin_master@2\windows-jdk14-m3.6.x_build\src\test\test-sources\TestJavaObject.java:23:
 'method def rcurly' has incorrect indentation level 4, expected level should 
be 2. [Indentation]
[WARN] 
F:\jenkins\jenkins-slave\workspace\x_maven-checkstyle-plugin_master@2\windows-jdk14-m3.6.x_build\src\test\test-sources\TestJavaObject.java:25:
 'method def modifier' has incorrect indentation level 4, expected level should 
be 2. [Indentation]
[WARN] 
F:\jenkins\jenkins-slave\workspace\x_maven-checkstyle-plugin_master@2\windows-jdk14-m3.6.x_build\src\test\test-sources\TestJavaObject.java:27:
 'method def rcurly' has incorrect indentation level 4, expected level should 
be 2. [Indentation]
Audit done.
[INFO] There are 5 errors reported by Checkstyle 8.19 with sun_checks.xml 
ruleset.
[INFO] There are 5 errors reported by Checkstyle 8.19 with sun_checks.xml 
ruleset.
[INFO] There are 5 errors reported by Checkstyle 8.19 with sun_checks.xml 
ruleset.
[INFO] There are 5 errors reported by Checkstyle 8.19 with sun_checks.xml 
ruleset.
[INFO] There are 5 errors reported by Checkstyle 8.19 with sun_checks.xml 
ruleset.
[INFO] There are 5 errors reported by Checkstyle 8.19 with sun_checks.xml 
ruleset.
[INFO] There are 5 errors reported by Checkstyle 8.19 with sun_checks.xml 
ruleset.
[INFO] There are 5 errors reported by Checkstyle 8.19 with sun_checks.xml 
ruleset.
[INFO] There are 5 errors reported by Checkstyle 8.19 with sun_checks.xml 
ruleset.
[INFO] There are 5 errors reported by Checkstyle 8.19 with sun_checks.xml 
ruleset.
[INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.164 s 
- in org.apache.maven.plugins.checkstyle.CheckstyleReportTest
[INFO] Running 
org.apache.maven.plugins.checkstyle.CheckstyleViolationCheckMojoTest
[INFO] There are 5 errors reported by Checkstyle 8.19 with sun_checks.xml 
ruleset.
[WARNING] checkstyle:check violations detected but failOnViolation set to false
[INFO] Unable to perform checkstyle:check, unable to find checkstyle:checkstyle 
outputFile.
[WARNING] checkstyle:check violations detected but failOnViolation set to false
[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.91 s - 
in org.apache.maven.plugins.checkstyle.CheckstyleViolationCheckMojoTest
[INFO] Running 
org.apache.maven.plugins.checkstyle.exec.CheckstyleReportListenerMultiSourceTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s 
- in 
org.apache.maven.plugins.checkstyle.exec.CheckstyleReportListenerMultiSourceTest
[INFO] Running 
org.apache.maven.plugins.checkstyle.exec.CheckstyleReportListenerTest
[INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in 
org.apache.maven.plugins.checkstyle.exec.CheckstyleReportListenerTest
[INFO] Running org.apache.maven.plugins.checkstyle.exec.CheckstyleResultsTest
[INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s 
- in org.apache.maven.plugins.checkstyle.exec.CheckstyleResultsTest
[INFO] Running org.apache.maven.plugins.checkstyle.ReportResourceTest
[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in 
org.apache.maven.plugins.checkstyle.ReportResourceTest
[INFO] Running org.apache.maven.plugins.checkstyle.RuleUtilTest
[INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 s - in 
org.apache.maven.plugins.checkstyle.RuleUtilTest
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 27, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[INFO] 
[INFO] --- maven-jar-plugin:3.1.0:jar (default-jar) @ maven-checkstyle-plugin 
---
[INFO] Building jar: 
f:\jenkins\jenkins-slave\workspace\x_maven-checkstyle-plugin_master@2\windows-jdk14-m3.6.x_build\target\maven-checkstyle-plugin-3.1.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-plugin-plugin:3.5.2:addPluginArtifactMetadata 
(default-addPluginArtifactMetadata) @ maven-checkstyle-plugin ---
[INFO] 
[INFO] --- maven-site-plugin:3.7.1:attach-descriptor (attach-descriptor) @ 
maven-checkstyle-plugin ---
[INFO] Skipping because packaging 'maven-plugin' is not pom.
[INFO] 
[INFO] --- maven-invoker-plugin:3.1.0:install (integration-test) @ 
maven-checkstyle-plugin ---
[INFO] Installing 
f:\jenkins\jenkins-slave\workspace\x_maven-checkstyle-plugin_master@2\windows-jdk14-m3.6.x_build\pom.xml
 to 
f:\jenkins\jenkins-slave\workspace\x_maven-checkstyle-plugin_master@2\windows-jdk14-m3.6.x_build\target\local-repo\org\apache\maven\plugins\maven-checkstyle-plugin\3.1.1-SNAPSHOT\maven-checkstyle-plugin-3.1.1-SNAPSHOT.pom
[INFO] Installing 
f:\jenkins\jenkins-slave\workspace\x_maven-checkstyle-plugin_master@2\windows-jdk14-m3.6.x_build\target\maven-checkstyle-plugin-3.1.1-SNAPSHOT.jar
 to 
f:\jenkins\jenkins-slave\workspace\x_maven-checkstyle-plugin_master@2\windows-jdk14-m3.6.x_build\target\local-repo\org\apache\maven\plugins\maven-checkstyle-plugin\3.1.1-SNAPSHOT\maven-checkstyle-plugin-3.1.1-SNAPSHOT.jar
[INFO] 
[INFO] --- maven-invoker-plugin:3.1.0:integration-test (integration-test) @ 
maven-checkstyle-plugin ---
[INFO] Building: check-fail\pom.xml
[INFO] run post-build script verify.groovy
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by 
org.codehaus.groovy.reflection.CachedClass 
(file:/f:/jenkins/jenkins-slave/workspace/.maven_repositories/1/org/codehaus/groovy/groovy-all/2.4.8/groovy-all-2.4.8.jar)
 to method java.lang.Object.finalize()
WARNING: Please consider reporting this to the maintainers of 
org.codehaus.groovy.reflection.CachedClass
WARNING: Use --illegal-access=warn to enable warnings of further illegal 
reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO]           check-fail\pom.xml ............................... SUCCESS 
(20.5 s)
[INFO] Building: check-pass\pom.xml
[INFO]           check-pass\pom.xml ............................... SUCCESS 
(6.1 s)
[INFO] Building: check-tests-only\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           check-tests-only\pom.xml ......................... SUCCESS 
(3.9 s)
[INFO] Building: checkstyle-goal\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           checkstyle-goal\pom.xml .......................... SUCCESS 
(5.2 s)
[INFO] Building: checkstyle-report\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           checkstyle-report\pom.xml ........................ SUCCESS 
(13.6 s)
[INFO] Building: inlinerules\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           inlinerules\pom.xml .............................. SUCCESS 
(5.5 s)
[INFO] Building: MCHECKSTYLE-129\pom.xml
[INFO]           MCHECKSTYLE-129\pom.xml .......................... SUCCESS 
(15.0 s)
[INFO] Building: MCHECKSTYLE-131\pom.xml
[INFO]           MCHECKSTYLE-131\pom.xml .......................... SUCCESS 
(5.1 s)
[INFO] Building: MCHECKSTYLE-137\pom.xml
[INFO]           MCHECKSTYLE-137\pom.xml .......................... SUCCESS 
(5.0 s)
[INFO] Building: MCHECKSTYLE-163\pom.xml
[INFO]           MCHECKSTYLE-163\pom.xml .......................... SUCCESS 
(4.0 s)
[INFO] Building: MCHECKSTYLE-169\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           MCHECKSTYLE-169\pom.xml .......................... SUCCESS 
(5.7 s)
[INFO] Building: MCHECKSTYLE-172\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           MCHECKSTYLE-172\pom.xml .......................... SUCCESS 
(6.6 s)
[INFO] Building: MCHECKSTYLE-173-with-charset\pom.xml
[INFO]           MCHECKSTYLE-173-with-charset\pom.xml ............. SUCCESS 
(7.9 s)
[INFO] Building: MCHECKSTYLE-173-without-charset\pom.xml
[INFO]           MCHECKSTYLE-173-without-charset\pom.xml .......... SUCCESS 
(8.3 s)
[INFO] Building: MCHECKSTYLE-193\pom.xml
[INFO]           MCHECKSTYLE-193\pom.xml .......................... SUCCESS 
(4.1 s)
[INFO] Building: MCHECKSTYLE-214-basedir-resource\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           MCHECKSTYLE-214-basedir-resource\pom.xml ......... SUCCESS 
(4.0 s)
[INFO] Building: MCHECKSTYLE-219-no-license_failure\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           MCHECKSTYLE-219-no-license_failure\pom.xml ....... SUCCESS 
(5.3 s)
[INFO] Building: MCHECKSTYLE-219-no-license_success\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           MCHECKSTYLE-219-no-license_success\pom.xml ....... SUCCESS 
(6.1 s)
[INFO] Building: MCHECKSTYLE-220\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           MCHECKSTYLE-220\pom.xml .......................... SUCCESS 
(6.5 s)
[INFO] Building: MCHECKSTYLE-222-no-resources\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           MCHECKSTYLE-222-no-resources\pom.xml ............. SUCCESS 
(3.6 s)
[INFO] Building: MCHECKSTYLE-222-resources\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           MCHECKSTYLE-222-resources\pom.xml ................ SUCCESS 
(5.0 s)
[INFO] Building: MCHECKSTYLE-222-testResources\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           MCHECKSTYLE-222-testResources\pom.xml ............ SUCCESS 
(4.5 s)
[INFO] Building: MCHECKSTYLE-224\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           MCHECKSTYLE-224\pom.xml .......................... SUCCESS 
(10.4 s)
[INFO] Building: MCHECKSTYLE-225-customHeader\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           MCHECKSTYLE-225-customHeader\pom.xml ............. SUCCESS 
(6.0 s)
[INFO] Building: MCHECKSTYLE-225-LICENSE.txt\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           MCHECKSTYLE-225-LICENSE.txt\pom.xml .............. SUCCESS 
(6.0 s)
[INFO] Building: MCHECKSTYLE-225-pluginManagement\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           MCHECKSTYLE-225-pluginManagement\pom.xml ......... SUCCESS 
(5.3 s)
[INFO] Building: MCHECKSTYLE-253-jdk8\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           MCHECKSTYLE-253-jdk8\pom.xml ..................... SUCCESS 
(5.0 s)
[INFO] Building: MCHECKSTYLE-260-sourceDirectories\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           MCHECKSTYLE-260-sourceDirectories\pom.xml ........ SUCCESS 
(7.9 s)
[INFO] Building: MCHECKSTYLE-260-testSourceDirectories\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           MCHECKSTYLE-260-testSourceDirectories\pom.xml .... SUCCESS 
(6.7 s)
[INFO] Building: MCHECKSTYLE-268\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           MCHECKSTYLE-268\pom.xml .......................... SUCCESS 
(6.4 s)
[INFO] Building: MCHECKSTYLE-295\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           MCHECKSTYLE-295\pom.xml .......................... SUCCESS 
(4.7 s)
[INFO] Building: MCHECKSTYLE-332_cache-checker\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           MCHECKSTYLE-332_cache-checker\pom.xml ............ SUCCESS 
(4.6 s)
[INFO] Building: MCHECKSTYLE-337\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           MCHECKSTYLE-337\pom.xml .......................... SUCCESS 
(5.5 s)
[INFO] Building: MCHECKSTYLE-338\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           MCHECKSTYLE-338\pom.xml .......................... SUCCESS 
(8.4 s)
[INFO] Building: MCHECKSTYLE-347\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           MCHECKSTYLE-347\pom.xml .......................... SUCCESS 
(3.4 s)
[INFO] Building: MCHECKSTYLE-357\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           MCHECKSTYLE-357\pom.xml .......................... SUCCESS 
(8.7 s)
[INFO] Building: MCHECKSTYLE-357-with-header-override\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           MCHECKSTYLE-357-with-header-override\pom.xml ..... SUCCESS 
(11.1 s)
[INFO] Building: MCHECKSTYLE-365\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           MCHECKSTYLE-365\pom.xml .......................... SUCCESS 
(7.4 s)
[INFO] Building: MCHECKSTYLE-371\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           MCHECKSTYLE-371\pom.xml .......................... SUCCESS 
(4.8 s)
[INFO] Building: MCHECKSTYLE-54\pom.xml
[INFO] run pre-build script setup.groovy
[INFO] run post-build script verify.groovy
[INFO]           MCHECKSTYLE-54\pom.xml ........................... SUCCESS 
(4.0 s)
[INFO] Building: MCHECKSTYLE-70-multi-sourcefolder\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           MCHECKSTYLE-70-multi-sourcefolder\pom.xml ........ SUCCESS 
(6.3 s)
[INFO] Building: minimal-pom\pom.xml
[INFO] run post-build script verify.bsh
[INFO]           minimal-pom\pom.xml .............................. SUCCESS 
(8.7 s)
[INFO] Building: multi-modules\pom.xml
[INFO]           multi-modules\pom.xml ............................ SUCCESS 
(7.2 s)
[INFO] Building: multi-modules-aggregate\pom.xml
[INFO] run post-build script verify.groovy
[INFO]           multi-modules-aggregate\pom.xml .................. SUCCESS 
(7.0 s)
[INFO] Building: multimoduleproject\pom.xml
[INFO]           multimoduleproject\pom.xml ....................... SUCCESS 
(4.6 s)
[INFO] 
[INFO] --- maven-checkstyle-plugin:3.0.0:check (checkstyle-check) @ 
maven-checkstyle-plugin ---
[INFO] There is 1 error reported by Checkstyle 6.18 with 
config/maven_checks.xml ruleset.
[INFO] Ignored 1 error, 0 violation remaining.
[INFO] 
[INFO] --- maven-invoker-plugin:3.1.0:verify (integration-test) @ 
maven-checkstyle-plugin ---
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO]   Passed: 45, Failed: 0, Errors: 0, Skipped: 0
[INFO] -------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  05:39 min
[INFO] Finished at: 2020-01-12T07:06:02-08:00
[INFO] ------------------------------------------------------------------------
[INFO] [jenkins-event-spy] Generated 
F:\jenkins\jenkins-slave\workspace\x_maven-checkstyle-plugin_master@2@tmp\withMaven1917cb0c\maven-spy-20200112-070022-7201249456283835011877.log
[Pipeline] }
[Pipeline] // dir
[Pipeline] }
[withMaven] artifactsPublisher - Archive artifact 
windows-jdk14-m3.6.x_build\pom.xml under 
org\apache\maven\plugins\maven-checkstyle-plugin\3.1.1-SNAPSHOT\maven-checkstyle-plugin-3.1.1-SNAPSHOT.pom
[withMaven] artifactsPublisher - Archive artifact 
windows-jdk14-m3.6.x_build\target\maven-checkstyle-plugin-3.1.1-SNAPSHOT.jar 
under 
org\apache\maven\plugins\maven-checkstyle-plugin\3.1.1-SNAPSHOT\maven-checkstyle-plugin-3.1.1-SNAPSHOT.jar
[withMaven] junitPublisher - Archive test results for Maven artifact 
org.apache.maven.plugins:maven-checkstyle-plugin:maven-plugin:3.1.1-SNAPSHOT 
generated by maven-surefire-plugin:test (default-test): 
windows-jdk14-m3.6.x_build\target\surefire-reports\*.xml
Recording test results
[withMaven] openTasksPublisher - Scan Tasks for Maven artifact 
org.apache.maven.plugins:maven-checkstyle-plugin:maven-plugin:3.1.1-SNAPSHOT in 
source directory windows-jdk14-m3.6.x_build\src\main\java
[TASKS] Scanning folder 
'f:\jenkins\jenkins-slave\workspace\x_maven-checkstyle-plugin_master@2' for 
files matching the pattern 'windows-jdk14-m3.6.x_build\src\main\java\**\*' - 
excludes: null
[TASKS] Found 20 files to scan for tasks
[TASKS] Found 5 open tasks.
Skipping warnings blame since pipelines do not have an SCM link.%n
[TASKS] Computing warning deltas based on reference build #39
[withMaven] invokerPublisher - Archive invoker results for Maven artifact 
MavenArtifact{org.apache.maven.plugins:maven-checkstyle-plugin:maven-plugin:3.1.1-SNAPSHOT(version:
 3.1.1-SNAPSHOT, snapshot:false) } generated by 
PluginInvocation{org.apache.maven.plugins:maven-invoker-plugin:3.1.0@integration-test
  integration-test}: windows-jdk14-m3.6.x_build\target\invoker-reports\*.xml
[withMaven] Publishers: Generated Artifacts Publisher: 89 ms, Junit Publisher: 
208 ms, Open Task Scanner Publisher: 157 ms, Invoker Publisher: 15746 ms, 
Pipeline Graph Publisher: 2 ms
[Pipeline] // withMaven
[Pipeline] cleanWs
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[WS-CLEANUP] done
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // ws
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // parallel
[Pipeline] stage
[Pipeline] { (Notifications)
[Pipeline] echo
Build result: FAILURE
[Pipeline] jiraIssueSelector
[Pipeline] echo
The authors of changes [rfscholte].
[Pipeline] echo
Sending email ...
[Pipeline] emailext

Reply via email to