Build failed in Jenkins: JBoss-AS-7.0.x #1257

jboss-qa-internal at redhat.com jboss-qa-internal at redhat.com
Wed Jun 22 13:32:00 EDT 2011


See <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/1257/changes>

Changes:

[bstansberry at jboss.com] [AS7-1066] Move schemas to default location. Fix test cases.

------------------------------------------
[...truncated 275 lines...]
[INFO] Executing: /bin/sh -c cd <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/protocol> && git show
[INFO] Working directory: <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/protocol>
[INFO] Storing buildScmBranch: UNKNOWN
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ jboss-as-protocol ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/protocol/src/main/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.1:compile (default-compile) @ jboss-as-protocol ---
[INFO] Compiling 35 source files to <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/protocol/target/classes>
[INFO] 
[INFO] --- maven-checkstyle-plugin:2.5:checkstyle (check-style) @ jboss-as-protocol ---
[INFO] Starting audit...
Audit done.

[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ jboss-as-protocol ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/protocol/src/test/resources>
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.1:testCompile (default-testCompile) @ jboss-as-protocol ---
[INFO] Compiling 9 source files to <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/protocol/target/test-classes>
[INFO] 
[INFO] --- maven-surefire-plugin:2.8.1:test (default-test) @ jboss-as-protocol ---
[INFO] Surefire report directory: <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/protocol/target/surefire-reports>

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.jboss.as.protocol.mgmt.RemoteChannelManagementTestCase
Jun 22, 2011 1:31:40 PM org.jboss.remoting3.EndpointImpl <clinit>
INFO: JBoss Remoting version 3.2.0.Beta1
Jun 22, 2011 1:31:40 PM org.xnio.Xnio <clinit>
INFO: XNIO Version 3.0.0.Beta2
Jun 22, 2011 1:31:40 PM org.xnio.nio.NioXnio <clinit>
INFO: XNIO NIO Implementation Version 3.0.0.Beta2
/127.0.0.1:32123
/127.0.0.1:32123
/127.0.0.1:32123
/127.0.0.1:32123
java.io.IOException: No operation handler set
	at org.jboss.as.protocol.mgmt.ManagementChannel$RequestReceiver.getRequestHandler(ManagementChannel.java:149)
	at org.jboss.as.protocol.mgmt.ManagementChannel$RequestReceiver.handleRequest(ManagementChannel.java:122)
	at org.jboss.as.protocol.mgmt.ManagementChannel$RequestReceiver.access$300(ManagementChannel.java:110)
	at org.jboss.as.protocol.mgmt.ManagementChannel.doHandle(ManagementChannel.java:63)
	at org.jboss.as.protocol.ProtocolChannel.handleMessage(ProtocolChannel.java:149)
	at org.jboss.remoting3.remote.RemoteConnectionChannel$4.run(RemoteConnectionChannel.java:213)
	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)
/127.0.0.1:32123
java.io.IOException: No request handler found with id 103 in operation handler org.jboss.as.protocol.mgmt.support.SimpleHandlers$OperationHandler at 3d860038
	at org.jboss.as.protocol.mgmt.ManagementChannel$RequestReceiver.getRequestHandler(ManagementChannel.java:153)
	at org.jboss.as.protocol.mgmt.ManagementChannel$RequestReceiver.handleRequest(ManagementChannel.java:122)
	at org.jboss.as.protocol.mgmt.ManagementChannel$RequestReceiver.access$300(ManagementChannel.java:110)
	at org.jboss.as.protocol.mgmt.ManagementChannel.doHandle(ManagementChannel.java:63)
	at org.jboss.as.protocol.ProtocolChannel.handleMessage(ProtocolChannel.java:149)
	at org.jboss.remoting3.remote.RemoteConnectionChannel$4.run(RemoteConnectionChannel.java:213)
	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)
/127.0.0.1:32123
Jun 22, 2011 1:31:41 PM org.xnio.ChannelListeners invokeChannelListener
ERROR: A channel event listener threw an exception
java.util.concurrent.RejectedExecutionException
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:1768)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:767)
	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:658)
	at org.jboss.remoting3.remote.RemoteConnectionChannel.handleWriteShutdown(RemoteConnectionChannel.java:174)
	at org.jboss.remoting3.remote.RemoteReadListener.handleEvent(RemoteReadListener.java:192)
	at org.jboss.remoting3.remote.RemoteReadListener.handleEvent(RemoteReadListener.java:40)
	at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
	at org.xnio.channels.TranslatingSuspendableChannel.handleReadable(TranslatingSuspendableChannel.java:173)
	at org.xnio.channels.TranslatingSuspendableChannel$2.handleEvent(TranslatingSuspendableChannel.java:94)
	at org.xnio.channels.TranslatingSuspendableChannel$2.handleEvent(TranslatingSuspendableChannel.java:92)
	at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
	at org.xnio.nio.NioHandle.invoke(NioHandle.java:77)
	at org.xnio.nio.AbstractNioChannelThread$1.run(AbstractNioChannelThread.java:142)
	at java.lang.Thread.run(Thread.java:662)
/127.0.0.1:32123
Jun 22, 2011 1:31:41 PM org.xnio.ChannelListeners invokeChannelListener
ERROR: A channel event listener threw an exception
java.util.concurrent.RejectedExecutionException
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:1768)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:767)
	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:658)
	at org.jboss.remoting3.remote.RemoteConnectionChannel.handleWriteShutdown(RemoteConnectionChannel.java:174)
	at org.jboss.remoting3.remote.RemoteReadListener.handleEvent(RemoteReadListener.java:192)
	at org.jboss.remoting3.remote.RemoteReadListener.handleEvent(RemoteReadListener.java:40)
	at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
	at org.xnio.channels.TranslatingSuspendableChannel.handleReadable(TranslatingSuspendableChannel.java:173)
	at org.xnio.channels.TranslatingSuspendableChannel$2.handleEvent(TranslatingSuspendableChannel.java:94)
	at org.xnio.channels.TranslatingSuspendableChannel$2.handleEvent(TranslatingSuspendableChannel.java:92)
	at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
	at org.xnio.nio.NioHandle.invoke(NioHandle.java:77)
	at org.xnio.nio.AbstractNioChannelThread$1.run(AbstractNioChannelThread.java:142)
	at java.lang.Thread.run(Thread.java:662)
/127.0.0.1:32123
Jun 22, 2011 1:31:41 PM org.xnio.ChannelListeners invokeChannelListener
ERROR: A channel event listener threw an exception
java.util.concurrent.RejectedExecutionException
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:1768)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:767)
	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:658)
	at org.jboss.remoting3.remote.RemoteConnectionChannel.handleWriteShutdown(RemoteConnectionChannel.java:174)
	at org.jboss.remoting3.remote.RemoteReadListener.handleEvent(RemoteReadListener.java:192)
	at org.jboss.remoting3.remote.RemoteReadListener.handleEvent(RemoteReadListener.java:40)
	at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
	at org.xnio.channels.TranslatingSuspendableChannel.handleReadable(TranslatingSuspendableChannel.java:173)
	at org.xnio.channels.TranslatingSuspendableChannel$2.handleEvent(TranslatingSuspendableChannel.java:94)
	at org.xnio.channels.TranslatingSuspendableChannel$2.handleEvent(TranslatingSuspendableChannel.java:92)
	at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
	at org.xnio.nio.NioHandle.invoke(NioHandle.java:77)
	at org.xnio.nio.AbstractNioChannelThread$1.run(AbstractNioChannelThread.java:142)
	at java.lang.Thread.run(Thread.java:662)
/127.0.0.1:32123
Jun 22, 2011 1:31:41 PM org.xnio.ChannelListeners invokeChannelListener
ERROR: A channel event listener threw an exception
java.util.concurrent.RejectedExecutionException
	at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:1768)
	at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:767)
	at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:658)
	at org.jboss.remoting3.remote.RemoteConnectionChannel.handleWriteShutdown(RemoteConnectionChannel.java:174)
	at org.jboss.remoting3.remote.RemoteReadListener.handleEvent(RemoteReadListener.java:192)
	at org.jboss.remoting3.remote.RemoteReadListener.handleEvent(RemoteReadListener.java:40)
	at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
	at org.xnio.channels.TranslatingSuspendableChannel.handleReadable(TranslatingSuspendableChannel.java:173)
	at org.xnio.channels.TranslatingSuspendableChannel$2.handleEvent(TranslatingSuspendableChannel.java:94)
	at org.xnio.channels.TranslatingSuspendableChannel$2.handleEvent(TranslatingSuspendableChannel.java:92)
	at org.xnio.ChannelListeners.invokeChannelListener(ChannelListeners.java:71)
	at org.xnio.nio.NioHandle.invoke(NioHandle.java:77)
	at org.xnio.nio.AbstractNioChannelThread$1.run(AbstractNioChannelThread.java:142)
	at java.lang.Thread.run(Thread.java:662)
Tests run: 9, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.311 sec <<< FAILURE!
Running org.jboss.as.protocol.old.PipeTest
Buffer size: 31; piece size: 31; piece count 4228
Buffer size: 31; piece size: 64; piece count 2048
Buffer size: 31; piece size: 127; piece count 1032
Buffer size: 256; piece size: 31; piece count 4228
Buffer size: 256; piece size: 64; piece count 2048
Buffer size: 256; piece size: 127; piece count 1032
Buffer size: 8192; piece size: 31; piece count 4228
Buffer size: 8192; piece size: 64; piece count 2048
Buffer size: 8192; piece size: 127; piece count 1032
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.965 sec
Running org.jboss.as.protocol.old.ChunkyByteInputOutputTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec

Results :

Failed tests: 
  testExceptionInRequestWrite(org.jboss.as.protocol.mgmt.RemoteChannelManagementTestCase): null

Tests run: 16, Failures: 1, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] JBoss Application Server: Build Configuration ..... SUCCESS [3.343s]
[INFO] JBoss Application Server: Parent Aggregator ....... SUCCESS [3.903s]
[INFO] JBoss Application Server: Protocol Utilities ...... FAILURE [12.063s]
[INFO] JBoss Application Server: Controller Client ....... SKIPPED
[INFO] JBoss Application Server: Command line interface .. SKIPPED
[INFO] JBoss Application Server: Clustering Subsystem .... SKIPPED
[INFO] JBoss Application Server: Clustering Server API ... SKIPPED
[INFO] JBoss Application Server: Common code for clustering subsystems  SKIPPED
[INFO] JBoss Application Server: Network ................. SKIPPED
[INFO] JBoss Application Server: Controller Core ......... SKIPPED
[INFO] JBoss Application Server: Threading Subsystem ..... SKIPPED
[INFO] JBoss Application Server: JGroups Subsystem ....... SKIPPED
[INFO] JBoss Application Server: Clustering Server API implementation  SKIPPED
[INFO] JBoss Application Server: Domain Management ....... SKIPPED
[INFO] JBoss Application Server: Domain HTTP API ......... SKIPPED
[INFO] JBoss Application Server: Deployment Repository ... SKIPPED
[INFO] JBoss Application Server: Embedded ................ SKIPPED
[INFO] JBoss Application Server: Process Controller ...... SKIPPED
[INFO] JBoss Application Server: Remoting Subsystem ...... SKIPPED
[INFO] JBoss Application Server: Server .................. SKIPPED
[INFO] JBoss Application Server: Naming Subsystem ........ SKIPPED
[INFO] JBoss Application Server: EE ...................... SKIPPED
[INFO] JBoss Application Server: Infinispan Subsystem .... SKIPPED
[INFO] JBoss Application Server: Distributed Web Session SPI  SKIPPED
[INFO] JBoss Application Server: Distributed Web Session Infinispan provider  SKIPPED
[INFO] JBoss Application Server: Transaction Subsystem ... SKIPPED
[INFO] JBoss Application Server: Security Subsystem ...... SKIPPED
[INFO] JBoss Application Server: Connector Subsystem ..... SKIPPED
[INFO] JBoss Application Server: Deployment Scanner ...... SKIPPED
[INFO] JBoss Application Server: Domain Controller ....... SKIPPED
[INFO] JBoss Application Server: EJB Subsystem ........... SKIPPED
[INFO] JBoss Application Server: Web Subsystem ........... SKIPPED
[INFO] JBoss Application Server: JPA Subsystem ........... SKIPPED
[INFO] JBoss Application Server: Weld Integration ........ SKIPPED
[INFO] JBoss Application Server: JAX-RS Integration ...... SKIPPED
[INFO] JBoss Application Server: JMX Subsystem ........... SKIPPED
[INFO] JBoss Application Server: Host Controller ......... SKIPPED
[INFO] JBoss Application Server: JacORB Subsystem ........ SKIPPED
[INFO] JBoss Application Server: Logging Subsystem ....... SKIPPED
[INFO] JBoss Application Server: Messaging Subsystem ..... SKIPPED
[INFO] JBoss Application Server: ModCluster Subsystem .... SKIPPED
[INFO] JBoss Application Server: OSGi .................... SKIPPED
[INFO] JBoss Application Server: OSGi Subsystem .......... SKIPPED
[INFO] JBoss Application Server: OSGi Config Admin ....... SKIPPED
[INFO] JBoss Application Server: Service Archive Subsystem  SKIPPED
[INFO] JBoss Application Server: Web Services Subsystem .. SKIPPED
[INFO] JBoss Application Server: Web Services Server Integration Subsystem  SKIPPED
[INFO] JBoss Application Server: Build ................... SKIPPED
[INFO] JBoss Application Server: Arquillian .............. SKIPPED
[INFO] JBoss Application Server: Arquillian TestEnricher MSC  SKIPPED
[INFO] JBoss Application Server: Arquillian Common ....... SKIPPED
[INFO] JBoss Application Server: Arquillian Protocol JMX . SKIPPED
[INFO] JBoss Application Server: Arquillian Managed Container  SKIPPED
[INFO] JBoss Application Server: Arquillian Managed Domain Container  SKIPPED
[INFO] JBoss Application Server: Arquillian Managed Container for clustering  SKIPPED
[INFO] JBoss Application Server: Demos: Aggregator ....... SKIPPED
[INFO] JBoss Application Server: Demos: AS7 API .......... SKIPPED
[INFO] JBoss Application Server: Demos: Spec ............. SKIPPED
[INFO] JBoss Application Server: Demos: AS7 Internals .... SKIPPED
[INFO] JBoss Application Server: Demos: Legacy TO BE MOVED  SKIPPED
[INFO] JBoss Application Server: Distribution ............ SKIPPED
[INFO] JBoss Application Server: Microcontainer Subsystem  SKIPPED
[INFO] JBoss Application Server: OSGi Integration Plugin . SKIPPED
[INFO] JBoss Application Server: Web Services Tests Integration Subsystem  SKIPPED
[INFO] JBoss Application Server Test Suite: Aggregator ... SKIPPED
[INFO] JBoss Application Server Test Suite: Smoke Tests .. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 25.903s
[INFO] Finished at: Wed Jun 22 13:31:44 EDT 2011
[INFO] Final Memory: 73M/422M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.8.1:test (default-test) on project jboss-as-protocol: There are test failures.
[ERROR] 
[ERROR] Please refer to <http://hudson.qa.jboss.com/hudson/job/JBoss-AS-7.0.x/ws/protocol/target/surefire-reports> for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :jboss-as-protocol
Archiving artifacts
Recording test results



More information about the builds mailing list