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/09/19 13:30:02 UTC

Build failed in Jenkins: MINA-trunk-jdk1.6-ubuntu #268

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

Changes:

[jvermillard] Unit testing for chain

[jvermillard] unit test fix

------------------------------------------
Started by user jvermillard
Building remotely on ubuntu3
Updating https://svn.apache.org/repos/asf/mina/trunk
D         http/src/test/java/org/apache/mina/http/HttpTest.java
U         core/src/test/java/org/apache/mina/session/AbstractIoSessionTest.java
D         core/src/test/java/org/apache/mina/filterchain/DefaultIoFilterChainTest.java
A         core/src/test/java/org/apache/mina/filterchain/DefaultIoFilterControllerTest.java
D         core/src/test/java/org/apache/mina/transport/socket/nio
U         core/src/main/java/org/apache/mina/service/SelectorStrategy.java
U         core/src/main/java/org/apache/mina/filterchain/IoFilterController.java
U         core/src/main/java/org/apache/mina/filterchain/DefaultIoFilterController.java
AU        core/src/main/java/org/apache/mina/api/DefaultIoFilter.java
U         core/src/main/java/org/apache/mina/transport/tcp/NioSelectorProcessor.java
U         pom.xml
A         examples
A         examples/src
A         examples/src/test
A         examples/src/test/java
A         examples/src/test/resources
A         examples/src/main
A         examples/src/main/java
A         examples/src/main/java/org
A         examples/src/main/java/org/apache
A         examples/src/main/java/org/apache/mina
A         examples/src/main/java/org/apache/mina/examples
A         examples/src/main/java/org/apache/mina/examples/http
A         examples/src/main/java/org/apache/mina/examples/http/HttpTest.java
A         examples/src/main/java/org/apache/mina/examples/echoserver
A         examples/src/main/java/org/apache/mina/examples/echoserver/NioEchoServer.java
A         examples/src/main/resources
AU        examples/src/main/resources/log4j.properties
AU        examples/pom.xml
At revision 1172571
Parsing POMs
Modules changed, recalculating dependency graph
[trunk] $ /home/hudson/tools/java/latest1.6/bin/java -cp /home/jenkins/jenkins-slave/maven-agent.jar:/home/jenkins/jenkins-slave/classworlds.jar hudson.maven.agent.Main /home/hudson/tools/maven/latest /x1/jenkins/jenkins-slave/slave.jar /home/jenkins/jenkins-slave/maven-interceptor.jar 55147 /home/jenkins/jenkins-slave/maven2.1-interceptor.jar
<===[JENKINS REMOTING CAPACITY]===>   channel started
Executing Maven:  -B -f <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/pom.xml> clean install -Pserial
[INFO] Scanning for projects...
[WARNING] 
	Profile with id: 'serial' has not been activated.

[INFO] Reactor build order: 
[INFO]   Apache MINA
[INFO]   Apache MINA Core
[INFO]   Apache MINA HTTP
[INFO]   Apache MINA examples
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: attach-source}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/pom.xml> to /home/jenkins/.m2/repository/org/apache/mina/mina-parent/3.0.0-M1-SNAPSHOT/mina-parent-3.0.0-M1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/pom.xml> to /home/hudson/hudson/jobs/MINA-trunk-jdk1.6-ubuntu/modules/org.apache.mina$mina-parent/builds/2011-09-19_11-29-38/archive/org.apache.mina/mina-parent/3.0.0-M1-SNAPSHOT/mina-parent-3.0.0-M1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA Core
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/core/target>
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/core/src/main/resources>
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 45 source files to <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/core/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 3 source files to <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/core/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/core/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.mina.util.AbstractIoFutureTest
[11:29:52] DEBUG [org.apache.mina.util.AbstractIoFuture] - registering listener Mock for IoFutureListener, hashCode: 6349096
[11:29:52] DEBUG [org.apache.mina.util.AbstractIoFuture] - future is not done, adding listener to listener set
[11:29:52] DEBUG [org.apache.mina.util.AbstractIoFuture] - Calling the default result scheduler
[11:29:52] DEBUG [org.apache.mina.util.AbstractIoFuture] - registering listener Mock for IoFutureListener, hashCode: 6330655
[11:29:52] DEBUG [org.apache.mina.util.AbstractIoFuture] - future is done calling listener
[11:29:52] DEBUG [org.apache.mina.util.AbstractIoFuture] - Calling the default result scheduler
[11:29:53] DEBUG [org.apache.mina.util.AbstractIoFuture] - registering listener Mock for IoFutureListener, hashCode: 16022517
[11:29:53] DEBUG [org.apache.mina.util.AbstractIoFuture] - future is not done, adding listener to listener set
[11:29:53] DEBUG [org.apache.mina.util.AbstractIoFuture] - Calling the default exception scheduler
[11:29:53] DEBUG [org.apache.mina.util.AbstractIoFuture] - registering listener Mock for IoFutureListener, hashCode: 30214280
[11:29:53] DEBUG [org.apache.mina.util.AbstractIoFuture] - future is done calling listener
[11:29:53] DEBUG [org.apache.mina.util.AbstractIoFuture] - Calling the default exception scheduler
[11:29:54] DEBUG [org.apache.mina.util.AbstractIoFuture] - Attempting to cancel
[11:29:54] DEBUG [org.apache.mina.util.AbstractIoFuture] - Successfully cancelled
[11:29:54] DEBUG [org.apache.mina.util.AbstractIoFuture] - Calling listeners
[11:29:54] DEBUG [org.apache.mina.util.AbstractIoFuture] - Attempting to cancel
[11:29:54] DEBUG [org.apache.mina.util.AbstractIoFuture] - Unable to cancel
[11:29:54] DEBUG [org.apache.mina.util.AbstractIoFuture] - Attempting to cancel
[11:29:54] DEBUG [org.apache.mina.util.AbstractIoFuture] - Unable to cancel
[11:29:54] DEBUG [org.apache.mina.util.AbstractIoFuture] - Attempting to cancel
[11:29:54] DEBUG [org.apache.mina.util.AbstractIoFuture] - Unable to cancel
[11:29:54] DEBUG [org.apache.mina.util.AbstractIoFuture] - registering listener Mock for IoFutureListener, hashCode: 1696092
[11:29:54] DEBUG [org.apache.mina.util.AbstractIoFuture] - future is not done, adding listener to listener set
[11:29:54] DEBUG [org.apache.mina.util.AbstractIoFuture] - Attempting to cancel
[11:29:54] DEBUG [org.apache.mina.util.AbstractIoFuture] - Successfully cancelled
[11:29:54] DEBUG [org.apache.mina.util.AbstractIoFuture] - Calling listeners
[11:29:54] DEBUG [org.apache.mina.util.AbstractIoFuture] - Calling the default exception scheduler
[11:29:54] DEBUG [org.apache.mina.util.AbstractIoFuture] - Attempting to cancel
[11:29:54] DEBUG [org.apache.mina.util.AbstractIoFuture] - Successfully cancelled
[11:29:54] DEBUG [org.apache.mina.util.AbstractIoFuture] - Calling listeners
[11:29:54] DEBUG [org.apache.mina.util.AbstractIoFuture] - registering listener Mock for IoFutureListener, hashCode: 2165595
[11:29:54] DEBUG [org.apache.mina.util.AbstractIoFuture] - future is done calling listener
[11:29:54] DEBUG [org.apache.mina.util.AbstractIoFuture] - Calling the default exception scheduler
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.305 sec
Running org.apache.mina.filterchain.DefaultIoFilterControllerTest
[11:29:54] DEBUG [org.apache.mina.filterchain.DefaultIoFilterController] - processing message 'Mock for ByteBuffer, hashCode: 11688861' received event 
[11:29:54] DEBUG [org.apache.mina.filterchain.DefaultIoFilterController] - processing message 'Mock for ByteBuffer, hashCode: 25948274' writing event 
[11:29:54] DEBUG [org.apache.mina.filterchain.DefaultIoFilterController] - calling next filter for writing for message 'Mock for ByteBuffer, hashCode: 25948274' position : 2
[11:29:54] DEBUG [org.apache.mina.filterchain.DefaultIoFilterController] - calling next filter for writing for message 'Mock for ByteBuffer, hashCode: 25948274' position : 1
[11:29:54] DEBUG [org.apache.mina.filterchain.DefaultIoFilterController] - calling next filter for writing for message 'Mock for ByteBuffer, hashCode: 25948274' position : 0
[11:29:54] DEBUG [org.apache.mina.filterchain.DefaultIoFilterController] - end of write chan we enqueue the message in the session : Mock for ByteBuffer, hashCode: 25948274
[11:29:54] DEBUG [org.apache.mina.filterchain.DefaultIoFilterController] - processing session created event
[11:29:54] DEBUG [org.apache.mina.filterchain.DefaultIoFilterController] - processing session open event
[11:29:54] DEBUG [org.apache.mina.filterchain.DefaultIoFilterController] - processing session closed event
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 sec
Running org.apache.mina.session.AbstractIoSessionTest
Tests run: 3, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.026 sec <<< FAILURE!

Results :

Tests in error: 
  testGetId(org.apache.mina.session.AbstractIoSessionTest)
  testCreationTime(org.apache.mina.session.AbstractIoSessionTest)
  testAttachment(org.apache.mina.session.AbstractIoSessionTest)

Tests run: 24, Failures: 0, Errors: 3, Skipped: 0

[ERROR] There are test failures.

Please refer to <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/core/target/surefire-reports> for the individual test results.
[JENKINS] Recording test results
log4j:WARN No appenders could be found for logger (org.apache.commons.beanutils.converters.BooleanConverter).
log4j:WARN Please initialize the log4j system properly.
[INFO] [bundle:bundle {execution: default-bundle}]
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: attach-source}]
[INFO] Building jar: <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/core/target/mina-core-3.0.0-M1-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/core/target/mina-core-3.0.0-M1-SNAPSHOT.jar> to /home/jenkins/.m2/repository/org/apache/mina/mina-core/3.0.0-M1-SNAPSHOT/mina-core-3.0.0-M1-SNAPSHOT.jar
[INFO] Installing <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/core/target/mina-core-3.0.0-M1-SNAPSHOT-sources.jar> to /home/jenkins/.m2/repository/org/apache/mina/mina-core/3.0.0-M1-SNAPSHOT/mina-core-3.0.0-M1-SNAPSHOT-sources.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/jenkins/.m2/repository/repository.xml
[INFO] Installing org/apache/mina/mina-core/3.0.0-M1-SNAPSHOT/mina-core-3.0.0-M1-SNAPSHOT.jar
[INFO] Writing OBR metadata
[JENKINS] Archiving <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/core/pom.xml> to /home/hudson/hudson/jobs/MINA-trunk-jdk1.6-ubuntu/modules/org.apache.mina$mina-core/builds/2011-09-19_11-29-38/archive/org.apache.mina/mina-core/3.0.0-M1-SNAPSHOT/mina-core-3.0.0-M1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/core/target/mina-core-3.0.0-M1-SNAPSHOT.jar> to /home/hudson/hudson/jobs/MINA-trunk-jdk1.6-ubuntu/modules/org.apache.mina$mina-core/builds/2011-09-19_11-29-38/archive/org.apache.mina/mina-core/3.0.0-M1-SNAPSHOT/mina-core-3.0.0-M1-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/core/target/mina-core-3.0.0-M1-SNAPSHOT-sources.jar> to /home/hudson/hudson/jobs/MINA-trunk-jdk1.6-ubuntu/modules/org.apache.mina$mina-core/builds/2011-09-19_11-29-38/archive/org.apache.mina/mina-core/3.0.0-M1-SNAPSHOT/mina-core-3.0.0-M1-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA HTTP
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/http/target>
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/http/src/main/resources>
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 16 source files to <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/http/target/classes>
[JENKINS] Archiving <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/http/pom.xml> to /home/hudson/hudson/jobs/MINA-trunk-jdk1.6-ubuntu/modules/org.apache.mina$mina-http/builds/2011-09-19_11-29-38/archive/org.apache.mina/mina-http/3.0.0-M1-SNAPSHOT/mina-http-3.0.0-M1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
<https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/http/src/main/java/org/apache/mina/http/HttpServerCodec.java>:[131,48] type parameters of <T>T cannot be determined; no unique maximal instance exists for type variable T with upper bounds int,java.lang.Object


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 16 seconds
[INFO] Finished at: Mon Sep 19 11:30:02 UTC 2011
[INFO] Final Memory: 34M/311M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: commits@mina.apache.org
channel stopped


Jenkins build is back to normal : MINA-trunk-jdk1.6-ubuntu #271

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



Build failed in Jenkins: MINA-trunk-jdk1.6-ubuntu #270

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

------------------------------------------
Started by user jvermillard
Building remotely on ubuntu2
Updating https://svn.apache.org/repos/asf/mina/trunk
U         core/src/test/java/org/apache/mina/session/AbstractIoSessionTest.java
D         core/src/test/java/org/apache/mina/filterchain/DefaultIoFilterChainTest.java
A         core/src/test/java/org/apache/mina/filterchain/DefaultIoFilterControllerTest.java
U         core/src/main/java/org/apache/mina/service/SelectorStrategy.java
U         core/src/main/java/org/apache/mina/filterchain/IoFilterController.java
U         core/src/main/java/org/apache/mina/filterchain/DefaultIoFilterController.java
AU        core/src/main/java/org/apache/mina/api/DefaultIoFilter.java
U         core/src/main/java/org/apache/mina/transport/tcp/NioSelectorProcessor.java
At revision 1172579
no change for https://svn.apache.org/repos/asf/mina/trunk since the previous build
 your Apache Maven build is setup to use a config with id  but cannot find the config
 your Apache Maven build is setup to use a global settings config with id  but cannot find the config
Parsing POMs
Modules changed, recalculating dependency graph
[trunk] $ /home/hudson/hudson-slave/tools/jdk6-u26-auto-install/bin/java -cp /home/hudson/hudson-slave/maven-agent.jar:/home/hudson/hudson-slave/classworlds.jar hudson.maven.agent.Main /home/hudson/tools/maven/latest /home/hudson/hudson-slave/slave.jar /home/hudson/hudson-slave/maven-interceptor.jar 48716 /home/hudson/hudson-slave/maven2.1-interceptor.jar
<===[JENKINS REchannel started
MOTING CAPACITY]===>   Executing Maven:  -B -f <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/pom.xml> clean install -Pserial
[INFO] Scanning for projects...
[WARNING] 
	Profile with id: 'serial' has not been activated.

[INFO] Reactor build order: 
[INFO]   Apache MINA
[INFO]   Apache MINA Core
[INFO]   Apache MINA HTTP
[INFO]   Apache MINA examples
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: attach-source}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/pom.xml> to /home/hudson/.m2/repository/org/apache/mina/mina-parent/3.0.0-M1-SNAPSHOT/mina-parent-3.0.0-M1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/pom.xml> to /home/hudson/hudson/jobs/MINA-trunk-jdk1.6-ubuntu/modules/org.apache.mina$mina-parent/builds/2011-09-19_11-54-03/archive/org.apache.mina/mina-parent/3.0.0-M1-SNAPSHOT/mina-parent-3.0.0-M1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA Core
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/core/target>
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/core/src/main/resources>
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 45 source files to <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/core/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 3 source files to <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/core/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/core/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.mina.util.AbstractIoFutureTest
[11:54:47] DEBUG [org.apache.mina.util.AbstractIoFuture] - registering listener Mock for IoFutureListener, hashCode: 898315108
[11:54:47] DEBUG [org.apache.mina.util.AbstractIoFuture] - future is not done, adding listener to listener set
[11:54:47] DEBUG [org.apache.mina.util.AbstractIoFuture] - Calling the default result scheduler
[11:54:47] DEBUG [org.apache.mina.util.AbstractIoFuture] - registering listener Mock for IoFutureListener, hashCode: 591786211
[11:54:47] DEBUG [org.apache.mina.util.AbstractIoFuture] - future is done calling listener
[11:54:47] DEBUG [org.apache.mina.util.AbstractIoFuture] - Calling the default result scheduler
[11:54:48] DEBUG [org.apache.mina.util.AbstractIoFuture] - registering listener Mock for IoFutureListener, hashCode: 634194056
[11:54:48] DEBUG [org.apache.mina.util.AbstractIoFuture] - future is not done, adding listener to listener set
[11:54:48] DEBUG [org.apache.mina.util.AbstractIoFuture] - Calling the default exception scheduler
[11:54:48] DEBUG [org.apache.mina.util.AbstractIoFuture] - registering listener Mock for IoFutureListener, hashCode: 815578443
[11:54:48] DEBUG [org.apache.mina.util.AbstractIoFuture] - future is done calling listener
[11:54:48] DEBUG [org.apache.mina.util.AbstractIoFuture] - Calling the default exception scheduler
[11:54:49] DEBUG [org.apache.mina.util.AbstractIoFuture] - Attempting to cancel
[11:54:49] DEBUG [org.apache.mina.util.AbstractIoFuture] - Successfully cancelled
[11:54:49] DEBUG [org.apache.mina.util.AbstractIoFuture] - Calling listeners
[11:54:49] DEBUG [org.apache.mina.util.AbstractIoFuture] - Attempting to cancel
[11:54:49] DEBUG [org.apache.mina.util.AbstractIoFuture] - Unable to cancel
[11:54:49] DEBUG [org.apache.mina.util.AbstractIoFuture] - Attempting to cancel
[11:54:49] DEBUG [org.apache.mina.util.AbstractIoFuture] - Unable to cancel
[11:54:49] DEBUG [org.apache.mina.util.AbstractIoFuture] - Attempting to cancel
[11:54:49] DEBUG [org.apache.mina.util.AbstractIoFuture] - Unable to cancel
[11:54:49] DEBUG [org.apache.mina.util.AbstractIoFuture] - registering listener Mock for IoFutureListener, hashCode: 169937755
[11:54:49] DEBUG [org.apache.mina.util.AbstractIoFuture] - future is not done, adding listener to listener set
[11:54:49] DEBUG [org.apache.mina.util.AbstractIoFuture] - Attempting to cancel
[11:54:49] DEBUG [org.apache.mina.util.AbstractIoFuture] - Successfully cancelled
[11:54:49] DEBUG [org.apache.mina.util.AbstractIoFuture] - Calling listeners
[11:54:49] DEBUG [org.apache.mina.util.AbstractIoFuture] - Calling the default exception scheduler
[11:54:49] DEBUG [org.apache.mina.util.AbstractIoFuture] - Attempting to cancel
[11:54:49] DEBUG [org.apache.mina.util.AbstractIoFuture] - Successfully cancelled
[11:54:49] DEBUG [org.apache.mina.util.AbstractIoFuture] - Calling listeners
[11:54:49] DEBUG [org.apache.mina.util.AbstractIoFuture] - registering listener Mock for IoFutureListener, hashCode: 890594303
[11:54:49] DEBUG [org.apache.mina.util.AbstractIoFuture] - future is done calling listener
[11:54:49] DEBUG [org.apache.mina.util.AbstractIoFuture] - Calling the default exception scheduler
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.419 sec
Running org.apache.mina.filterchain.DefaultIoFilterControllerTest
[11:54:49] DEBUG [org.apache.mina.filterchain.DefaultIoFilterController] - processing message 'Mock for ByteBuffer, hashCode: 1747698677' received event 
[11:54:49] DEBUG [org.apache.mina.filterchain.DefaultIoFilterController] - processing message 'Mock for ByteBuffer, hashCode: 1144051757' writing event 
[11:54:49] DEBUG [org.apache.mina.filterchain.DefaultIoFilterController] - calling next filter for writing for message 'Mock for ByteBuffer, hashCode: 1144051757' position : 2
[11:54:49] DEBUG [org.apache.mina.filterchain.DefaultIoFilterController] - calling next filter for writing for message 'Mock for ByteBuffer, hashCode: 1144051757' position : 1
[11:54:49] DEBUG [org.apache.mina.filterchain.DefaultIoFilterController] - calling next filter for writing for message 'Mock for ByteBuffer, hashCode: 1144051757' position : 0
[11:54:49] DEBUG [org.apache.mina.filterchain.DefaultIoFilterController] - end of write chan we enqueue the message in the session : Mock for ByteBuffer, hashCode: 1144051757
[11:54:49] DEBUG [org.apache.mina.filterchain.DefaultIoFilterController] - processing session created event
[11:54:49] DEBUG [org.apache.mina.filterchain.DefaultIoFilterController] - processing session open event
[11:54:49] DEBUG [org.apache.mina.filterchain.DefaultIoFilterController] - processing session closed event
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.089 sec
Running org.apache.mina.session.AbstractIoSessionTest
[11:54:49] DEBUG [org.apache.mina.session.AbstractIoSession] - Created new session with id : 0
[11:54:49] DEBUG [org.apache.mina.session.AbstractIoSession] - Created new session with id : 1
[11:54:49] DEBUG [org.apache.mina.session.AbstractIoSession] - Created new session with id : 2
[11:54:49] DEBUG [org.apache.mina.session.AbstractIoSession] - Created new session with id : 3
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec

Results :

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

[JENKINS] Recording test results
log4j:WARN No appenders could be found for logger (org.apache.commons.beanutils.converters.BooleanConverter).
log4j:WARN Please initialize the log4j system properly.
[INFO] [bundle:bundle {execution: default-bundle}]
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: attach-source}]
[INFO] Building jar: <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/core/target/mina-core-3.0.0-M1-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/core/target/mina-core-3.0.0-M1-SNAPSHOT.jar> to /home/hudson/.m2/repository/org/apache/mina/mina-core/3.0.0-M1-SNAPSHOT/mina-core-3.0.0-M1-SNAPSHOT.jar
[INFO] Installing <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/core/target/mina-core-3.0.0-M1-SNAPSHOT-sources.jar> to /home/hudson/.m2/repository/org/apache/mina/mina-core/3.0.0-M1-SNAPSHOT/mina-core-3.0.0-M1-SNAPSHOT-sources.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/hudson/.m2/repository/repository.xml
[Fatal Error] repository.xml:3:1: Premature end of file.
org.xml.sax.SAXParseException: Premature end of file.
	at com.sun.org.apache.xerces.internal.parsers.DOMParser.parse(DOMParser.java:249)
	at com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:284)
	at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:208)
	at org.apache.felix.obrplugin.ObrUpdate.parseFile(ObrUpdate.java:347)
	at org.apache.felix.obrplugin.ObrUpdate.parseRepositoryXml(ObrUpdate.java:324)
	at org.apache.felix.obrplugin.ObrInstall.execute(ObrInstall.java:140)
	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)
	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:160)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:1064)
	at hudson.maven.MavenModuleSetBuild$Builder.call(MavenModuleSetBuild.java:995)
	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)
[INFO] Writing OBR metadata
[JENKINS] Archiving <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/core/pom.xml> to /home/hudson/hudson/jobs/MINA-trunk-jdk1.6-ubuntu/modules/org.apache.mina$mina-core/builds/2011-09-19_11-54-03/archive/org.apache.mina/mina-core/3.0.0-M1-SNAPSHOT/mina-core-3.0.0-M1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/core/target/mina-core-3.0.0-M1-SNAPSHOT.jar> to /home/hudson/hudson/jobs/MINA-trunk-jdk1.6-ubuntu/modules/org.apache.mina$mina-core/builds/2011-09-19_11-54-03/archive/org.apache.mina/mina-core/3.0.0-M1-SNAPSHOT/mina-core-3.0.0-M1-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/core/target/mina-core-3.0.0-M1-SNAPSHOT-sources.jar> to /home/hudson/hudson/jobs/MINA-trunk-jdk1.6-ubuntu/modules/org.apache.mina$mina-core/builds/2011-09-19_11-54-03/archive/org.apache.mina/mina-core/3.0.0-M1-SNAPSHOT/mina-core-3.0.0-M1-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA HTTP
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/http/target>
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/http/src/main/resources>
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 16 source files to <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/http/target/classes>
[JENKINS] Archiving <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/http/pom.xml> to /home/hudson/hudson/jobs/MINA-trunk-jdk1.6-ubuntu/modules/org.apache.mina$mina-http/builds/2011-09-19_11-54-03/archive/org.apache.mina/mina-http/3.0.0-M1-SNAPSHOT/mina-http-3.0.0-M1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
<https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/http/src/main/java/org/apache/mina/http/HttpServerCodec.java>:[131,48] type parameters of <T>T cannot be determined; no unique maximal instance exists for type variable T with upper bounds int,java.lang.Object


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 44 seconds
[INFO] Finished at: Mon Sep 19 11:55:16 UTC 2011
[INFO] Final Memory: 38M/494M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: commits@mina.apache.org
channel stopped


Build failed in Jenkins: MINA-trunk-jdk1.6-ubuntu #269

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

Changes:

[jvermillard] fix test fix..

------------------------------------------
Started by user jvermillard
Building remotely on ubuntu3
Updating https://svn.apache.org/repos/asf/mina/trunk
U         core/src/test/java/org/apache/mina/session/AbstractIoSessionTest.java
At revision 1172573
Parsing POMs
Modules changed, recalculating dependency graph
[trunk] $ /home/hudson/tools/java/latest1.6/bin/java -cp /home/jenkins/jenkins-slave/maven-agent.jar:/home/jenkins/jenkins-slave/classworlds.jar hudson.maven.agent.Main /home/hudson/tools/maven/latest /x1/jenkins/jenkins-slave/slave.jar /home/jenkins/jenkins-slave/maven-interceptor.jar 35946 /home/jenkins/jenkins-slave/maven2.1-interceptor.jar
<===[JENKINS REMOTING CAPACITY]===>channel started
   Executing Maven:  -B -f <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/pom.xml> clean install -Pserial
[INFO] Scanning for projects...
[WARNING] 
	Profile with id: 'serial' has not been activated.

[INFO] Reactor build order: 
[INFO]   Apache MINA
[INFO]   Apache MINA Core
[INFO]   Apache MINA HTTP
[INFO]   Apache MINA examples
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: attach-source}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/pom.xml> to /home/jenkins/.m2/repository/org/apache/mina/mina-parent/3.0.0-M1-SNAPSHOT/mina-parent-3.0.0-M1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/pom.xml> to /home/hudson/hudson/jobs/MINA-trunk-jdk1.6-ubuntu/modules/org.apache.mina$mina-parent/builds/2011-09-19_11-37-06/archive/org.apache.mina/mina-parent/3.0.0-M1-SNAPSHOT/mina-parent-3.0.0-M1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA Core
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/core/target>
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/core/src/main/resources>
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 45 source files to <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/core/target/classes>
[INFO] [resources:testResources {execution: default-testResources}]
[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] Compiling 3 source files to <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/core/target/test-classes>
[INFO] [surefire:test {execution: default-test}]
[INFO] Surefire report directory: <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/core/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.mina.util.AbstractIoFutureTest
[11:37:18] DEBUG [org.apache.mina.util.AbstractIoFuture] - registering listener Mock for IoFutureListener, hashCode: 5442802
[11:37:18] DEBUG [org.apache.mina.util.AbstractIoFuture] - future is not done, adding listener to listener set
[11:37:18] DEBUG [org.apache.mina.util.AbstractIoFuture] - Calling the default result scheduler
[11:37:18] DEBUG [org.apache.mina.util.AbstractIoFuture] - registering listener Mock for IoFutureListener, hashCode: 30472956
[11:37:18] DEBUG [org.apache.mina.util.AbstractIoFuture] - future is done calling listener
[11:37:18] DEBUG [org.apache.mina.util.AbstractIoFuture] - Calling the default result scheduler
[11:37:19] DEBUG [org.apache.mina.util.AbstractIoFuture] - registering listener Mock for IoFutureListener, hashCode: 10272075
[11:37:19] DEBUG [org.apache.mina.util.AbstractIoFuture] - future is not done, adding listener to listener set
[11:37:19] DEBUG [org.apache.mina.util.AbstractIoFuture] - Calling the default exception scheduler
[11:37:19] DEBUG [org.apache.mina.util.AbstractIoFuture] - registering listener Mock for IoFutureListener, hashCode: 25699763
[11:37:19] DEBUG [org.apache.mina.util.AbstractIoFuture] - future is done calling listener
[11:37:19] DEBUG [org.apache.mina.util.AbstractIoFuture] - Calling the default exception scheduler
[11:37:20] DEBUG [org.apache.mina.util.AbstractIoFuture] - Attempting to cancel
[11:37:20] DEBUG [org.apache.mina.util.AbstractIoFuture] - Successfully cancelled
[11:37:20] DEBUG [org.apache.mina.util.AbstractIoFuture] - Calling listeners
[11:37:20] DEBUG [org.apache.mina.util.AbstractIoFuture] - Attempting to cancel
[11:37:20] DEBUG [org.apache.mina.util.AbstractIoFuture] - Unable to cancel
[11:37:20] DEBUG [org.apache.mina.util.AbstractIoFuture] - Attempting to cancel
[11:37:20] DEBUG [org.apache.mina.util.AbstractIoFuture] - Unable to cancel
[11:37:20] DEBUG [org.apache.mina.util.AbstractIoFuture] - Attempting to cancel
[11:37:20] DEBUG [org.apache.mina.util.AbstractIoFuture] - Unable to cancel
[11:37:20] DEBUG [org.apache.mina.util.AbstractIoFuture] - registering listener Mock for IoFutureListener, hashCode: 18179071
[11:37:20] DEBUG [org.apache.mina.util.AbstractIoFuture] - future is not done, adding listener to listener set
[11:37:20] DEBUG [org.apache.mina.util.AbstractIoFuture] - Attempting to cancel
[11:37:20] DEBUG [org.apache.mina.util.AbstractIoFuture] - Successfully cancelled
[11:37:20] DEBUG [org.apache.mina.util.AbstractIoFuture] - Calling listeners
[11:37:20] DEBUG [org.apache.mina.util.AbstractIoFuture] - Calling the default exception scheduler
[11:37:20] DEBUG [org.apache.mina.util.AbstractIoFuture] - Attempting to cancel
[11:37:20] DEBUG [org.apache.mina.util.AbstractIoFuture] - Successfully cancelled
[11:37:20] DEBUG [org.apache.mina.util.AbstractIoFuture] - Calling listeners
[11:37:20] DEBUG [org.apache.mina.util.AbstractIoFuture] - registering listener Mock for IoFutureListener, hashCode: 32533955
[11:37:20] DEBUG [org.apache.mina.util.AbstractIoFuture] - future is done calling listener
[11:37:20] DEBUG [org.apache.mina.util.AbstractIoFuture] - Calling the default exception scheduler
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.275 sec
Running org.apache.mina.filterchain.DefaultIoFilterControllerTest
[11:37:20] DEBUG [org.apache.mina.filterchain.DefaultIoFilterController] - processing message 'Mock for ByteBuffer, hashCode: 25948274' received event 
[11:37:20] DEBUG [org.apache.mina.filterchain.DefaultIoFilterController] - processing message 'Mock for ByteBuffer, hashCode: 20290587' writing event 
[11:37:20] DEBUG [org.apache.mina.filterchain.DefaultIoFilterController] - calling next filter for writing for message 'Mock for ByteBuffer, hashCode: 20290587' position : 2
[11:37:20] DEBUG [org.apache.mina.filterchain.DefaultIoFilterController] - calling next filter for writing for message 'Mock for ByteBuffer, hashCode: 20290587' position : 1
[11:37:20] DEBUG [org.apache.mina.filterchain.DefaultIoFilterController] - calling next filter for writing for message 'Mock for ByteBuffer, hashCode: 20290587' position : 0
[11:37:20] DEBUG [org.apache.mina.filterchain.DefaultIoFilterController] - end of write chan we enqueue the message in the session : Mock for ByteBuffer, hashCode: 20290587
[11:37:20] DEBUG [org.apache.mina.filterchain.DefaultIoFilterController] - processing session created event
[11:37:20] DEBUG [org.apache.mina.filterchain.DefaultIoFilterController] - processing session open event
[11:37:20] DEBUG [org.apache.mina.filterchain.DefaultIoFilterController] - processing session closed event
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.117 sec
Running org.apache.mina.session.AbstractIoSessionTest
[11:37:20] DEBUG [org.apache.mina.session.AbstractIoSession] - Created new session with id : 0
[11:37:20] DEBUG [org.apache.mina.session.AbstractIoSession] - Created new session with id : 1
[11:37:20] DEBUG [org.apache.mina.session.AbstractIoSession] - Created new session with id : 2
[11:37:20] DEBUG [org.apache.mina.session.AbstractIoSession] - Created new session with id : 3
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec

Results :

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

[JENKINS] Recording test results
log4j:WARN No appenders could be found for logger (org.apache.commons.beanutils.converters.BooleanConverter).
log4j:WARN Please initialize the log4j system properly.
[INFO] [bundle:bundle {execution: default-bundle}]
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: attach-source}]
[INFO] Building jar: <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/core/target/mina-core-3.0.0-M1-SNAPSHOT-sources.jar>
[INFO] [install:install {execution: default-install}]
[INFO] Installing <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/core/target/mina-core-3.0.0-M1-SNAPSHOT.jar> to /home/jenkins/.m2/repository/org/apache/mina/mina-core/3.0.0-M1-SNAPSHOT/mina-core-3.0.0-M1-SNAPSHOT.jar
[INFO] Installing <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/core/target/mina-core-3.0.0-M1-SNAPSHOT-sources.jar> to /home/jenkins/.m2/repository/org/apache/mina/mina-core/3.0.0-M1-SNAPSHOT/mina-core-3.0.0-M1-SNAPSHOT-sources.jar
[INFO] [bundle:install {execution: default-install}]
[INFO] Parsing file:/home/jenkins/.m2/repository/repository.xml
[INFO] Installing org/apache/mina/mina-core/3.0.0-M1-SNAPSHOT/mina-core-3.0.0-M1-SNAPSHOT.jar
[INFO] Writing OBR metadata
[JENKINS] Archiving <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/core/pom.xml> to /home/hudson/hudson/jobs/MINA-trunk-jdk1.6-ubuntu/modules/org.apache.mina$mina-core/builds/2011-09-19_11-37-06/archive/org.apache.mina/mina-core/3.0.0-M1-SNAPSHOT/mina-core-3.0.0-M1-SNAPSHOT.pom
[JENKINS] Archiving <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/core/target/mina-core-3.0.0-M1-SNAPSHOT.jar> to /home/hudson/hudson/jobs/MINA-trunk-jdk1.6-ubuntu/modules/org.apache.mina$mina-core/builds/2011-09-19_11-37-06/archive/org.apache.mina/mina-core/3.0.0-M1-SNAPSHOT/mina-core-3.0.0-M1-SNAPSHOT.jar
[JENKINS] Archiving <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/core/target/mina-core-3.0.0-M1-SNAPSHOT-sources.jar> to /home/hudson/hudson/jobs/MINA-trunk-jdk1.6-ubuntu/modules/org.apache.mina$mina-core/builds/2011-09-19_11-37-06/archive/org.apache.mina/mina-core/3.0.0-M1-SNAPSHOT/mina-core-3.0.0-M1-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Apache MINA HTTP
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/http/target>
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/http/src/main/resources>
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 16 source files to <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/http/target/classes>
[JENKINS] Archiving <https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/http/pom.xml> to /home/hudson/hudson/jobs/MINA-trunk-jdk1.6-ubuntu/modules/org.apache.mina$mina-http/builds/2011-09-19_11-37-06/archive/org.apache.mina/mina-http/3.0.0-M1-SNAPSHOT/mina-http-3.0.0-M1-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
<https://builds.apache.org/job/MINA-trunk-jdk1.6-ubuntu/ws/trunk/http/src/main/java/org/apache/mina/http/HttpServerCodec.java>:[131,48] type parameters of <T>T cannot be determined; no unique maximal instance exists for type variable T with upper bounds int,java.lang.Object


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 seconds
[INFO] Finished at: Mon Sep 19 11:37:27 UTC 2011
[INFO] Final Memory: 36M/370M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: commits@mina.apache.org
Sending e-mails to: commits@mina.apache.org
channel stopped