You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2011/07/20 10:56:38 UTC

Build failed in Jenkins: ServiceMix3 » ServiceMix :: Core #155

See <https://builds.apache.org/job/ServiceMix3/org.apache.servicemix$servicemix-core/155/changes>

Changes:

[jbonofre] [SM-2048] Use slf4j as default logging system in place of commons-logging.

------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] Building ServiceMix :: Core
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting file set: <https://builds.apache.org/job/ServiceMix3/org.apache.servicemix$servicemix-core/ws/target> (included: [**], excluded: [])
[INFO] snapshot org.apache.servicemix:servicemix-utils:1.5.0-SNAPSHOT: checking for updates from smx.m2-repo
[INFO] snapshot org.apache.servicemix:servicemix-utils:1.5.0-SNAPSHOT: checking for updates from java.net
[INFO] snapshot org.apache.servicemix:servicemix-utils:1.5.0-SNAPSHOT: checking for updates from jboss
[INFO] snapshot org.apache.servicemix:servicemix-utils:1.5.0-SNAPSHOT: checking for updates from apache.snapshots
Downloading: http://repository.apache.org/snapshots/org/apache/servicemix/servicemix-utils/1.5.0-SNAPSHOT/servicemix-utils-1.5.0-20110716.041523-21.pom
16K downloaded  (servicemix-utils-1.5.0-20110716.041523-21.pom)
[WARNING] While downloading ant:ant:1.7.0
  This artifact has been relocated to org.apache.ant:ant:1.7.0.


Downloading: http://repository.apache.org/snapshots/org/apache/servicemix/servicemix-utils/1.5.0-SNAPSHOT/servicemix-utils-1.5.0-20110716.041523-21.jar
234K downloaded  (servicemix-utils-1.5.0-20110716.041523-21.jar)
[INFO] [checkstyle:checkstyle {execution: validate}]
[INFO] Starting audit...
<https://builds.apache.org/job/ServiceMix3/org.apache.servicemix$servicemix-core/ws/src/main/java/org/apache/servicemix/jbi/nmr/flow/AbstractFlow.java>:54:21: 'static' modifier out of order with the JLS suggestions.
<https://builds.apache.org/job/ServiceMix3/org.apache.servicemix$servicemix-core/ws/src/main/java/org/apache/servicemix/jbi/util/DOMUtil.java>:36: Wrong order for 'org.w3c.dom.Attr' import.
<https://builds.apache.org/job/ServiceMix3/org.apache.servicemix$servicemix-core/ws/src/main/java/org/apache/servicemix/jbi/util/FileVersionUtil.java>:22: Wrong order for 'java.io.File' import.
Audit done.

[JENKINS] Archiving <https://builds.apache.org/job/ServiceMix3/org.apache.servicemix$servicemix-core/ws/pom.xml> to /home/hudson/hudson/jobs/ServiceMix3/modules/org.apache.servicemix$servicemix-core/builds/2011-07-20_08-56-08/archive/org.apache.servicemix/servicemix-core/3.4-SNAPSHOT/servicemix-core-3.4-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] An error has occurred in Checkstyle report generation.

Embedded error: There are 3 checkstyle errors.
[INFO] ------------------------------------------------------------------------
[INFO] Trace
org.apache.maven.lifecycle.LifecycleExecutionException: An error has occurred in Checkstyle report generation.
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:719)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:556)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:535)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:387)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:348)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:180)
	at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:65)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:328)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:138)
	at org.apache.maven.cli.MavenCli.main(MavenCli.java:362)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
	at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
	at hudson.maven.agent.Main.launch(Main.java:185)
	at hudson.maven.MavenBuilder.call(MavenBuilder.java:164)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:987)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:918)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:270)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
	at java.util.concurrent.FutureTask.run(FutureTask.java:138)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
	at java.lang.Thread.run(Thread.java:619)
Caused by: org.apache.maven.plugin.MojoExecutionException: An error has occurred in Checkstyle report generation.
	at org.apache.maven.reporting.AbstractMavenReport.execute(AbstractMavenReport.java:79)
	at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:490)
	at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:182)
	at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:694)
	... 28 more
Caused by: org.apache.maven.reporting.MavenReportException: There are 3 checkstyle errors.
	at org.apache.maven.plugin.checkstyle.CheckstyleReport.executeCheckstyle(CheckstyleReport.java:955)
	at org.apache.maven.plugin.checkstyle.CheckstyleReport.executeReport(CheckstyleReport.java:635)
	at org.apache.maven.reporting.AbstractMavenReport.generate(AbstractMavenReport.java:98)
	at org.apache.maven.reporting.AbstractMavenReport.execute(AbstractMavenReport.java:73)
	... 31 more
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 22 seconds
[INFO] Finished at: Wed Jul 20 08:50:12 UTC 2011
[INFO] Final Memory: 77M/241M
[INFO] ------------------------------------------------------------------------
Waiting for Jenkins to finish collecting data


Jenkins build is back to normal : ServiceMix3 » ServiceMix :: Core #156

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/ServiceMix3/org.apache.servicemix$servicemix-core/156/changes>