Build failed in Hudson: drools #2642
by jboss-qa-internal@redhat.com
See http://hudson.qa.jboss.com/hudson/job/drools/2642/changes
Changes:
[Rikkola] JBRULES-1915: Improve process persistence usability
------------------------------------------
[...truncated 13236 lines...]
<int>20</int>
</list></value>
</variable>
</variables>
<exceptionHandlers>
<exceptionHandler faultName="MyFault" type="action" faultVariable="faultVariable" >
<action type="expression" dialect="dialect" >consequence</action>
</exceptionHandler>
<exceptionHandler faultName="MyFault2" type="action" faultVariable="faultVariable2" >
<action type="expression" dialect="dialect2" >consequence2</action>
</exceptionHandler>
</exceptionHandlers>
<nodes>
<actionNode id="2" />
<actionNode id="1" />
</nodes>
<connections>
<connection from="1" to="2" />
</connections>
<in-ports>
<in-port type="DROOLS_DEFAULT" nodeId="1" nodeInType="DROOLS_DEFAULT" />
</in-ports>
<out-ports>
<out-port type="DROOLS_DEFAULT" nodeId="2" nodeOutType="DROOLS_DEFAULT" />
</out-ports>
</composite>
<workItem id="10" name="WorkItem" waitForCompletion="false" >
<work name="workname" >
<parameter name="param1" >
<type name="org.drools.process.core.datatype.impl.type.StringDataType" />
<value>value1</value>
</parameter>
<parameter name="param2" >
<type name="org.drools.process.core.datatype.impl.type.IntegerDataType" />
<value>1</value>
</parameter>
</work>
<mapping type="in" from="var1" to="param1" />
<mapping type="out" from="param2" to="var2" />
<onEntry>
<action type="expression" dialect="java" >System.out.println("action1");</action>
<action type="expression" dialect="java" >System.out.println("action2");</action>
</onEntry>
<onExit>
<action type="expression" dialect="java" >System.out.println("action1");</action>
<action type="expression" dialect="java" >System.out.println("action2");</action>
</onExit>
<timers>
<timer id="2" delay="200" period="200" >
<action type="expression" dialect="dialect" >consequence</action>
</timer>
<timer id="1" delay="100" period="100" >
<action type="expression" dialect="dialect" >consequence</action>
</timer>
</timers>
</workItem>
<split id="5" name="split" x="1" y="2" width="3" height="4" type="2" >
<constraints>
<constraint toNodeId="3" toType="DROOLS_DEFAULT" name="constraint2" priority="2" type="type2" dialect="dialect2" >constraint-text2</constraint>
<constraint toNodeId="2" toType="DROOLS_DEFAULT" name="constraint1" priority="1" type="type1" dialect="dialect1" >constraint-text1</constraint>
</constraints>
</split>
</nodes>
<connections>
<connection from="14" to="15" />
<connection from="7" to="8" bendpoints="[10,10;20,20]" />
<connection from="10" to="11" />
<connection from="5" to="3" />
<connection from="2" to="7" />
<connection from="3" to="7" />
<connection from="6" to="7" />
<connection from="11" to="12" />
<connection from="5" to="2" />
<connection from="12" to="13" />
<connection from="8" to="9" bendpoints="[10,10]" />
<connection from="13" to="14" />
<connection from="9" to="10" bendpoints="[]" />
<connection from="1" to="5" />
</connections>
</process>
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.246 sec
Running org.drools.integrationtests.StatefulKnowledgeSessionPipelineTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 sec
Running org.drools.testframework.FactPopulatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.drools.integrationtests.ProcessForEachTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
Running org.drools.integrationtests.ProcessMilestoneTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 sec
Running org.drools.guvnor.modeldriven.DSLSentenceTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.drools.integrationtests.ProcessEventTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.265 sec
Running org.drools.compiler.SourcePackageProviderTest
RuleAgent(default) INFO (Wed Feb 25 05:11:14 EST 2009): Configuring with newInstance=false, secondsToRefresh=-1
RuleAgent(default) INFO (Wed Feb 25 05:11:14 EST 2009): Configuring package provider : FileScanner scanning: /tmp/__temp_test_drools_packages/Something.drl
RuleAgent(default) INFO (Wed Feb 25 05:11:14 EST 2009): Applying changes to the rulebase.
RuleAgent(default) INFO (Wed Feb 25 05:11:14 EST 2009): Adding package called HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec
Running org.drools.guvnor.modeldriven.FactPatternTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.drools.guvnor.modeldriven.CompositeFieldConstraintTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.drools.integrationtests.waltz.ReteOOWaltzTest
7422
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.9 sec
Running org.drools.rule.builder.dialect.mvel.MVELEvalBuilderTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.014 sec <<< FAILURE!
Running org.drools.integrationtests.DynamicRulesTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.883 sec
Running org.drools.guvnor.modeldriven.ActionSetFieldTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.drools.rule.builder.dialect.mvel.MVELDebugTest
com.sample.Rule_myRule_0
com.sample.Rule_myRule_0
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.drools.guvnor.server.util.BRLPersitenceTest
<rule>
<name>my rule</name>
<modelVersion>1.0</modelVersion>
<attributes>
<attribute>
<attributeName>no-loop</attributeName>
<value>true</value>
</attribute>
</attributes>
<metadataList/>
<lhs>
<fact>
<factType>Person</factType>
</fact>
<fact>
<factType>Accident</factType>
</fact>
</lhs>
<rhs>
<assert>
<fieldValues/>
<factType>Report</factType>
</assert>
<addToGlobal>
<globalName>g</globalName>
<factName>x</factName>
</addToGlobal>
</rhs>
</rule>
<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.11 sec
Running org.drools.testframework.RuleCoverageListenerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.drools.guvnor.modeldriven.CompositeFactPatternTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.drools.integrationtests.ProcessMultiThreadTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.072 sec
Running org.drools.rule.builder.dialect.mvel.MVELPredicateBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec
Results :
Failed tests:
testIncrementOperator(org.drools.integrationtests.MVELTest)
testEvalWithBigDecimal(org.drools.integrationtests.MVELTest)
testMVELConsequenceWithMapsAndArrays(org.drools.integrationtests.MiscTest)
Tests in error:
testMVELAccumulate(org.drools.integrationtests.AccumulateTest)
testAccumulateReverseModifyMVEL2(org.drools.integrationtests.AccumulateTest)
testMVELAccumulate2WM(org.drools.integrationtests.AccumulateTest)
testSplitWithProcessInstanceConstraint(org.drools.integrationtests.ProcessSplitTest)
testSimpleExpression(org.drools.rule.builder.dialect.mvel.MVELAccumulateBuilderTest)
testSalienceExpression(org.drools.integrationtests.ExecutionFlowControlTest)
testHelloWorld(org.drools.integrationtests.MVELTest)
testSimpleExpression(org.drools.rule.builder.dialect.mvel.MVELSalienceBuilderTest)
testSimpleExpression(org.drools.rule.builder.dialect.mvel.MVELEvalBuilderTest)
Tests run: 1126, Failures: 3, Errors: 9, Skipped: 0
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
Please refer to /qa/services/hudson/hudson_workspace/workspace/drools/trunk/drools-compiler/target/surefire-reports for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6 minutes 31 seconds
[INFO] Finished at: Wed Feb 25 05:11:30 EST 2009
[INFO] Final Memory: 34M/998M
[INFO] ------------------------------------------------------------------------
Terminating xvnc
[drools] $ vncserver -kill :10
Killing Xvnc process ID 26764
Recording test results
15 years, 9 months
Build failed in Hudson: drools #2633
by jboss-qa-internal@redhat.com
See http://hudson.qa.jboss.com/hudson/job/drools/2633/changes
Changes:
[michael.neale(a)jboss.com] GUVNOR-153 test case
[mark.proctor(a)jboss.com] GUVNOR-153 Cannot use package built by Guvnor
-changed to correct assignment
-added exception as nested exception
[michael.neale(a)jboss.com] javadoc typo (good idea to read them from time to time)
------------------------------------------
[...truncated 56936 lines...]
[java] customAssembly:
[java] jarUp:
[java] jarIng:
[java] [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/drools/trunk/drools-eclipse/drools-eclipse-build/target/eclipse.build/tmp/plugins/org.eclipse.webdav_3.0.101.jar
[java] [delete] Deleting directory /qa/services/hudson/hudson_workspace/workspace/drools/trunk/drools-eclipse/drools-eclipse-build/target/eclipse.build/tmp/plugins/org.eclipse.webdav_3.0.101
[java] jarUp:
[java] jarIng:
[java] [jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/drools/trunk/drools-eclipse/drools-eclipse-build/target/eclipse.build/tmp/plugins/org.guvnor.tools_5.0.0.SNAPSHOT.jar
[java] [delete] Deleting directory /qa/services/hudson/hudson_workspace/workspace/drools/trunk/drools-eclipse/drools-eclipse-build/target/eclipse.build/tmp/plugins/org.guvnor.tools_5.0.0.SNAPSHOT
[java] customAssembly:
[java] generate.p2.metadata:
[java] customAssembly:
[java] [zip] Building zip: /qa/services/hudson/hudson_workspace/workspace/drools/trunk/drools-eclipse/drools-eclipse-build/target/eclipse.build/N.drools-build/org.guvnor.tools-5.0.0.SNAPSHOT.zip
[java] [zip] Updating zip: /qa/services/hudson/hudson_workspace/workspace/drools/trunk/drools-eclipse/drools-eclipse-build/target/eclipse.build/N.drools-build/org.guvnor.tools-5.0.0.SNAPSHOT.zip
[java] [delete] Deleting directory /qa/services/hudson/hudson_workspace/workspace/drools/trunk/drools-eclipse/drools-eclipse-build/target/eclipse.build/tmp
[java] generate.p2.metadata:
[java] postAssemble:
[java] package:
[java] prePackage:
[java] allElements:
[java] allElementsDelegator:
[java] org.drools.eclipse.feature:
[java] init:
[java] packageElement:
[java] main:
[java] assemble.org.drools.eclipse.feature:
[java] main:
[java] [mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/drools/trunk/drools-eclipse/drools-eclipse-build/target/eclipse.build/tmp
[java] customAssembly:
[java] customAssembly:
[java] customAssembly:
[java] [delete] Deleting directory /qa/services/hudson/hudson_workspace/workspace/drools/trunk/drools-eclipse/drools-eclipse-build/target/eclipse.build/tmp
[java] generate.p2.metadata:
[java] org.drools.eclipse.test.feature:
[java] org.drools.eclipse.task.feature:
[java] init:
[java] packageElement:
[java] main:
[java] assemble.org.drools.eclipse.task.feature:
[java] main:
[java] [mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/drools/trunk/drools-eclipse/drools-eclipse-build/target/eclipse.build/tmp
[java] customAssembly:
[java] customAssembly:
[java] customAssembly:
[java] [delete] Deleting directory /qa/services/hudson/hudson_workspace/workspace/drools/trunk/drools-eclipse/drools-eclipse-build/target/eclipse.build/tmp
[java] generate.p2.metadata:
[java] org.guvnor.tools.feature:
[java] init:
[java] packageElement:
[java] main:
[java] assemble.org.guvnor.tools.feature:
[java] main:
[java] [mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/drools/trunk/drools-eclipse/drools-eclipse-build/target/eclipse.build/tmp
[java] customAssembly:
[java] customAssembly:
[java] customAssembly:
[java] [delete] Deleting directory /qa/services/hudson/hudson_workspace/workspace/drools/trunk/drools-eclipse/drools-eclipse-build/target/eclipse.build/tmp
[java] generate.p2.metadata:
[java] postPackage:
[java] [copy] Copying 3 files to /qa/services/hudson/hudson_workspace/workspace/drools/trunk/drools-eclipse/drools-eclipse-build/target
[java] postBuild:
[java] postBuild:
[java] gatherLogs:
[java] [mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/drools/trunk/drools-eclipse/drools-eclipse-build/target/eclipse.build/N.drools-build/compilelogs
[java] allElements:
[java] allElementsDelegator:
[java] org.drools.eclipse.feature:
[java] init:
[java] gatherLogs:
[java] init:
[java] zip.logs:
[java] [mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/drools/trunk/drools-eclipse/drools-eclipse-build/target/eclipse.build/features/org.drools.eclipse.feature/feature.temp.folder
[java] init:
[java] all.features:
[java] all.plugins:
[java] properties:
[java] init:
[java] gather.logs:
[java] [mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/drools/trunk/drools-eclipse/drools-eclipse-build/target/eclipse.build/features/org.drools.eclipse.feature/feature.temp.folder/plugins/org.drools.eclipse_5.0.0.SNAPSHOT
[java] [copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/drools/trunk/drools-eclipse/drools-eclipse-build/target/eclipse.build/features/org.drools.eclipse.feature/feature.temp.folder/plugins/org.drools.eclipse_5.0.0.SNAPSHOT
[java] update.feature:
[java] all.children:
[java] [zip] Building zip: /qa/services/hudson/hudson_workspace/workspace/drools/trunk/drools-eclipse/drools-eclipse-build/target/eclipse.build/features/org.drools.eclipse.feature/org.drools.eclipse.feature_5.0.0.SNAPSHOT.log.zip
[java] [delete] Deleting directory /qa/services/hudson/hudson_workspace/workspace/drools/trunk/drools-eclipse/drools-eclipse-build/target/eclipse.build/features/org.drools.eclipse.feature/feature.temp.folder
[java] org.drools.eclipse.test.feature:
[java] org.drools.eclipse.task.feature:
[java] init:
[java] gatherLogs:
[java] init:
[java] zip.logs:
[java] [mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/drools/trunk/drools-eclipse/drools-eclipse-build/target/eclipse.build/features/org.drools.eclipse.task.feature/feature.temp.folder
[java] init:
[java] all.features:
[java] all.plugins:
[java] properties:
[java] init:
[java] gather.logs:
[java] [mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/drools/trunk/drools-eclipse/drools-eclipse-build/target/eclipse.build/features/org.drools.eclipse.task.feature/feature.temp.folder/plugins/org.drools.eclipse.task_5.0.0.SNAPSHOT
[java] [copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/drools/trunk/drools-eclipse/drools-eclipse-build/target/eclipse.build/features/org.drools.eclipse.task.feature/feature.temp.folder/plugins/org.drools.eclipse.task_5.0.0.SNAPSHOT
[java] update.feature:
[java] all.children:
[java] [zip] Building zip: /qa/services/hudson/hudson_workspace/workspace/drools/trunk/drools-eclipse/drools-eclipse-build/target/eclipse.build/features/org.drools.eclipse.task.feature/org.drools.eclipse.task.feature_5.0.0.SNAPSHOT.log.zip
[java] [delete] Deleting directory /qa/services/hudson/hudson_workspace/workspace/drools/trunk/drools-eclipse/drools-eclipse-build/target/eclipse.build/features/org.drools.eclipse.task.feature/feature.temp.folder
[java] org.guvnor.tools.feature:
[java] init:
[java] gatherLogs:
[java] init:
[java] zip.logs:
[java] [mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/drools/trunk/drools-eclipse/drools-eclipse-build/target/eclipse.build/features/org.guvnor.tools.feature/feature.temp.folder
[java] init:
[java] all.features:
[java] all.plugins:
[java] properties:
[java] init:
[java] gather.logs:
[java] [mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/drools/trunk/drools-eclipse/drools-eclipse-build/target/eclipse.build/features/org.guvnor.tools.feature/feature.temp.folder/plugins/org.eclipse.webdav_3.0.101
[java] [copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/drools/trunk/drools-eclipse/drools-eclipse-build/target/eclipse.build/features/org.guvnor.tools.feature/feature.temp.folder/plugins/org.eclipse.webdav_3.0.101
[java] properties:
[java] init:
[java] gather.logs:
[java] [mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/drools/trunk/drools-eclipse/drools-eclipse-build/target/eclipse.build/features/org.guvnor.tools.feature/feature.temp.folder/plugins/org.guvnor.tools_5.0.0.SNAPSHOT
[java] [copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/drools/trunk/drools-eclipse/drools-eclipse-build/target/eclipse.build/features/org.guvnor.tools.feature/feature.temp.folder/plugins/org.guvnor.tools_5.0.0.SNAPSHOT
[java] update.feature:
[java] all.children:
[java] [zip] Building zip: /qa/services/hudson/hudson_workspace/workspace/drools/trunk/drools-eclipse/drools-eclipse-build/target/eclipse.build/features/org.guvnor.tools.feature/org.guvnor.tools.feature_5.0.0.SNAPSHOT.log.zip
[java] [delete] Deleting directory /qa/services/hudson/hudson_workspace/workspace/drools/trunk/drools-eclipse/drools-eclipse-build/target/eclipse.build/features/org.guvnor.tools.feature/feature.temp.folder
[java] [unzip] Expanding: /qa/services/hudson/hudson_workspace/workspace/drools/trunk/drools-eclipse/drools-eclipse-build/target/eclipse.build/features/org.drools.eclipse.feature/org.drools.eclipse.feature_5.0.0.SNAPSHOT.log.zip into /qa/services/hudson/hudson_workspace/workspace/drools/trunk/drools-eclipse/drools-eclipse-build/target/eclipse.build/N.drools-build/compilelogs
[java] [unzip] Expanding: /qa/services/hudson/hudson_workspace/workspace/drools/trunk/drools-eclipse/drools-eclipse-build/target/eclipse.build/features/org.drools.eclipse.task.feature/org.drools.eclipse.task.feature_5.0.0.SNAPSHOT.log.zip into /qa/services/hudson/hudson_workspace/workspace/drools/trunk/drools-eclipse/drools-eclipse-build/target/eclipse.build/N.drools-build/compilelogs
[java] [unzip] Expanding: /qa/services/hudson/hudson_workspace/workspace/drools/trunk/drools-eclipse/drools-eclipse-build/target/eclipse.build/features/org.guvnor.tools.feature/org.guvnor.tools.feature_5.0.0.SNAPSHOT.log.zip into /qa/services/hudson/hudson_workspace/workspace/drools/trunk/drools-eclipse/drools-eclipse-build/target/eclipse.build/N.drools-build/compilelogs
[java] test:
[java] BUILD SUCCESSFUL
[java] BUILD SUCCESSFUL
[java] Total time: 58 seconds
[INFO] Executed tasks
[INFO] [antrun:run {execution: test-plugin}]
[INFO] Executing tasks
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Error executing ant tasks
Embedded error: You must not nest more than one condition into <condition>
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 24 minutes 46 seconds
[INFO] Finished at: Mon Feb 23 20:13:22 EST 2009
[INFO] Final Memory: 48M/979M
[INFO] ------------------------------------------------------------------------
Terminating xvnc
[drools] $ vncserver -kill :12
Killing Xvnc process ID 30203
Recording test results
15 years, 9 months
JBoss-AS-5.1.x-compatibilityMatrix - Build # 1 - Failure!
by jboss-qa-internal@redhat.com
JBoss-AS-5.1.x-compatibilityMatrix - Build # 1 - Failure:
Check console output at https://hudson.jboss.org/hudson//job/JBoss-AS-5.1.x-compatibilityMatrix/1 to view the results.
Modifications since last build:
-------------------------------------------------------------------------
[...truncated 19325 lines...]
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/spring-cluster-pojos.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/spring-facade.jar
_jars-testbean:
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/testbeantest.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/testbean.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/testbean2.jar
_jars-testbeancluster:
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/testbeancluster.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/sfsb-passexp.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/sfsb-passexp.sar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/test-cif.jar
[ear] Building ear: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/test-cif.ear
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/test-retry.jar
[ear] Building ear: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/test-retry.ear
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/pooledha.jar
_jars-threading:
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/threadingMBean.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/threadingBean.jar
_jars-timer:
[zip] Building zip: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/ejb-timer.jar
[zip] Building zip: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/ejb-timer.war
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/ejb-timer.sar
[zip] Building zip: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/ejb-timer.ear
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/transactional-timer-test.jar
_jars-tm:
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/tmtest.sar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/mttest.sar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/txtimeouttest.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/bmtcleanuptest.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/webbmtcleanuptest.war
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/webbmtcleanuptest.sar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/transaction-test.jar
_jars-txiiop:
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/txiioptest.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/txiiop.jar
_jars-txtimer:
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/ejb-txtimer.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/ejb-txtimer-scoped.jar
_jars-util:
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/scheduler.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/scheduler.sar
[ear] Building ear: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/scheduler.ear
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/twiddle-test.sar
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib
_jars-web:
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/mcaware.war
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/altdd.war
[ear] Building ear: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/altdd-web.ear
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/jbosstest-web-ejbs.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/jbosstest-web-util2.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/jbosstest-web-util.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/lib/util.jar
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/websubdir
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/websubdir/relative.jar
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/root-web.war
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/wars
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/wars/notjbosstest-web.war
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/jbosstest-web-libservlet.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/resources.jar
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/manifest-web.war
[ear] Building ear: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/manifest-web.ear
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/jbosstest-web.war
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/jbosstest-ctx-destroy.war
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/lib
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/jbosstest-webctx.war
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/bad-web.war
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/good-web.war
[ear] Building ear: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/jbosstest-web.ear
[ear] Building ear: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/jbosstest-web2.ear
[ear] Building ear: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/jbosstest-bad.ear
[ear] Building ear: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/jbosstest-good.ear
[ear] Building ear: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/root-web.ear
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/form-auth.war
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/form-auth-resources.jar
[zip] Building zip: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/form-auth.ear
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/jaspi-form-auth.war
[zip] Building zip: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/jaspi-form-auth.ear
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/clientcert-auth.war
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/sso-form-auth.war
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/sso-form-auth-clustered.war
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/sso-expire.war
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/sso-with-no-auth.war
[ear] Building ear: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/web-sso.ear
[ear] Building ear: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/web-sso-clustered.ear
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/custom-errors.war
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/error-producer.war
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/userinrole.war
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/userinrole1.war
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/userinrole2.war
[zip] Building zip: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/userinrole.ear
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/header-auth.jar
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/jbosssx-jaspi-web.war
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/xacml-requestattrib.war
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/xacml-subjectrole.war
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/header-form-auth.war
[zip] Building zip: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/header-form-auth.ear
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/generic-header-auth.war
[zip] Building zip: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/generic-header-auth.ear
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/auth-ext-header-web.war
[zip] Building zip: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/auth-ext-header-web.ear
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/simple-xmlonly.war
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/simple-jsponly.war
[ear] Building ear: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/jbosstest-jsp-injection.ear
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/simple-annonly.war
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/simple-mock.beans
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/root-context.war
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/programmaticweblogin.war
[zip] Building zip: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/programmaticweblogin.ear
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/class-loading.war
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/jbossweb-legacy-classloader-fromdd.sar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/jbossweb-legacy-classloader-fromod.sar
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/jbossweb-legacy-classloader-CaseA.war
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/jbossweb-legacy-classloader-CaseB.war
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/jbossweb-legacy-classloader-CaseC.war
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/jbossweb-legacy-classloader-CaseD.war
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/jbossweb-legacy-classloader-CaseE.war
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/jbossweb-legacy-classloader-CaseF.war
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/jbossweb-legacy-classloader-CaseG.war
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/jbossweb-virtual-host.war
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/acl-integration.war
_jars-webservice:
[echo] Using target node: localhost
[copy] Copying 38 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/resources/webservice
[copy] Copying 3 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/resources/webservice
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/ws4ee-admindevel.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/ws4ee-admindevel-client.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/ws4ee-jbws309.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/ws4ee-jbws309-client.jar
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/webservice-jbas5614.war
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/webservice-jbas5614-client.jar
[ear] Building ear: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/webservice-jbas5614.ear
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/jaxws-endpoint-servlet.war
_jars-ws:
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/jaxws-webserviceref.war
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/jaxws-webserviceref-client.jar
[war] Building war: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/jaxws-webserviceref-servlet-client.war
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/jaxws-webserviceref-ejb3-client.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/webservices-ejb3.jar
_jars-xa:
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/xatestclient.jar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/xatest.jar
_jars-xslt:
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/xalan-check-default.sar
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/xalan-check-scoped.sar
_jars-byvalue:
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/lib/jar-byvalue.jar
jars:
tests-matrix:
[echo] Will start the jboss instance localhost with default, dist=/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/build/output/jboss-5.1.0.Beta1
[echo] Waiting for localhost to start...
BUILD FAILED
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/build.xml:3589: The following error occurred while executing this line:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/build.xml:3640: The following error occurred while executing this line:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/build.xml:626: Timeout waiting for nodes to start
Total time: 4 minutes 5 seconds
[JBoss-AS-5.1.x-compatibilityMatrix] $ bash -xe /tmp/hudson3754849015241294759.sh
+ kill 19028
ERROR: Failed to archive artifacts: JBossAS_5_x/testsuite/output/**/*.log,JBossAS_5_x/build/output/**/log/*.log
hudson.util.IOException2: hudson.util.IOException2: Failed to read the remote stream /home/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/**/*.log,JBossAS_5_x/build/output/**/log/*.log
at hudson.FilePath.readFromTar(FilePath.java:1047)
at hudson.FilePath.copyRecursiveTo(FilePath.java:959)
at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:101)
at hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:359)
at hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:347)
at hudson.model.Build$RunnerImpl.post2(Build.java:169)
at hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:332)
at hudson.model.Run.run(Run.java:885)
at hudson.model.Build.run(Build.java:112)
at hudson.model.ResourceController.execute(ResourceController.java:93)
at hudson.model.Executor.run(Executor.java:113)
Caused by: Error while expanding /home/hudson/hudson_workspace/workspace/JBoss-AS-5.1.x-compatibilityMatrix/JBossAS_5_x/testsuite/output/**/*.log,JBossAS_5_x/build/output/**/log/*.log
at org.apache.tools.ant.taskdefs.Untar.expandResource(Untar.java:121)
at org.apache.tools.ant.taskdefs.Expand.execute(Expand.java:119)
at hudson.FilePath.readFromTar(FilePath.java:1045)
... 10 more
Caused by: java.io.EOFException: Unexpected end of ZLIB input stream
at java.util.zip.InflaterInputStream.fill(InflaterInputStream.java:223)
at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:141)
at java.util.zip.GZIPInputStream.read(GZIPInputStream.java:92)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:218)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:258)
at java.io.BufferedInputStream.read(BufferedInputStream.java:317)
at java.io.BufferedInputStream.read1(BufferedInputStream.java:256)
at java.io.BufferedInputStream.read(BufferedInputStream.java:317)
at org.apache.tools.tar.TarBuffer.readBlock(TarBuffer.java:257)
at org.apache.tools.tar.TarBuffer.readRecord(TarBuffer.java:223)
at org.apache.tools.tar.TarInputStream.read(TarInputStream.java:340)
at java.io.FilterInputStream.read(FilterInputStream.java:90)
at org.apache.tools.ant.taskdefs.Expand.extractFile(Expand.java:282)
at org.apache.tools.ant.taskdefs.Untar.expandStream(Untar.java:142)
at org.apache.tools.ant.taskdefs.Untar.expandResource(Untar.java:119)
... 12 more
at hudson.FilePath.copyRecursiveTo(FilePath.java:966)
at hudson.tasks.ArtifactArchiver.perform(ArtifactArchiver.java:101)
at hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:359)
at hudson.model.AbstractBuild$AbstractRunner.performAllBuildStep(AbstractBuild.java:347)
at hudson.model.Build$RunnerImpl.post2(Build.java:169)
at hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:332)
at hudson.model.Run.run(Run.java:885)
at hudson.model.Build.run(Build.java:112)
at hudson.model.ResourceController.execute(ResourceController.java:93)
at hudson.model.Executor.run(Executor.java:113)
Caused by: java.util.concurrent.ExecutionException: java.io.IOException: request to write '2803' bytes exceeds size in header of '1237614' bytes for entry 'JBossAS_5_x/build/output/jboss-5.1.0.Beta1/server/default/log/server.log'
at hudson.remoting.Channel$1.adapt(Channel.java:509)
at hudson.remoting.Channel$1.adapt(Channel.java:504)
at hudson.remoting.FutureAdapter.get(FutureAdapter.java:59)
at hudson.FilePath.copyRecursiveTo(FilePath.java:962)
... 9 more
Caused by: java.io.IOException: request to write '2803' bytes exceeds size in header of '1237614' bytes for entry 'JBossAS_5_x/build/output/jboss-5.1.0.Beta1/server/default/log/server.log'
at org.apache.tools.tar.TarOutputStream.write(TarOutputStream.java:279)
at hudson.FilePath.writeToTar(FilePath.java:1017)
at hudson.FilePath.access$400(FilePath.java:144)
at hudson.FilePath$25.invoke(FilePath.java:952)
at hudson.FilePath$25.invoke(FilePath.java:949)
at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1252)
at hudson.remoting.UserRequest.perform(UserRequest.java:92)
at hudson.remoting.UserRequest.perform(UserRequest.java:46)
at hudson.remoting.Request$2.run(Request.java:236)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
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
15 years, 9 months