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 2014/07/08 21:40:17 UTC

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

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

Changes:

[hboutemy] renamed CheckstyleReportListener to CheckstyleCheckerListener to better match the use

------------------------------------------
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache Maven Checkstyle Plugin 2.13-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ maven-checkstyle-plugin ---
[INFO] Deleting F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-bytecode-version) @ maven-checkstyle-plugin ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ban-known-bad-maven-versions) @ maven-checkstyle-plugin ---
[INFO] 
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (ensure-no-container-api) @ maven-checkstyle-plugin ---
[INFO] 
[INFO] --- maven-plugin-plugin:3.2:helpmojo (generated-helpmojo) @ maven-checkstyle-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java-annotations
[INFO] Mojo extractor for language: java-annotations found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] 
[INFO] --- maven-plugin-plugin:3.2:descriptor (default-descriptor) @ maven-checkstyle-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java-annotations
[INFO] Mojo extractor for language: java-annotations found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] 
[INFO] --- maven-remote-resources-plugin:1.5:process (default) @ maven-checkstyle-plugin ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ maven-checkstyle-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 15 resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ maven-checkstyle-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 21 source files to F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\classes
[WARNING] /F:/jenkins/jenkins-slave/workspace/maven-plugins-windows/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/exec/DefaultCheckstyleExecutor.java: F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\src\main\java\org\apache\maven\plugin\checkstyle\exec\DefaultCheckstyleExecutor.java uses or overrides a deprecated API.
[WARNING] /F:/jenkins/jenkins-slave/workspace/maven-plugins-windows/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/exec/DefaultCheckstyleExecutor.java: Recompile with -Xlint:deprecation for details.
[WARNING] /F:/jenkins/jenkins-slave/workspace/maven-plugins-windows/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.java: Some input files use unchecked or unsafe operations.
[WARNING] /F:/jenkins/jenkins-slave/workspace/maven-plugins-windows/maven-checkstyle-plugin/src/main/java/org/apache/maven/plugin/checkstyle/AbstractCheckstyleReport.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- plexus-component-metadata:1.5.5:generate-metadata (default) @ maven-checkstyle-plugin ---
[INFO] Discovered 3 component descriptors(s)
[INFO] 
[INFO] --- maven-plugin-plugin:3.2:descriptor (generate-descriptor) @ maven-checkstyle-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java-annotations
[INFO] Mojo extractor for language: java-annotations found 4 mojo descriptors.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ maven-checkstyle-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\src\test\resources
[INFO] Copying 3 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ maven-checkstyle-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to F:\jenkins\jenkins-slave\workspace\maven-plugins-windows\maven-checkstyle-plugin\target\test-classes
[INFO] -------------------------------------------------------------
[WARNING] COMPILATION WARNING : 
[INFO] -------------------------------------------------------------
[WARNING] /F:/jenkins/jenkins-slave/workspace/maven-plugins-windows/maven-checkstyle-plugin/src/test/java/org/apache/maven/plugin/checkstyle/stubs/MultiMavenProjectStub.java: Some input files use unchecked or unsafe operations.
[WARNING] /F:/jenkins/jenkins-slave/workspace/maven-plugins-windows/maven-checkstyle-plugin/src/test/java/org/apache/maven/plugin/checkstyle/stubs/MultiMavenProjectStub.java: Recompile with -Xlint:unchecked for details.
[INFO] 2 warnings 
[INFO] -------------------------------------------------------------
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /F:/jenkins/jenkins-slave/workspace/maven-plugins-windows/maven-checkstyle-plugin/src/test/java/org/apache/maven/plugin/checkstyle/exec/CheckstyleReportListenerMultiSourceTest.java:[32,47] cannot find symbol
  symbol:   class CheckstyleReportListener
  location: package org.apache.maven.plugin.checkstyle.exec
[ERROR] /F:/jenkins/jenkins-slave/workspace/maven-plugins-windows/maven-checkstyle-plugin/src/test/java/org/apache/maven/plugin/checkstyle/exec/CheckstyleReportListenerMultiSourceTest.java:[41,32] cannot find symbol
  symbol:   class CheckstyleReportListener
  location: class org.apache.maven.plugin.checkstyle.exec.CheckstyleReportListenerMultiSourceTest
[ERROR] /F:/jenkins/jenkins-slave/workspace/maven-plugins-windows/maven-checkstyle-plugin/src/test/java/org/apache/maven/plugin/checkstyle/exec/CheckstyleReportListenerTest.java:[32,47] cannot find symbol
  symbol:   class CheckstyleReportListener
  location: package org.apache.maven.plugin.checkstyle.exec
[ERROR] /F:/jenkins/jenkins-slave/workspace/maven-plugins-windows/maven-checkstyle-plugin/src/test/java/org/apache/maven/plugin/checkstyle/exec/CheckstyleReportListenerTest.java:[42,32] cannot find symbol
  symbol:   class CheckstyleReportListener
  location: class org.apache.maven.plugin.checkstyle.exec.CheckstyleReportListenerTest
[ERROR] /F:/jenkins/jenkins-slave/workspace/maven-plugins-windows/maven-checkstyle-plugin/src/test/java/org/apache/maven/plugin/checkstyle/exec/CheckstyleReportListenerMultiSourceTest.java:[49,50] cannot find symbol
  symbol:   class CheckstyleReportListener
  location: class org.apache.maven.plugin.checkstyle.exec.CheckstyleReportListenerMultiSourceTest
[ERROR] /F:/jenkins/jenkins-slave/workspace/maven-plugins-windows/maven-checkstyle-plugin/src/test/java/org/apache/maven/plugin/checkstyle/exec/CheckstyleReportListenerMultiSourceTest.java:[51,9] cannot find symbol
  symbol:   class CheckstyleReportListener
  location: class org.apache.maven.plugin.checkstyle.exec.CheckstyleReportListenerMultiSourceTest
[ERROR] /F:/jenkins/jenkins-slave/workspace/maven-plugins-windows/maven-checkstyle-plugin/src/test/java/org/apache/maven/plugin/checkstyle/exec/CheckstyleReportListenerMultiSourceTest.java:[51,49] cannot find symbol
  symbol:   class CheckstyleReportListener
  location: class org.apache.maven.plugin.checkstyle.exec.CheckstyleReportListenerMultiSourceTest
[ERROR] /F:/jenkins/jenkins-slave/workspace/maven-plugins-windows/maven-checkstyle-plugin/src/test/java/org/apache/maven/plugin/checkstyle/exec/CheckstyleReportListenerMultiSourceTest.java:[56,24] cannot find symbol
  symbol:   class CheckstyleReportListener
  location: class org.apache.maven.plugin.checkstyle.exec.CheckstyleReportListenerMultiSourceTest
[ERROR] /F:/jenkins/jenkins-slave/workspace/maven-plugins-windows/maven-checkstyle-plugin/src/test/java/org/apache/maven/plugin/checkstyle/exec/CheckstyleReportListenerMultiSourceTest.java:[61,24] cannot find symbol
  symbol:   class CheckstyleReportListener
  location: class org.apache.maven.plugin.checkstyle.exec.CheckstyleReportListenerMultiSourceTest
[ERROR] /F:/jenkins/jenkins-slave/workspace/maven-plugins-windows/maven-checkstyle-plugin/src/test/java/org/apache/maven/plugin/checkstyle/exec/CheckstyleReportListenerMultiSourceTest.java:[66,24] cannot find symbol
  symbol:   class CheckstyleReportListener
  location: class org.apache.maven.plugin.checkstyle.exec.CheckstyleReportListenerMultiSourceTest
[ERROR] /F:/jenkins/jenkins-slave/workspace/maven-plugins-windows/maven-checkstyle-plugin/src/test/java/org/apache/maven/plugin/checkstyle/exec/CheckstyleReportListenerMultiSourceTest.java:[109,9] cannot find symbol
  symbol:   class CheckstyleReportListener
  location: class org.apache.maven.plugin.checkstyle.exec.CheckstyleReportListenerMultiSourceTest
[ERROR] /F:/jenkins/jenkins-slave/workspace/maven-plugins-windows/maven-checkstyle-plugin/src/test/java/org/apache/maven/plugin/checkstyle/exec/CheckstyleReportListenerMultiSourceTest.java:[152,15] cannot find symbol
  symbol:   class CheckstyleReportListener
  location: class org.apache.maven.plugin.checkstyle.exec.CheckstyleReportListenerMultiSourceTest
[ERROR] /F:/jenkins/jenkins-slave/workspace/maven-plugins-windows/maven-checkstyle-plugin/src/test/java/org/apache/maven/plugin/checkstyle/exec/CheckstyleReportListenerMultiSourceTest.java:[160,15] cannot find symbol
  symbol:   class CheckstyleReportListener
  location: class org.apache.maven.plugin.checkstyle.exec.CheckstyleReportListenerMultiSourceTest
[ERROR] /F:/jenkins/jenkins-slave/workspace/maven-plugins-windows/maven-checkstyle-plugin/src/test/java/org/apache/maven/plugin/checkstyle/exec/CheckstyleReportListenerMultiSourceTest.java:[168,15] cannot find symbol
  symbol:   class CheckstyleReportListener
  location: class org.apache.maven.plugin.checkstyle.exec.CheckstyleReportListenerMultiSourceTest
[ERROR] /F:/jenkins/jenkins-slave/workspace/maven-plugins-windows/maven-checkstyle-plugin/src/test/java/org/apache/maven/plugin/checkstyle/exec/CheckstyleReportListenerMultiSourceTest.java:[176,15] cannot find symbol
  symbol:   class CheckstyleReportListener
  location: class org.apache.maven.plugin.checkstyle.exec.CheckstyleReportListenerMultiSourceTest
[ERROR] /F:/jenkins/jenkins-slave/workspace/maven-plugins-windows/maven-checkstyle-plugin/src/test/java/org/apache/maven/plugin/checkstyle/exec/CheckstyleReportListenerMultiSourceTest.java:[184,15] cannot find symbol
  symbol:   class CheckstyleReportListener
  location: class org.apache.maven.plugin.checkstyle.exec.CheckstyleReportListenerMultiSourceTest
[ERROR] /F:/jenkins/jenkins-slave/workspace/maven-plugins-windows/maven-checkstyle-plugin/src/test/java/org/apache/maven/plugin/checkstyle/exec/CheckstyleReportListenerTest.java:[48,50] cannot find symbol
  symbol:   class CheckstyleReportListener
  location: class org.apache.maven.plugin.checkstyle.exec.CheckstyleReportListenerTest
[ERROR] /F:/jenkins/jenkins-slave/workspace/maven-plugins-windows/maven-checkstyle-plugin/src/test/java/org/apache/maven/plugin/checkstyle/exec/CheckstyleReportListenerTest.java:[50,9] cannot find symbol
  symbol:   class CheckstyleReportListener
  location: class org.apache.maven.plugin.checkstyle.exec.CheckstyleReportListenerTest
[ERROR] /F:/jenkins/jenkins-slave/workspace/maven-plugins-windows/maven-checkstyle-plugin/src/test/java/org/apache/maven/plugin/checkstyle/exec/CheckstyleReportListenerTest.java:[50,49] cannot find symbol
  symbol:   class CheckstyleReportListener
  location: class org.apache.maven.plugin.checkstyle.exec.CheckstyleReportListenerTest
[ERROR] /F:/jenkins/jenkins-slave/workspace/maven-plugins-windows/maven-checkstyle-plugin/src/test/java/org/apache/maven/plugin/checkstyle/exec/CheckstyleReportListenerTest.java:[54,24] cannot find symbol
  symbol:   class CheckstyleReportListener
  location: class org.apache.maven.plugin.checkstyle.exec.CheckstyleReportListenerTest
[ERROR] /F:/jenkins/jenkins-slave/workspace/maven-plugins-windows/maven-checkstyle-plugin/src/test/java/org/apache/maven/plugin/checkstyle/exec/CheckstyleReportListenerTest.java:[58,24] cannot find symbol
  symbol:   class CheckstyleReportListener
  location: class org.apache.maven.plugin.checkstyle.exec.CheckstyleReportListenerTest
[ERROR] /F:/jenkins/jenkins-slave/workspace/maven-plugins-windows/maven-checkstyle-plugin/src/test/java/org/apache/maven/plugin/checkstyle/exec/CheckstyleReportListenerTest.java:[62,24] cannot find symbol
  symbol:   class CheckstyleReportListener
  location: class org.apache.maven.plugin.checkstyle.exec.CheckstyleReportListenerTest
[ERROR] /F:/jenkins/jenkins-slave/workspace/maven-plugins-windows/maven-checkstyle-plugin/src/test/java/org/apache/maven/plugin/checkstyle/exec/CheckstyleReportListenerTest.java:[103,9] cannot find symbol
  symbol:   class CheckstyleReportListener
  location: class org.apache.maven.plugin.checkstyle.exec.CheckstyleReportListenerTest
[ERROR] /F:/jenkins/jenkins-slave/workspace/maven-plugins-windows/maven-checkstyle-plugin/src/test/java/org/apache/maven/plugin/checkstyle/exec/CheckstyleReportListenerTest.java:[146,15] cannot find symbol
  symbol:   class CheckstyleReportListener
  location: class org.apache.maven.plugin.checkstyle.exec.CheckstyleReportListenerTest
[ERROR] /F:/jenkins/jenkins-slave/workspace/maven-plugins-windows/maven-checkstyle-plugin/src/test/java/org/apache/maven/plugin/checkstyle/exec/CheckstyleReportListenerTest.java:[154,15] cannot find symbol
  symbol:   class CheckstyleReportListener
  location: class org.apache.maven.plugin.checkstyle.exec.CheckstyleReportListenerTest
[ERROR] /F:/jenkins/jenkins-slave/workspace/maven-plugins-windows/maven-checkstyle-plugin/src/test/java/org/apache/maven/plugin/checkstyle/exec/CheckstyleReportListenerTest.java:[162,15] cannot find symbol
  symbol:   class CheckstyleReportListener
  location: class org.apache.maven.plugin.checkstyle.exec.CheckstyleReportListenerTest
[ERROR] /F:/jenkins/jenkins-slave/workspace/maven-plugins-windows/maven-checkstyle-plugin/src/test/java/org/apache/maven/plugin/checkstyle/exec/CheckstyleReportListenerTest.java:[170,15] cannot find symbol
  symbol:   class CheckstyleReportListener
  location: class org.apache.maven.plugin.checkstyle.exec.CheckstyleReportListenerTest
[ERROR] /F:/jenkins/jenkins-slave/workspace/maven-plugins-windows/maven-checkstyle-plugin/src/test/java/org/apache/maven/plugin/checkstyle/exec/CheckstyleReportListenerTest.java:[178,15] cannot find symbol
  symbol:   class CheckstyleReportListener
  location: class org.apache.maven.plugin.checkstyle.exec.CheckstyleReportListenerTest
[INFO] 28 errors 
[INFO] -------------------------------------------------------------

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

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