Build failed in Hudson: drools #2212
by jboss-qa-internal@redhat.com
See http://hudson.qa.jboss.com/hudson/job/drools/2212/changes
Changes:
[KrisVerlaenen] JBRULES-1834: Data for Tasks
- added data to task + modified life cycle methods
[KrisVerlaenen] JBRULES-1834: Data for Tasks
- added data to task + modified life cycle methods
[tirelli] Fixing event timestamp assignment
------------------------------------------
[...truncated 30492 lines...]
RightTuples Start
RightTuple int:10
RightTuple int:20
RightTuples END
InitialFact LeftTuples Start
InitialFact LeftTuples End
LeftTuples Start
LeftTuple int:10 int:1
LeftTuples End
EqualityKey int:1 int:1
EqualityKey int:1 int:3
FactHandleFactory int:3 long:4
InitialFact int:0 long:0
PropagationCounter long:17
InitialFactMemory false
Object : int:1 long:1
org.drools.FactA@704f9693
RightTuples Start
RightTuple int:17
RightTuples END
Object : int:3 long:4
org.drools.FactC@70cf9693
RightTuples Start
RightTuple int:10
RightTuple int:20
RightTuples END
InitialFact LeftTuples Start
InitialFact LeftTuples End
LeftTuples Start
LeftTuple int:10 int:1
LeftTuples End
EqualityKey int:1 int:1
EqualityKey int:1 int:3
FactHandleFactory int:3 long:3
InitialFact int:0 long:0
PropagationCounter long:13
InitialFactMemory false
Object : int:1 long:1
Cheese( type='stilton', price=10 )
RightTuples Start
RightTuples END
Object : int:2 long:2
Cheese( type='stilton', price=15 )
RightTuples Start
RightTuple int:11
RightTuples END
Object : int:3 long:3
Cheese( type='stilton', price=20 )
RightTuples Start
RightTuple int:15
RightTuples END
InitialFact LeftTuples Start
InitialFact LeftTuples End
LeftTuples Start
LeftTuple int:11 int:1
LeftTuples End
EqualityKey int:1 int:1
EqualityKey int:1 int:2
EqualityKey int:1 int:3
FactHandleFactory int:3 long:3
InitialFact int:0 long:0
PropagationCounter long:13
InitialFactMemory false
Object : int:1 long:1
Cheese( type='stilton', price=10 )
RightTuples Start
RightTuples END
Object : int:2 long:2
Cheese( type='stilton', price=15 )
RightTuples Start
RightTuple int:11
RightTuples END
Object : int:3 long:3
Cheese( type='stilton', price=20 )
RightTuples Start
RightTuple int:15
RightTuples END
InitialFact LeftTuples Start
InitialFact LeftTuples End
LeftTuples Start
LeftTuple int:11 int:1
LeftTuples End
EqualityKey int:1 int:1
EqualityKey int:1 int:2
EqualityKey int:1 int:3
FactHandleFactory int:3 long:3
InitialFact int:0 long:0
PropagationCounter long:21
InitialFactMemory false
Object : int:1 long:1
Cheese( type='stilton', price=10 )
RightTuples Start
RightTuples END
Object : int:3 long:3
Cheese( type='stilton', price=20 )
RightTuples Start
RightTuple int:21
RightTuples END
InitialFact LeftTuples Start
InitialFact LeftTuples End
LeftTuples Start
LeftTuple int:17 int:1
JoinNode
RightTuple int:22 int:3
RuleTerminalNode
LeftTuples End
Rule org.drools.dynamic not node
AgendaItem long:21
ActivationGroup bool:false
AgendaItem bool:false
EqualityKey int:1 int:1
EqualityKey int:1 int:3
FactHandleFactory int:3 long:3
InitialFact int:0 long:0
PropagationCounter long:21
InitialFactMemory false
Object : int:1 long:1
Cheese( type='stilton', price=10 )
RightTuples Start
RightTuples END
Object : int:3 long:3
Cheese( type='stilton', price=20 )
RightTuples Start
RightTuple int:21
RightTuples END
InitialFact LeftTuples Start
InitialFact LeftTuples End
LeftTuples Start
LeftTuple int:17 int:1
JoinNode
RightTuple int:22 int:3
RuleTerminalNode
LeftTuples End
Rule org.drools.dynamic not node
AgendaItem long:21
ActivationGroup bool:false
AgendaItem bool:false
EqualityKey int:1 int:1
EqualityKey int:1 int:3
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.236 sec
Running org.drools.guvnor.modeldriven.ActionSetFieldTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.drools.guvnor.server.util.BRLPersitenceTest
<rule>
<modelVersion>1.0</modelVersion>
<attributes>
<attribute>
<attributeName>no-loop</attributeName>
<value>true</value>
</attribute>
</attributes>
<metadataList/>
<lhs>
<fact>
<constraintList>
<constraints>
<fieldConstraint>
<value>42</value>
<constraintValueType>0</constraintValueType>
<fieldBinding>f1</fieldBinding>
<fieldName>age</fieldName>
<operator><</operator>
<fieldType></fieldType>
</fieldConstraint>
</constraints>
</constraintList>
<factType>Person</factType>
<boundName>p1</boundName>
</fact>
<compositePattern>
<type>not</type>
<patterns>
<fact>
<factType>Cancel</factType>
</fact>
</patterns>
</compositePattern>
</lhs>
<rhs>
<modify>
<fieldValues>
<fieldValue>
<field>status</field>
<value>rejected</value>
<type>String</type>
</fieldValue>
</fieldValues>
<variable>p1</variable>
</modify>
<retract>
<variableName>p1</variableName>
</retract>
<dslSentence>
<sentence>Send an email to {administrator}</sentence>
</dslSentence>
</rhs>
</rule>
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec
Running org.drools.testframework.RuleCoverageListenerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.drools.guvnor.modeldriven.CompositeFactPatternTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.drools.integrationtests.ProcessMultiThreadTest
FactHandleFactory int:0 long:0
InitialFact int:0 long:0
PropagationCounter long:0
InitialFactMemory false
InitialFact LeftTuples Start
InitialFact LeftTuples End
LeftTuples Start
LeftTuples End
FactHandleFactory int:0 long:0
InitialFact int:0 long:0
PropagationCounter long:0
InitialFactMemory false
InitialFact LeftTuples Start
InitialFact LeftTuples End
LeftTuples Start
LeftTuples End
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.045 sec
Running org.drools.rule.builder.dialect.mvel.MVELPredicateBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Results :
Failed tests:
testRulebasePartitions1(org.drools.integrationtests.RulebasePartitioningTest)
Tests run: 1042, Failures: 1, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
Please refer to http://hudson.qa.jboss.com/hudson/job/drools/ws/trunk/drools-compiler/tar... for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3 minutes 21 seconds
[INFO] Finished at: Mon Nov 10 20:13:42 EST 2008
[INFO] Final Memory: 30M/999M
[INFO] ------------------------------------------------------------------------
Terminating xvnc
[drools] $ vncserver -kill :12
Killing Xvnc process ID 18965
ERROR: No artifacts found that match the file pattern "trunk/target/,rules-ouput/". Configuration error?
ERROR: 'trunk/target/' doesn't match anything, but '' does. Perhaps that's what you mean?
Recording test results
16 years
JBoss-AS-4.2.x-TestSuite-sun15 - Build # 232 - Failure!
by jboss-qa-internal@redhat.com
JBoss-AS-4.2.x-TestSuite-sun15 - Build # 232 - Failure:
Check console output at https://hudson.jboss.org/hudson//job/JBoss-AS-4.2.x-TestSuite-sun15/232 to view the results.
Modifications since last build:
-------------------------------------------------------------------------
[...truncated 11355 lines...]
AU testsuite/src/resources/testbeancluster/retry-jbosscmp-jdbc.xml
AU testsuite/src/resources/testbeancluster/cif-ds.xml
AU testsuite/src/resources/testbeancluster/retry-application.xml
AU testsuite/src/resources/testbeancluster/cif-ejb-jar.xml
AU testsuite/src/resources/testbeancluster/pooledha-jboss.xml
AU testsuite/src/resources/testbeancluster/retry-ejb-jar.xml
AU testsuite/src/resources/testbeancluster/jboss-app.xml
AU testsuite/src/resources/testbeancluster/cif-jboss.xml
AU testsuite/src/resources/parent-aspect-config.xml
A testsuite/src/resources/xa
A testsuite/src/resources/xa/META-INF
AU testsuite/src/resources/xa/META-INF/jboss.xml
AU testsuite/src/resources/xa/META-INF/ejb-jar.xml
AU testsuite/src/resources/xa/client.policy
A testsuite/src/resources/bank
A testsuite/src/resources/bank/ejb11
A testsuite/src/resources/bank/ejb11/META-INF
AU testsuite/src/resources/bank/ejb11/META-INF/jboss.xml
AU testsuite/src/resources/bank/ejb11/META-INF/jbosscmp-jdbc.xml
AU testsuite/src/resources/bank/ejb11/META-INF/jaws.xml
AU testsuite/src/resources/bank/ejb11/META-INF/ejb-jar.xml
AU testsuite/src/resources/bank/ejb11/client.policy
A testsuite/src/resources/bank/ejb20
A testsuite/src/resources/bank/ejb20/META-INF
AU testsuite/src/resources/bank/ejb20/META-INF/jboss.xml
AU testsuite/src/resources/bank/ejb20/META-INF/jbosscmp-jdbc.xml
AU testsuite/src/resources/bank/ejb20/META-INF/ejb-jar.xml
AU testsuite/src/resources/bank/ejb20/client.policy
A testsuite/src/resources/entityexc
A testsuite/src/resources/entityexc/META-INF
AU testsuite/src/resources/entityexc/META-INF/ejb-jar.xml
AU testsuite/src/resources/entityexc/client.policy
A testsuite/src/resources/bmp
A testsuite/src/resources/bmp/META-INF
AU testsuite/src/resources/bmp/META-INF/jboss.xml
AU testsuite/src/resources/bmp/META-INF/ejb-jar.xml
AU testsuite/src/resources/jndi.properties
A testsuite/src/resources/aop
AU testsuite/src/resources/aop/roles.properties
A testsuite/src/resources/aop/scoped-attach
A testsuite/src/resources/aop/scoped-attach/sar1
A testsuite/src/resources/aop/scoped-attach/sar1/META-INF
A testsuite/src/resources/aop/scoped-attach/sar1/META-INF/prepare-aop.xml
A testsuite/src/resources/aop/scoped-attach/sar1/META-INF/jboss-aop.xml
A testsuite/src/resources/aop/scoped-attach/sar1/META-INF/jboss-service.xml
A testsuite/src/resources/aop/scoped-attach/sar2
A testsuite/src/resources/aop/scoped-attach/sar2/META-INF
A testsuite/src/resources/aop/scoped-attach/sar2/META-INF/prepare-aop.xml
A testsuite/src/resources/aop/scoped-attach/sar2/META-INF/jboss-aop.xml
A testsuite/src/resources/aop/scoped-attach/sar2/META-INF/jboss-service.xml
A testsuite/src/resources/aop/META-INF
AU testsuite/src/resources/aop/META-INF/jboss-aop.xml
AU testsuite/src/resources/aop/META-INF/jboss-service.xml
A testsuite/src/resources/aop/calllogging
A testsuite/src/resources/aop/calllogging/META-INF
AU testsuite/src/resources/aop/calllogging/META-INF/jboss-aop.xml
A testsuite/src/resources/aop/xdoclet
A testsuite/src/resources/aop/xdoclet/Advised
AU testsuite/src/resources/aop/xdoclet/Advised/ref-jboss-aop.xml
A testsuite/src/resources/aop/xdoclet/Introduced
AU testsuite/src/resources/aop/xdoclet/Introduced/ref-jboss-aop.xml
A testsuite/src/resources/aop/xdoclet/NewIntercepted
AU testsuite/src/resources/aop/xdoclet/NewIntercepted/ref-jboss-aop.xml
A testsuite/src/resources/aop/xdoclet/NotAdvised
AU testsuite/src/resources/aop/xdoclet/NotAdvised/ref-jboss-aop.xml
A testsuite/src/resources/aop/xdoclet/Stack
AU testsuite/src/resources/aop/xdoclet/Stack/ref-jboss-aop.xml
A testsuite/src/resources/aop/xdoclet/ClassMetaData
AU testsuite/src/resources/aop/xdoclet/ClassMetaData/ref-jboss-aop.xml
A testsuite/src/resources/aop/xdoclet/Intercepted
AU testsuite/src/resources/aop/xdoclet/Intercepted/ref-jboss-aop.xml
A testsuite/src/resources/aop/xdoclet/Transacted
AU testsuite/src/resources/aop/xdoclet/Transacted/ref-jboss-aop.xml
A testsuite/src/resources/aop/xdoclet/Secured
AU testsuite/src/resources/aop/xdoclet/Secured/ref-jboss-aop.xml
A testsuite/src/resources/aop/standalone
A testsuite/src/resources/aop/standalone/META-INF
AU testsuite/src/resources/aop/standalone/META-INF/jboss-aop.xml
A testsuite/src/resources/aop/simpleejb
A testsuite/src/resources/aop/simpleejb/META-INF
AU testsuite/src/resources/aop/simpleejb/META-INF/jboss.xml
AU testsuite/src/resources/aop/simpleejb/META-INF/ejb-jar.xml
AU testsuite/src/resources/aop/simpleejb/META-INF/jboss-service.xml
A testsuite/src/resources/aop/invocationlog
A testsuite/src/resources/aop/invocationlog/META-INF
AU testsuite/src/resources/aop/invocationlog/META-INF/jboss-aop.xml
AU testsuite/src/resources/aop/invocationlog/META-INF/jboss-service.xml
AU testsuite/src/resources/aop/client.policy
AU testsuite/src/resources/aop/users.properties
A testsuite/src/resources/aop/scoped
A testsuite/src/resources/aop/scoped/sar1
A testsuite/src/resources/aop/scoped/sar1/META-INF
AU testsuite/src/resources/aop/scoped/sar1/META-INF/jboss-aop.xml
AU testsuite/src/resources/aop/scoped/sar1/META-INF/jboss-service.xml
A testsuite/src/resources/aop/scoped/sar2
A testsuite/src/resources/aop/scoped/sar2/META-INF
AU testsuite/src/resources/aop/scoped/sar2/META-INF/scoped-aop.xml
AU testsuite/src/resources/aop/scoped/sar2/META-INF/jboss-service.xml
A testsuite/src/resources/aop/scoped/ear1
A testsuite/src/resources/aop/scoped/ear1/META-INF
AU testsuite/src/resources/aop/scoped/ear1/META-INF/jboss.xml
AU testsuite/src/resources/aop/scoped/ear1/META-INF/application.xml
AU testsuite/src/resources/aop/scoped/ear1/META-INF/ejb-jar.xml
AU testsuite/src/resources/aop/scoped/ear1/META-INF/jboss-aop.xml
AU testsuite/src/resources/aop/scoped/ear1/META-INF/jboss-app.xml
A testsuite/src/resources/aop/scoped/ear1/WEB-INF
AU testsuite/src/resources/aop/scoped/ear1/WEB-INF/web.xml
A testsuite/src/resources/aop/scoped/ear2
A testsuite/src/resources/aop/scoped/ear2/META-INF
AU testsuite/src/resources/aop/scoped/ear2/META-INF/jboss.xml
AU testsuite/src/resources/aop/scoped/ear2/META-INF/application.xml
AU testsuite/src/resources/aop/scoped/ear2/META-INF/ejb-jar.xml
AU testsuite/src/resources/aop/scoped/ear2/META-INF/jboss-aop.xml
AU testsuite/src/resources/aop/scoped/ear2/META-INF/jboss-app.xml
A testsuite/src/resources/aop/scoped/ear2/WEB-INF
AU testsuite/src/resources/aop/scoped/ear2/WEB-INF/web.xml
A testsuite/src/resources/aop/earwithwebinf
A testsuite/src/resources/aop/earwithwebinf/META-INF
A testsuite/src/resources/aop/earwithwebinf/META-INF/application.xml
A testsuite/src/resources/aop/earwithwebinf/META-INF/ejb-jar.xml
A testsuite/src/resources/aop/earwithwebinf/META-INF/jboss-aop.xml
A testsuite/src/resources/aop/earwithwebinf/WEB-INF
A testsuite/src/resources/aop/earwithwebinf/WEB-INF/web.xml
A testsuite/src/resources/aop/extender
A testsuite/src/resources/aop/extender/META-INF
A testsuite/src/resources/aop/extender/META-INF/jboss-aop.xml
A testsuite/src/resources/aop/extender/META-INF/jboss-service.xml
A testsuite/src/resources/timer
A testsuite/src/resources/timer/ejb
AU testsuite/src/resources/timer/ejb/jboss.xml
AU testsuite/src/resources/timer/ejb/ejb-jar.xml
A testsuite/src/resources/timer/service
AU testsuite/src/resources/timer/service/ejb-timers-config.xml
AU testsuite/src/resources/timer/service/jboss-service.xml
A testsuite/src/resources/timer/ear
AU testsuite/src/resources/timer/ear/application.xml
AU testsuite/src/resources/timer/ear/jboss-app.xml
A testsuite/src/resources/timer/war
AU testsuite/src/resources/timer/war/web.xml
A testsuite/src/resources/tm
A testsuite/src/resources/tm/test
A testsuite/src/resources/tm/test/META-INF
A testsuite/src/resources/tm/test/META-INF/jboss.xml
A testsuite/src/resources/tm/test/META-INF/ejb-jar.xml
A testsuite/src/resources/tm/mbean
AU testsuite/src/resources/tm/mbean/jboss-service.xml
A testsuite/src/resources/tm/txtimeout
AU testsuite/src/resources/tm/txtimeout/jboss.xml
AU testsuite/src/resources/tm/txtimeout/ejb-jar.xml
A testsuite/src/resources/tm/mbean2
AU testsuite/src/resources/tm/mbean2/jboss-service.xml
A testsuite/src/resources/tm/webbmtcleanup
A testsuite/src/resources/tm/webbmtcleanup/sar
A testsuite/src/resources/tm/webbmtcleanup/sar/META-INF
A testsuite/src/resources/tm/webbmtcleanup/sar/META-INF/jboss-service.xml
A testsuite/src/resources/tm/webbmtcleanup/war
A testsuite/src/resources/tm/webbmtcleanup/war/WEB-INF
A testsuite/src/resources/tm/webbmtcleanup/war/WEB-INF/web.xml
A testsuite/src/resources/tm/webbmtcleanup/war/test1.jsp
A testsuite/src/resources/tm/webbmtcleanup/war/test2.jsp
A testsuite/src/resources/tm/bmtcleanup
A testsuite/src/resources/tm/bmtcleanup/ejb-jar.xml
A testsuite/src/resources/idgen
A testsuite/src/resources/idgen/META-INF
AU testsuite/src/resources/idgen/META-INF/jboss.xml
AU testsuite/src/resources/idgen/META-INF/jbosscmp-jdbc.xml
AU testsuite/src/resources/idgen/META-INF/ejb-jar.xml
AU testsuite/src/resources/idgen/client.policy
A testsuite/src/resources/jms
A testsuite/src/resources/jms/xawrapper
A testsuite/src/resources/jms/xawrapper/META-INF
AU testsuite/src/resources/jms/xawrapper/META-INF/jboss-service.xml
A testsuite/src/resources/wsrp
A testsuite/src/resources/wsrp/META-INF
AU testsuite/src/resources/wsrp/META-INF/jboss-client.xml
AU testsuite/src/resources/wsrp/META-INF/application-client.xml
A testsuite/src/resources/wsrp/WEB-INF
AU testsuite/src/resources/wsrp/WEB-INF/jaxrpc-mapping.xml
AU testsuite/src/resources/wsrp/WEB-INF/webservices.xml
A testsuite/src/resources/wsrp/WEB-INF/wsdl
AU testsuite/src/resources/wsrp/WEB-INF/wsdl/wsrp_v1_types.xsd
AU testsuite/src/resources/wsrp/WEB-INF/wsdl/wsrp_services.wsdl
AU testsuite/src/resources/wsrp/WEB-INF/wsdl/wsrp_v1_bindings.wsdl
AU testsuite/src/resources/wsrp/WEB-INF/wsdl/wsrp_v1_interfaces.wsdl
AU testsuite/src/resources/wsrp/WEB-INF/web.xml
A testsuite/src/resources/wsrp/messages
AU testsuite/src/resources/wsrp/messages/extension_markup.txt
A testsuite/src/resources/jmx
A testsuite/src/resources/jmx/invokerproxy
A testsuite/src/resources/jmx/invokerproxy/META-INF
AU testsuite/src/resources/jmx/invokerproxy/META-INF/jboss-service.xml
A testsuite/src/resources/jmx/proxy
A testsuite/src/resources/jmx/proxy/META-INF
AU testsuite/src/resources/jmx/proxy/META-INF/jboss-service.xml
A testsuite/src/resources/jmxERROR: Failed to check out http://anonsvn.jboss.org/repos/jbossas/branches/Branch_4_2
org.tmatesoft.svn.core.SVNException: svn: Cannot write entries file '/qa/hudson_ws/workspace/JBoss-AS-4.2.x-TestSuite-sun15/Branch_4_2/testsuite/src/resources/.svn/entries': No space left on device
at org.tmatesoft.svn.core.internal.wc.SVNErrorManager.error(SVNErrorManager.java:69)
at org.tmatesoft.svn.core.internal.wc.admin.SVNAdminArea14.saveEntries(SVNAdminArea14.java:510)
at org.tmatesoft.svn.core.internal.wc.admin.SVNLogRunner.logCompleted(SVNLogRunner.java:381)
at org.tmatesoft.svn.core.internal.wc.admin.SVNAdminArea.runLogs(SVNAdminArea.java:736)
at org.tmatesoft.svn.core.internal.wc.SVNUpdateEditor$SVNDirectoryInfo.cleanup(SVNUpdateEditor.java:865)
at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.doClose(SVNWCAccess.java:407)
at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.doClose(SVNWCAccess.java:395)
at org.tmatesoft.svn.core.internal.wc.admin.SVNWCAccess.close(SVNWCAccess.java:315)
at org.tmatesoft.svn.core.wc.SVNUpdateClient.doUpdate(SVNUpdateClient.java:172)
at org.tmatesoft.svn.core.wc.SVNUpdateClient.doCheckout(SVNUpdateClient.java:325)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:408)
at hudson.scm.SubversionSCM$CheckOutTask.invoke(SubversionSCM.java:354)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1093)
at hudson.remoting.UserRequest.perform(UserRequest.java:69)
at hudson.remoting.UserRequest.perform(UserRequest.java:23)
at hudson.remoting.Request$2.run(Request.java:200)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)
Caused by: java.io.IOException: No space left on device
at java.io.FileOutputStream.writeBytes(Native Method)
at java.io.FileOutputStream.write(FileOutputStream.java:260)
at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:65)
at java.io.BufferedOutputStream.flush(BufferedOutputStream.java:123)
at sun.nio.cs.StreamEncoder$CharsetSE.implFlush(StreamEncoder.java:410)
at sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:152)
at java.io.OutputStreamWriter.flush(OutputStreamWriter.java:213)
at org.tmatesoft.svn.core.internal.wc.admin.SVNAdminArea14.writeEntry(SVNAdminArea14.java:1280)
at org.tmatesoft.svn.core.internal.wc.admin.SVNAdminArea14.writeEntries(SVNAdminArea14.java:984)
at org.tmatesoft.svn.core.internal.wc.admin.SVNAdminArea14.saveEntries(SVNAdminArea14.java:505)
... 20 more
ERROR: No artifacts found that match the file pattern "Branch_4_2/build/output/**/*.log,Branch_4_2/testsuite/output/reports/html/". Configuration error?
/proxy/scoped
AU testsuite/src/resources/jmx/proxy/scoped/jboss-service.xml
AU testsuite/src/resources/jmx/tempFileCreator-service.xml
AU testsuite/src/resources/jmx/testConfigFixed-service.xml
A testsuite/src/resources/jmx/listener
A testsuite/src/resources/jmx/listener/simpletestservice
A testsuite/src/resources/jmx/listener/simpletestservice/META-INF
AU testsuite/src/resources/jmx/listener/simpletestservice/META-INF/jboss-service.xml
A testsuite/src/resources/jmx/listener/deploymentinfo
A testsuite/src/resources/jmx/listener/deploymentinfo/META-INF
AU testsuite/src/resources/jmx/listener/deploymentinfo/META-INF/jboss-service.xml
A testsuite/src/resources/jmx/conf
ERROR: 'Branch_4_2/build/output/**/*.log' doesn't match anything: 'Branch_4_2' exists but not 'Branch_4_2/build/output/**/*.log'
Recording test results
Build was marked for publishing on https://hudson.jboss.org/hudson/
Email was triggered for: Failure
There are 1 triggered emails.
Sending email for trigger: Failure
16 years
JBoss-AS-5.0.x-TestSuite-sun15 - Build # 1067 - Still Unstable!
by jboss-qa-internal@redhat.com
JBoss-AS-5.0.x-TestSuite-sun15 - Build # 1067 - Still Unstable:
Check console output at https://hudson.jboss.org/hudson//job/JBoss-AS-5.0.x-TestSuite-sun15/1067 to view the results.
Modifications since last build:
[Jesper Pedersen] [JBAS-3397] getManagedConnection retries
[adrian(a)jboss.org] Don't null things in stopService that are not configured in startService - especially when they are passed into the constructor
[adrian(a)jboss.org] [JBAS-6115] - Make sure we use the JBossEntityResolver when parsing -ds.xml
[ALRubinger] [JBAS-6019] Component Upgrades to JBoss Aspects
[adrian(a)jboss.org] Sourcecode tidyup
[adrian(a)jboss.org] [JBAS-6149] - Fix regression that causes a memory leak
[pgier] Fix dependency on jboss-as-server jmx-invoker-adaptor-client
16 years
JBoss-AS-5.0.x-CompatibilityMatrix - Build # 13 - Still Unstable!
by jboss-qa-internal@redhat.com
JBoss-AS-5.0.x-CompatibilityMatrix - Build # 13 - Still Unstable:
Check console output at https://hudson.jboss.org/hudson//job/JBoss-AS-5.0.x-CompatibilityMatrix/13 to view the results.
Modifications since last build:
[Jesper Pedersen] [JBAS-3397] getManagedConnection retries
[adrian(a)jboss.org] Don't null things in stopService that are not configured in startService - especially when they are passed into the constructor
[adrian(a)jboss.org] [JBAS-6115] - Make sure we use the JBossEntityResolver when parsing -ds.xml
[ALRubinger] [JBAS-6019] Component Upgrades to JBoss Aspects
[adrian(a)jboss.org] Sourcecode tidyup
[adrian(a)jboss.org] [JBAS-6149] - Fix regression that causes a memory leak
[pgier] Fix dependency on jboss-as-server jmx-invoker-adaptor-client
[anil.saldhana(a)jboss.com] server policy with jar file format - moving target
[ALRubinger] [JBAS-6019] Centralize versions as properties for org.jboss.aspects, define explicit dependencies so the defining version is not brought in transitively
[bstansberry(a)jboss.com] Clean up generics warns while the testsuite runs
[bstansberry(a)jboss.com] Remove generics warns
Minor logging improvements
[scott.stark(a)jboss.org] JBAS-6187, only depend on the system profileservice-spi
16 years
JBoss-AS-5.0.x-TestSuite-sun15 - Build # 1063 - Failure!
by jboss-qa-internal@redhat.com
JBoss-AS-5.0.x-TestSuite-sun15 - Build # 1063 - Failure:
Check console output at https://hudson.jboss.org/hudson//job/JBoss-AS-5.0.x-TestSuite-sun15/1063 to view the results.
Modifications since last build:
[alessio.soldano(a)jboss.com] [JBAS-6053] Updating jaxbintros
[Jesper Pedersen] [JBAS-6189] Add plain reports to the test target
[mmoyses] JBAS-6181: delayed lookup of security domain so that the security beans have started
[alex.loubyansky(a)jboss.com] JBAS-6154
[adrian(a)jboss.org] [JBAS-5897] - Include the web-profile in the distribution
-------------------------------------------------------------------------
[...truncated 23254 lines...]
tests-compatibility:
[junit] Running org.jboss.test.compatibility.test.SerialVersionUIDUnitTestCase
[junit] Tests run: 0, Failures: 0, Errors: 0, Time elapsed: 0.074 sec
tests-aop-scoped:
[copy] Copying 1 file to /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/bin
[echo] creating scoped-aop-jdk50 config
[copy] Copying 334 files to /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/scoped-aop-jdk50
[copy] Copied 103 empty directories to 4 empty directories under /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/scoped-aop-jdk50
[echo] Overwriting config descriptors
[copy] Warning: /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/resources/test-configs/scoped-aop-jdk50 not found.
[server:start] Starting server "scoped-aop-jdk50", with command (start timeout is 240 seconds ):
[server:start] /qa/tools/opt/jdk1.5.0_15/bin/java -cp /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/bin/run.jar:/qa/tools/opt/jdk1.5.0_15/lib/tools.jar -Xms128m -Xmx512m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -javaagent:pluggable-instrumentor.jar -Djava.net.preferIPv4Stack=true -Djava.endorsed.dirs=/qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/lib/endorsed -Djgroups.udp.ip_ttl=0 org.jboss.Main -c scoped-aop-jdk50 -b 10.18.124.15 -u 227.43.1.111
run-tests-aop-scoped:
[echo] Starting patternset=aop-with-classloader.includes config=aop-scoped
[junit] Running org.jboss.test.aop.test.ScopedAnnotatedTestCase
[junit] Tests run: 15, Failures: 0, Errors: 0, Time elapsed: 7.295 sec
[junit] Running org.jboss.test.aop.test.ScopedAttachUnitTestCase
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 5.089 sec
[junit] Running org.jboss.test.aop.test.ScopedEarWithClassesInWebInfTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.736 sec
[junit] Running org.jboss.test.aop.test.ScopedExtenderBaseLoadedScopedNoParentDelegationTestCase
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 9.51 sec
[junit] Running org.jboss.test.aop.test.ScopedExtenderBaseLoadedScopedParentDelegationTestCase
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 7.971 sec
[junit] Running org.jboss.test.aop.test.ScopedExtenderBaseNotLoadedScopedNoParentDelegationTestCase
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 9.708 sec
[junit] Running org.jboss.test.aop.test.ScopedExtenderBaseNotLoadedScopedParentDelegationTestCase
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 7.935 sec
[junit] Running org.jboss.test.aop.test.ScopedUnitTestCase
[junit] Tests run: 16, Failures: 0, Errors: 0, Time elapsed: 6.562 sec
[junit] Running org.jboss.test.aop.test.ScopedWovenDependencyTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.096 sec
[server:stop] Shutting down server: scoped-aop-jdk50
[server:stop] shutdownTimeout will be=240
[delete] Deleting: /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/bin/pluggable-instrumentor.jar
jrmp-invoker-tests:
[echo] creating jrmp-invoker config
[copy] Copying 295 files to /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/jrmp-invoker
[copy] Copied 84 empty directories to 3 empty directories under /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/jrmp-invoker
[echo] Overwriting config descriptors
[copy] Copying 1 file to /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/jrmp-invoker
[server:start] Starting server "jrmp-invoker", with command (start timeout is 240 seconds ):
[server:start] /qa/tools/opt/jdk1.5.0_15/bin/java -cp /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/bin/run.jar:/qa/tools/opt/jdk1.5.0_15/lib/tools.jar -Xms128m -Xmx512m -XX:MaxPermSize=128m -Djava.net.preferIPv4Stack=true org.jboss.Main -c jrmp-invoker -b 10.18.124.15 -u 227.43.1.111
[echo] Starting patternset=jrmp-invoker.includes config=JRMP-Invoker
[junit] Running org.jboss.test.bank.test.BankEJB20StressTestCase
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 11.756 sec
[junit] Running org.jboss.test.cts.test.BmpUnitTestCase
[junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 15.264 sec
[junit] Running org.jboss.test.cts.test.CmpUnitTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 1.973 sec
[junit] Running org.jboss.test.cts.test.CtsCmp2UnitTestCase
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 2.429 sec
[junit] Running org.jboss.test.cts.test.IndependentJarsUnitTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.468 sec
[junit] Running org.jboss.test.cts.test.LocalEjbTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.729 sec
[junit] Running org.jboss.test.cts.test.LongWaitStatefulSessionUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.84 sec
[junit] Running org.jboss.test.cts.test.StatefulSessionLocalUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 132.862 sec
[junit] Running org.jboss.test.cts.test.StatefulSessionUnitTestCase
[junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 141.754 sec
[junit] Running org.jboss.test.cts.test.StatelessSessionStressTestCase
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.889 sec
[junit] Running org.jboss.test.cts.test.StatelessSessionUnitTestCase
[junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 26.314 sec
[junit] Running org.jboss.test.testbean.test.BeanUnitTestCase
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 4.843 sec
[server:stop] Shutting down server: jrmp-invoker
[server:stop] shutdownTimeout will be=240
pooled-invoker-tests:
[echo] creating pooled-invoker config
[copy] Copying 295 files to /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/pooled-invoker
[copy] Copied 84 empty directories to 3 empty directories under /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/pooled-invoker
[echo] Overwriting config descriptors
[copy] Copying 1 file to /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/pooled-invoker
[server:start] Starting server "pooled-invoker", with command (start timeout is 240 seconds ):
[server:start] /qa/tools/opt/jdk1.5.0_15/bin/java -cp /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/bin/run.jar:/qa/tools/opt/jdk1.5.0_15/lib/tools.jar -Xms128m -Xmx512m -XX:MaxPermSize=128m -Djava.net.preferIPv4Stack=true org.jboss.Main -c pooled-invoker -b 10.18.124.15 -u 227.43.1.111
[echo] Starting patternset=jrmp-invoker.includes config=Pooled-Invoker
[junit] Running org.jboss.test.bank.test.BankEJB20StressTestCase
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 10.708 sec
[junit] Running org.jboss.test.cts.test.BmpUnitTestCase
[junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 15.088 sec
[junit] Running org.jboss.test.cts.test.CmpUnitTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.216 sec
[junit] Running org.jboss.test.cts.test.CtsCmp2UnitTestCase
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 2.547 sec
[junit] Running org.jboss.test.cts.test.IndependentJarsUnitTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.67 sec
[junit] Running org.jboss.test.cts.test.LocalEjbTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.8 sec
[junit] Running org.jboss.test.cts.test.LongWaitStatefulSessionUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 6.812 sec
[junit] Running org.jboss.test.cts.test.StatefulSessionLocalUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 132.826 sec
[junit] Running org.jboss.test.cts.test.StatefulSessionUnitTestCase
[junit] Tests run: 20, Failures: 0, Errors: 0, Time elapsed: 141.672 sec
[junit] Running org.jboss.test.cts.test.StatelessSessionStressTestCase
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 1.861 sec
[junit] Running org.jboss.test.cts.test.StatelessSessionUnitTestCase
[junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 26.331 sec
[junit] Running org.jboss.test.testbean.test.BeanUnitTestCase
[junit] Tests run: 9, Failures: 0, Errors: 0, Time elapsed: 4.75 sec
[server:stop] Shutting down server: pooled-invoker
[server:stop] shutdownTimeout will be=240
tests-clustered-profileservice:
[echo] creating cluster-profilesvc-0 config, jboss.dist=/qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA
[copy] Copying 335 files to /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/cluster-profilesvc-0
[copy] Copied 103 empty directories to 3 empty directories under /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/cluster-profilesvc-0
[copy] Copying 1 file to /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/cluster-profilesvc-0/conf
[copy] Copying 1 file to /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/cluster-profilesvc-0/deploy
[echo] Overwriting config descriptors
[copy] Copying 1 file to /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/cluster-profilesvc-0
[echo] creating cluster-profilesvc-1 config, jboss.dist=/qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA
[copy] Copying 335 files to /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/cluster-profilesvc-1
[copy] Copied 103 empty directories to 3 empty directories under /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/cluster-profilesvc-1
[copy] Copying 1 file to /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/cluster-profilesvc-1/conf
[copy] Copying 1 file to /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/cluster-profilesvc-1/deploy
[echo] Overwriting config descriptors
[copy] Copying 1 file to /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/cluster-profilesvc-1
[server:start] Starting server "cluster-profilesvc-0", with command (start timeout is 240 seconds ):
[server:start] /qa/tools/opt/jdk1.5.0_15/bin/java -cp /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/bin/run.jar:/qa/tools/opt/jdk1.5.0_15/lib/tools.jar -Xms128m -Xmx512m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Djava.net.preferIPv4Stack=true -Djava.endorsed.dirs=/qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/lib/endorsed -Dresolve.dns=false -Djgroups.udp.ip_ttl=0 -Djboss.messaging.ServerPeerID=0 -Djboss.partition.name=DefaultPartition org.jboss.Main -c cluster-profilesvc-0 -b 10.18.124.15 -u 227.43.1.111
[server:start] Starting server "cluster-profilesvc-1", with command (start timeout is 240 seconds ):
[server:start] /qa/tools/opt/jdk1.5.0_15/bin/java -cp /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/bin/run.jar:/qa/tools/opt/jdk1.5.0_15/lib/tools.jar -Xms128m -Xmx512m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Djava.net.preferIPv4Stack=true -Djava.endorsed.dirs=/qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/lib/endorsed -Dresolve.dns=false -Djgroups.udp.ip_ttl=0 -Djboss.messaging.ServerPeerID=1 -Djboss.partition.name=DefaultPartition org.jboss.Main -c cluster-profilesvc-1 -b 10.18.124.16 -u 227.43.1.111
tests-clustering-unit:
[junit] Running org.jboss.test.cluster.defaultcfg.profileservice.test.ProfileRepositoryHASingletonDeployerTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 7.565 sec
[server:stop] Shutting down server: cluster-profilesvc-0
[server:stop] shutdownTimeout will be=240
[server:stop] Shutting down server: cluster-profilesvc-1
[server:stop] shutdownTimeout will be=240
tests-web-profile:
[server:start] Starting server "web", with command (start timeout is 240 seconds ):
[server:start] /qa/tools/opt/jdk1.5.0_15/bin/java -cp /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/bin/run.jar:/qa/tools/opt/jdk1.5.0_15/lib/tools.jar -Xms128m -Xmx512m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Djava.net.preferIPv4Stack=true -Djava.endorsed.dirs=/qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/lib/endorsed -Djgroups.udp.ip_ttl=0 org.jboss.Main -c web -b 10.18.124.15 -u 227.43.1.111
init:
run-web-profile-unit:
[echo]
[echo] junit.timeout: 300000
[echo] jbosstest.iterationcount: 10
[echo] jbosstest.threadcount: 5
[echo] jbosstest.beancount: 5
[echo]
[junit] Running org.jboss.test.jpa.test.WebClassesJPAUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.487 sec
[junit] Running org.jboss.test.jpa.test.WebLibsJPAUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.727 sec
[server:stop] Shutting down server: web
[server:stop] shutdownTimeout will be=240
tests-classloader-leak:
[echo] creating classloader-leak config
[copy] Copying 334 files to /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/classloader-leak
[copy] Copied 102 empty directories to 3 empty directories under /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/classloader-leak
[echo] Overwriting config descriptors
[copy] Warning: /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/resources/test-configs/classloader-leak not found.
[server:start] Starting server "classloader-leak", with command (start timeout is 240 seconds ):
[server:start] /qa/tools/opt/jdk1.5.0_15/bin/java -cp /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/bin/run.jar:/qa/tools/opt/jdk1.5.0_15/lib/tools.jar -Xms128m -Xmx512m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Djava.net.preferIPv4Stack=true -Djava.endorsed.dirs=/qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/lib/endorsed -Djgroups.udp.ip_ttl=0 org.jboss.Main -c classloader-leak -b 10.18.124.15 -u 227.43.1.111
[junit] Running org.jboss.test.classloader.leak.test.AopPreparedClassesClassloaderLeakUnitTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 45.16 sec
[junit] Running org.jboss.test.classloader.leak.test.ClassloaderLeakUnitTestCase
[junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 137.906 sec
[junit] Running org.jboss.test.classloader.leak.test.CommonsLoggingClassloaderLeakUnitTestCase
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 146.604 sec
[junit] Running org.jboss.test.classloader.leak.test.Ejb3ClassloaderLeakUnitTestCase
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 151.743 sec
[server:stop] Shutting down server: classloader-leak
[server:stop] shutdownTimeout will be=240
tests-clustered-classloader-leak:
[echo] creating cluster-classloader-leak-0 config, jboss.dist=/qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA
[copy] Copying 334 files to /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/cluster-classloader-leak-0
[copy] Copied 103 empty directories to 4 empty directories under /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/cluster-classloader-leak-0
[echo] Overwriting config descriptors
[copy] Warning: /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/resources/test-configs/cluster-classloader-leak-0 not found.
[echo] creating cluster-classloader-leak-1 config, jboss.dist=/qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA
[copy] Copying 334 files to /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/cluster-classloader-leak-1
[copy] Copied 103 empty directories to 4 empty directories under /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/server/cluster-classloader-leak-1
[echo] Overwriting config descriptors
[copy] Warning: /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/resources/test-configs/cluster-classloader-leak-1 not found.
[server:start] Starting server "cluster-classloader-leak-0", with command (start timeout is 240 seconds ):
[server:start] /qa/tools/opt/jdk1.5.0_15/bin/java -cp /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/bin/run.jar:/qa/tools/opt/jdk1.5.0_15/lib/tools.jar -Xms128m -Xmx512m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Djava.net.preferIPv4Stack=true -Djava.endorsed.dirs=/qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/lib/endorsed -Dresolve.dns=false -Djgroups.udp.ip_ttl=0 -Djboss.messaging.ServerPeerID=0 -Dnode0.bind.address=10.18.124.15 -Djboss.partition.name=DefaultPartition org.jboss.Main -c cluster-classloader-leak-0 -b 10.18.124.15 -u 227.43.1.111
[server:start] Starting server "cluster-classloader-leak-1", with command (start timeout is 240 seconds ):
[server:start] /qa/tools/opt/jdk1.5.0_15/bin/java -cp /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/bin/run.jar:/qa/tools/opt/jdk1.5.0_15/lib/tools.jar -Xms128m -Xmx512m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Djava.net.preferIPv4Stack=true -Djava.endorsed.dirs=/qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.GA/lib/endorsed -Dresolve.dns=false -Djgroups.udp.ip_ttl=0 -Djboss.messaging.ServerPeerID=1 -Dnode0.bind.address=10.18.124.15 -Djboss.partition.name=DefaultPartition org.jboss.Main -c cluster-classloader-leak-1 -b 10.18.124.16 -u 227.43.1.111
tests-clustering-unit:
[junit] Running org.jboss.test.cluster.classloader.leak.test.ClassloaderLeakUnitTestCase
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 112.359 sec
[junit] Running org.jboss.test.cluster.classloader.leak.test.FieldGranularityClassloaderLeakUnitTestCase
[junit] Tests run: 4, Failures: 1, Errors: 0, Time elapsed: 149.468 sec
[junit] Test org.jboss.test.cluster.classloader.leak.test.FieldGranularityClassloaderLeakUnitTestCase FAILED
[server:stop] Shutting down server: cluster-classloader-leak-0
[server:stop] shutdownTimeout will be=240
[server:stop] Shutting down server: cluster-classloader-leak-1
[server:stop] shutdownTimeout will be=240
compile-stylesheets:
tests-report-html:
[mkdir] Created dir: /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/reports/html
[junitreport] Processing /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/reports/TESTS-TestSuites.xml to /tmp/null745887054
[junitreport] Loading stylesheet /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/stylesheets/junit-frames.xsl
[junitreport] /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/stylesheets/junit-frames.xsl:109:74: Fatal Error! java.io.IOException: No space left on device Cause: java.io.IOException: No space left on device
[junitreport] /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/stylesheets/junit-frames.xsl:108:68: Fatal Error! Fatal error during transformation Cause: Fatal error during transformation
[junitreport] Failed to process /qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/reports/TESTS-TestSuites.xml
BUILD FAILED
/qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/build.xml:976: The following error occurred while executing this line:
/qa/hudson_ws/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/build.xml:3444: Errors while applying transformations: Fatal error during transformation
Total time: 199 minutes 24 seconds
+ BSTATUS=1
+ [[ 1 -ne 0 ]]
+ kill-jboss
++ uname -s
+ [[ Linux == \L\i\n\u\x ]]
+ ps -eaf --columns 2200
+ grep run.jar
+ grep -v grep
+ awk '{ print $2; }'
+ xargs kill
usage: kill [ -s signal | -p ] [ -a ] pid ...
kill -l [ signal ]
+ sleep 10
+ ps -eaf --columns 2200
+ grep run.jar
+ grep -v grep
+ awk '{ print $2; }'
+ xargs kill -9
usage: kill [ -s signal | -p ] [ -a ] pid ...
kill -l [ signal ]
+ return 0
+ exit 1
[JBoss-AS-5.0.x-TestSuite-sun15] $ bash -xe /tmp/hudson36202.sh
+ kill 5198
Recording test results
Build was marked for publishing on https://hudson.jboss.org/hudson/
Email was triggered for: Failure
There are 1 triggered emails.
Sending email for trigger: Failure
16 years
JBoss-AS-5.0.x-CompatibilityMatrix - Build # 12 - Still Unstable!
by jboss-qa-internal@redhat.com
JBoss-AS-5.0.x-CompatibilityMatrix - Build # 12 - Still Unstable:
Check console output at https://hudson.jboss.org/hudson//job/JBoss-AS-5.0.x-CompatibilityMatrix/12 to view the results.
Modifications since last build:
[bstansberry(a)jboss.com] [JBAS-5945] Break apart ClusteredSession.initAfterLoad()
[JBAS-6079] Upgrade ha-server-cache-spi and -jbc
[JBAS-6183] ATTRIBUTE granularity clustered session stores attribute in same JBC node as metadata
[JBAS-6184] Eliminate a JBC Fqn level in clustered session caching
[JBAS-6186] Use JBossWebMetaData to drive DistributedCacheManagerFactory
[alessio.soldano(a)jboss.com] [JBAS-6053] Updating jaxbintros
[Jesper Pedersen] [JBAS-6189] Add plain reports to the test target
[mmoyses] JBAS-6181: delayed lookup of security domain so that the security beans have started
[alex.loubyansky(a)jboss.com] JBAS-6154
[adrian(a)jboss.org] [JBAS-5897] - Include the web-profile in the distribution
[dimitris(a)jboss.org] include jboss-profileservice-spi.jar in JBOSS_HOME/lib
[scott.stark(a)jboss.org] JBAS-6187, add jboss-profileservice-spi.jar to jboss.system.classpath
[scott.stark(a)jboss.org] JBAS-6187, split out the profileservice spis into a separate jboss-profileservice-spi.jar, jboss-as-system-5.0.x-profileservice-spi.jar artifact
16 years