You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mina.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2011/11/30 21:56:23 UTC

Build failed in Jenkins: MINA-trunk-jdk1.6-windows #86

See <https://builds.apache.org/job/MINA-trunk-jdk1.6-windows/86/changes>

Changes:

[jvermillard] fixing NPE on write request without futures

------------------------------------------
Started by an SCM change
Building remotely on windows1
Updating https://svn.apache.org/repos/asf/mina/trunk
U         core\src\main\java\org\apache\mina\transport\tcp\NioSelectorProcessor.java
At revision 1208773
Parsing POMs
Modules changed, recalculating dependency graph
[trunk] $ f:\hudson\tools\java\latest-1.6-64/bin/java -Xmx512M -cp f:\hudson\hudson-slave\maven3-agent.jar;f:\hudson\tools\maven\latest\boot\plexus-classworlds-2.4.jar org.jvnet.hudson.maven3.agent.Maven3Main f:\hudson\tools\maven\latest C:\Users\hudson\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\39\4bb6b7e7-1719b1e8 f:\hudson\hudson-slave\maven3-interceptor.jar 63014
<===[JENKINS REMOTING CAPACITY]===>channel started
   Executing Maven:  -B -f <https://builds.apache.org/job/MINA-trunk-jdk1.6-windows/ws/trunk\pom.xml> clean install -Pserial
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Apache MINA
[INFO] Apache MINA Core
[INFO] Apache MINA HTTP
[INFO] Apache MINA LDAP
[INFO] Apache MINA examples
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA 3.0.0-M1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ mina-parent ---
[INFO] Deleting <https://builds.apache.org/job/MINA-trunk-jdk1.6-windows/ws/trunk\target>
ignoring exception during new ExecutedMojo null
[INFO] 
[INFO] --- maven-source-plugin:2.1.1:jar (attach-source) @ mina-parent ---
[JENKINS] cobertura-maven-plugin already configured with xml reports enabled
[INFO] 
[INFO] --- cobertura-maven-plugin:2.4:instrument (default) @ mina-parent ---
[INFO] Not executing cobertura:instrument as the project is not a Java classpath-capable package
[JENKINS] Archiving <https://builds.apache.org/job/MINA-trunk-jdk1.6-windows/ws/trunk\pom.xml> to /home/hudson/hudson/jobs/MINA-trunk-jdk1.6-windows/modules/org.apache.mina$mina-parent/builds/2011-11-30_20-56-08/archive/org.apache.mina/mina-parent/3.0.0-M1-SNAPSHOT/mina-parent-3.0.0-M1-SNAPSHOT.pom
[JENKINS] cobertura-maven-plugin already configured with xml reports enabled
[INFO] 
[INFO] --- cobertura-maven-plugin:2.4:cobertura (default) @ mina-parent ---
[INFO] Not executing cobertura:report as the cobertura data file (<https://builds.apache.org/job/MINA-trunk-jdk1.6-windows/ws/trunk\target\cobertura\cobertura.ser)> could not be found
[JENKINS] Cobertura report not generated (probably this module is not a java module)
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ mina-parent ---
[INFO] Installing <https://builds.apache.org/job/MINA-trunk-jdk1.6-windows/ws/trunk\pom.xml> to C:\Users\hudson\.m2\repository\org\apache\mina\mina-parent\3.0.0-M1-SNAPSHOT\mina-parent-3.0.0-M1-SNAPSHOT.pom
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA Core 3.0.0-M1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ mina-core ---
[INFO] Deleting F:\hudson\hudson-slave\workspace\MINA-trunk-jdk1.6-windows\trunk\core\target
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ mina-core ---
[debug] execute contextualize
[WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory F:\hudson\hudson-slave\workspace\MINA-trunk-jdk1.6-windows\trunk\core\src\main\resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ mina-core ---
[INFO] Compiling 56 source files to F:\hudson\hudson-slave\workspace\MINA-trunk-jdk1.6-windows\trunk\core\target\classes
[JENKINS] Archiving F:\hudson\hudson-slave\workspace\MINA-trunk-jdk1.6-windows\trunk\core\pom.xml to /home/hudson/hudson/jobs/MINA-trunk-jdk1.6-windows/modules/org.apache.mina$mina-core/builds/2011-11-30_20-56-08/archive/org.apache.mina/mina-core/3.0.0-M1-SNAPSHOT/mina-core-3.0.0-M1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] Apache MINA ....................................... SUCCESS [5.045s]
[INFO] Apache MINA Core .................................. FAILURE [4.463s]
[INFO] Apache MINA HTTP .................................. SKIPPED
[INFO] Apache MINA LDAP .................................. SKIPPED
[INFO] Apache MINA examples .............................. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 12.049s
[INFO] Finished at: Wed Nov 30 20:56:22 GMT 2011
[INFO] Final Memory: 11M/75M
[INFO] ------------------------------------------------------------------------
mavenExecutionResult exceptions not empty
message : Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project mina-core: Compilation failure
cause : Compilation failure
Stack trace : 
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project mina-core: Compilation failure
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)[WARNING] The requested profile "serial" could not be activated because it does not exist.

	at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:79)
	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.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
	at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:158)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:122)
	at hudson.maven.Maven3Builder.call(Maven3Builder.java:74)
	at hudson.remoting.UserRequest.perform(UserRequest.java:118)
	at hudson.remoting.UserRequest.perform(UserRequest.java:48)
	at hudson.remoting.Request$2.run(Request.java:287)
	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:662)
Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation failure
	at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:516)
	at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:114)
	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:107)
	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
	... 27 more
Sending e-mails to: commits@mina.apache.org
channel stopped
Skipping Cobertura coverage report as build was not UNSTABLE or better ...


Jenkins build is back to normal : MINA-trunk-jdk1.6-windows #87

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/MINA-trunk-jdk1.6-windows/87/changes>