Build failed in Hudson: drools #1307
by jboss-qa-internal@redhat.com
See http://hudson.qa.jboss.com/hudson/job/drools/1307/changes
Changes:
[fmeyer] JBRULES-428 Access Control List - each node to be protected
[fmeyer] JBRULES-428 Access Control List - each node to be protected
------------------------------------------
[...truncated 8951 lines...]
java.lang.Exception: this should throw an exception
at org.drools.test.Rule_Throw_Consequence_Exception_0.consequence(Rule_Throw_Consequence_Exception_0.java:7)
at org.drools.test.Rule_Throw_Consequence_Exception_0ConsequenceInvoker.evaluate(Rule_Throw_Consequence_Exception_0ConsequenceInvoker.java:19)
at org.drools.common.DefaultAgenda.fireActivation(DefaultAgenda.java:550)
at org.drools.common.DefaultAgenda.fireNextItem(DefaultAgenda.java:514)
at org.drools.common.AbstractWorkingMemory.fireAllRules(AbstractWorkingMemory.java:437)
at org.drools.common.AbstractWorkingMemory.fireAllRules(AbstractWorkingMemory.java:409)
at org.drools.concurrent.FireAllRules.execute(FireAllRules.java:23)
at org.drools.concurrent.CommandExecutor.run(CommandExecutor.java:60)
at java.lang.Thread.run(Thread.java:595)
java.lang.Exception: this should throw an exception
at org.drools.test.Rule_Throw_Consequence_Exception_0.consequence(Rule_Throw_Consequence_Exception_0.java:7)
at org.drools.test.Rule_Throw_Consequence_Exception_0ConsequenceInvoker.evaluate(Rule_Throw_Consequence_Exception_0ConsequenceInvoker.java:19)
at org.drools.common.DefaultAgenda.fireActivation(DefaultAgenda.java:550)
at org.drools.common.DefaultAgenda.fireNextItem(DefaultAgenda.java:514)
at org.drools.common.AbstractWorkingMemory.fireAllRules(AbstractWorkingMemory.java:437)
at org.drools.common.AbstractWorkingMemory.fireAllRules(AbstractWorkingMemory.java:409)
at org.drools.concurrent.FireAllRules.execute(FireAllRules.java:23)
at org.drools.concurrent.CommandExecutor.run(CommandExecutor.java:60)
at java.lang.Thread.run(Thread.java:595)
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.768 sec
Running org.drools.xml.processes.ActionNodeTest
(null: 4, 92): cvc-elt.1: Cannot find the declaration of element 'process'.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
Running org.drools.brms.server.util.BRDRLPersistenceTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 sec
Running org.drools.testframework.FactPopulatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.drools.brms.modeldriven.CompositeFieldConstraintTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.drools.integrationtests.eventgenerator.SimpleEventGeneratorTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.538 sec
Running org.drools.compiler.SourcePackageProviderTest
RuleAgent(default) INFO (Mon Mar 03 17:16:17 EST 2008): Configuring with newInstance=false, secondsToRefresh=-1
RuleAgent(default) INFO (Mon Mar 03 17:16:17 EST 2008): Configuring package provider : FileScanner scanning: /tmp/__temp_test_drools_packages/Something.drl
RuleAgent(default) INFO (Mon Mar 03 17:16:17 EST 2008): Applying changes to the rulebase.
RuleAgent(default) INFO (Mon Mar 03 17:16:17 EST 2008): Adding package called HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec
Running org.drools.brms.modeldriven.ConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.drools.rule.builder.dialect.mvel.MVELEvalBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.drools.integrationtests.waltz.ReteOOWaltzTest
5788
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.336 sec
Running org.drools.integrationtests.DynamicRulesTest
org.drools.RuntimeDroolsException: Unable to load dialect 'org.drools.rule.builder.dialect.java.JavaDialectConfiguration:java'
at org.drools.compiler.PackageBuilderConfiguration.addDialect(PackageBuilderConfiguration.java:187)
at org.drools.compiler.PackageBuilderConfiguration.buildDialectConfigurationMap(PackageBuilderConfiguration.java:173)
at org.drools.compiler.PackageBuilderConfiguration.init(PackageBuilderConfiguration.java:146)
at org.drools.compiler.PackageBuilderConfiguration.<init>(PackageBuilderConfiguration.java:123)
at org.drools.compiler.PackageBuilder.<init>(PackageBuilder.java:128)
at org.drools.compiler.PackageBuilder.<init>(PackageBuilder.java:89)
at org.drools.integrationtests.DynamicRulesTest.testDynamicRulesAddRemove(DynamicRulesTest.java:546)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at junit.framework.TestCase.runTest(TestCase.java:154)
at junit.framework.TestCase.runBare(TestCase.java:127)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at sun.reflect.GeneratedMethodAccessor35.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818)
Caused by: java.lang.ClassCastException: org.drools.rule.builder.dialect.java.JavaDialectConfiguration
at org.drools.compiler.PackageBuilderConfiguration.addDialect(PackageBuilderConfiguration.java:182)
... 31 more
org.drools.RuntimeDroolsException: Unable to load dialect 'org.drools.rule.builder.dialect.java.JavaDialectConfiguration:java'
at org.drools.compiler.PackageBuilderConfiguration.addDialect(PackageBuilderConfiguration.java:187)
at org.drools.compiler.PackageBuilderConfiguration.buildDialectConfigurationMap(PackageBuilderConfiguration.java:173)
at org.drools.compiler.PackageBuilderConfiguration.init(PackageBuilderConfiguration.java:146)
at org.drools.compiler.PackageBuilderConfiguration.<init>(PackageBuilderConfiguration.java:123)
at org.drools.compiler.PackageBuilder.<init>(PackageBuilder.java:128)
at org.drools.compiler.PackageBuilder.<init>(PackageBuilder.java:89)
at org.drools.integrationtests.DynamicRulesTest.testRuleBaseAddRemoveSubNetworks(DynamicRulesTest.java:774)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at junit.framework.TestCase.runTest(TestCase.java:154)
at junit.framework.TestCase.runBare(TestCase.java:127)
at junit.framework.TestResult$1.protect(TestResult.java:106)
at junit.framework.TestResult.runProtected(TestResult.java:124)
at junit.framework.TestResult.run(TestResult.java:109)
at junit.framework.TestCase.run(TestCase.java:118)
at junit.framework.TestSuite.runTest(TestSuite.java:208)
at junit.framework.TestSuite.run(TestSuite.java:203)
at sun.reflect.GeneratedMethodAccessor35.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:125)
at org.apache.maven.surefire.Surefire.run(Surefire.java:132)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:290)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:818)
Caused by: java.lang.ClassCastException: org.drools.rule.builder.dialect.java.JavaDialectConfiguration
at org.drools.compiler.PackageBuilderConfiguration.addDialect(PackageBuilderConfiguration.java:182)
... 31 more
Tests run: 16, Failures: 2, Errors: 6, Skipped: 0, Time elapsed: 1.126 sec <<< FAILURE!
Running org.drools.brms.modeldriven.ActionFieldValueTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.drools.testframework.RuleCoverageListenerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.drools.brms.server.util.SuggestionCompletionEngineBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.drools.integrationtests.ExecutionFlowControlTest
Tests run: 27, Failures: 0, Errors: 27, Skipped: 0, Time elapsed: 0.127 sec <<< FAILURE!
Running org.drools.brms.modeldriven.ActionSetFieldTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.drools.brms.modeldriven.RuleModelTest
<rule>
<modelVersion>1.0</modelVersion>
<attributes/>
<lhs>
<fact>
<factType>Car</factType>
<boundName>x</boundName>
</fact>
<fact>
<factType>Car</factType>
<boundName>y</boundName>
</fact>
<fact>
<factType>House</factType>
</fact>
</lhs>
<rhs>
<retract>
<variableName>q</variableName>
</retract>
</rhs>
</rule>
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.drools.xml.rules.XmlPackageReaderTest
Tests run: 14, Failures: 0, Errors: 14, Skipped: 0, Time elapsed: 0.064 sec <<< FAILURE!
Running org.drools.lang.RuleParserTest
Tests run: 116, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.209 sec
Running org.drools.rule.builder.dialect.mvel.MVELExprAnalyzerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.drools.reteoo.ReteooBuilderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.drools.lang.dsl.DefaultExpanderTest
rule 'x'
when
Foo()
then end
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.16 sec
Running org.drools.rule.builder.dialect.mvel.MVELPredicateBuilderTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.009 sec <<< FAILURE!
Running org.drools.brms.server.util.ScenarioXMLPersistenceTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec
Results :
Failed tests:
testDynamicRulesAddRemove(org.drools.integrationtests.DynamicRulesTest)
testRuleBaseAddRemoveSubNetworks(org.drools.integrationtests.DynamicRulesTest)
Tests in error:
testClassLoaderSwitchsUsingConf(org.drools.integrationtests.DynamicRulesTest)
testClassLoaderSwitchsUsingContext(org.drools.integrationtests.DynamicRulesTest)
testCollectDynamicRules(org.drools.integrationtests.DynamicRulesTest)
testDynamicRuleRemovalsSubNetwork(org.drools.integrationtests.DynamicRulesTest)
testDynamicRuleRemovalsUnusedWorkingMemorySubNetwork(org.drools.integrationtests.DynamicRulesTest)
testRemovePackageSubNetwork(org.drools.integrationtests.DynamicRulesTest)
testNoLoop(org.drools.integrationtests.ExecutionFlowControlTest)
testRuleFlowGroup(org.drools.integrationtests.ExecutionFlowControlTest)
testSalienceInteger(org.drools.integrationtests.ExecutionFlowControlTest)
testSalienceExpression(org.drools.integrationtests.ExecutionFlowControlTest)
testLockOnActive(org.drools.integrationtests.ExecutionFlowControlTest)
testLockOnActiveWithModify(org.drools.integrationtests.ExecutionFlowControlTest)
testAgendaGroups(org.drools.integrationtests.ExecutionFlowControlTest)
testActivationGroups(org.drools.integrationtests.ExecutionFlowControlTest)
testDuration(org.drools.integrationtests.ExecutionFlowControlTest)
testInsertRetractNoloop(org.drools.integrationtests.ExecutionFlowControlTest)
testDurationWithNoLoop(org.drools.integrationtests.ExecutionFlowControlTest)
testFireRuleAfterDuration(org.drools.integrationtests.ExecutionFlowControlTest)
testUpdateNoLoop(org.drools.integrationtests.ExecutionFlowControlTest)
testUpdateActivationCreationNoLoop(org.drools.integrationtests.ExecutionFlowControlTest)
testRuleFlow(org.drools.integrationtests.ExecutionFlowControlTest)
testRuleFlowClear(org.drools.integrationtests.ExecutionFlowControlTest)
testRuleFlowInPackage(org.drools.integrationtests.ExecutionFlowControlTest)
testLoadingRuleFlowInPackage1(org.drools.integrationtests.ExecutionFlowControlTest)
testLoadingRuleFlowInPackage2(org.drools.integrationtests.ExecutionFlowControlTest)
testLoadingRuleFlowInPackage3(org.drools.integrationtests.ExecutionFlowControlTest)
testLoadingRuleFlowInPackage4(org.drools.integrationtests.ExecutionFlowControlTest)
testLoadingRuleFlowInPackage5(org.drools.integrationtests.ExecutionFlowControlTest)
testLoadingRuleFlowInPackage6(org.drools.integrationtests.ExecutionFlowControlTest)
testRuleFlowActionDialects(org.drools.integrationtests.ExecutionFlowControlTest)
testRuleFlowConstraintDialects(org.drools.integrationtests.ExecutionFlowControlTest)
testLoadingRuleFlowInPackage7(org.drools.integrationtests.ExecutionFlowControlTest)
testDateEffective(org.drools.integrationtests.ExecutionFlowControlTest)
testParseFrom(org.drools.xml.rules.XmlPackageReaderTest)
testAccumulate(org.drools.xml.rules.XmlPackageReaderTest)
testAccumulateMultiPattern(org.drools.xml.rules.XmlPackageReaderTest)
testParseForall(org.drools.xml.rules.XmlPackageReaderTest)
testParseExists(org.drools.xml.rules.XmlPackageReaderTest)
testParseCollect(org.drools.xml.rules.XmlPackageReaderTest)
testParsePackageName(org.drools.xml.rules.XmlPackageReaderTest)
testParseImport(org.drools.xml.rules.XmlPackageReaderTest)
testParseGlobal(org.drools.xml.rules.XmlPackageReaderTest)
testParseFunction(org.drools.xml.rules.XmlPackageReaderTest)
testParseRule(org.drools.xml.rules.XmlPackageReaderTest)
testParseLhs(org.drools.xml.rules.XmlPackageReaderTest)
testParseRhs(org.drools.xml.rules.XmlPackageReaderTest)
testParseQuery(org.drools.xml.rules.XmlPackageReaderTest)
testSimpleExpression(org.drools.rule.builder.dialect.mvel.MVELPredicateBuilderTest)
Tests run: 671, Failures: 2, Errors: 48, Skipped: 0
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 minutes 50 seconds
[INFO] Finished at: Mon Mar 03 17:16:25 EST 2008
[INFO] Final Memory: 15M/67M
[INFO] ------------------------------------------------------------------------
Terminating xvnc
[drools] $ vncserver -kill :10
Killing Xvnc process ID 26204
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, 8 months
Build failed in Hudson: JBoss-AS-5.0.x-TestSuite-sun15 #426
by jboss-qa-internal@redhat.com
See https://hudson.jboss.org/hudson/job/JBoss-AS-5.0.x-TestSuite-sun15/426/ch...
------------------------------------------
[...truncated 29756 lines...]
Overriding previous definition of reference to gjt.jpl-util.classpath
Overriding previous definition of reference to opennms.joesnmp.classpath
Overriding previous definition of reference to jacorb.idl.classpath
Overriding previous definition of reference to sleepycat.classpath
Overriding previous definition of reference to apache.tomcat55.classpath
Overriding previous definition of reference to trove.classpath
Overriding previous definition of reference to qdox.classpath
Overriding previous definition of reference to javassist.classpath
Overriding previous definition of reference to hibernate3.classpath
Overriding previous definition of reference to odmg.classpath
Overriding previous definition of reference to cglib.classpath
Overriding previous definition of reference to ejb3-persistence.classpath
Overriding previous definition of reference to spring.classpath
Overriding previous definition of reference to apache.ant.classpath
Overriding previous definition of reference to jboss.test.classpath
tests-clustering-unit:
[junit] Running org.jboss.test.web.test.ClusteredSingleSignOnUnitTestCase
[junit] Tests run: 4, Failures: 4, Errors: 0, Time elapsed: 18.613 sec
[junit] Test org.jboss.test.web.test.ClusteredSingleSignOnUnitTestCase FAILED
[server:stop] Shutting down server: tomcat-sso-cluster0
[server:stop] Shutting down server: /qa/tools/opt/jdk1.5.0_12/bin/java -cp /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/bin/shutdown.jar:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/client/jbossall-client.jar:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/client/jboss-common.jar org.jboss.Shutdown --server jnp://10.18.96.175:1099 --shutdown
[server:stop] shutdownTimeout will be=45
[server:stop] Shutting down server: tomcat-sso-cluster1
[server:stop] Shutting down server: /qa/tools/opt/jdk1.5.0_12/bin/java -cp /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/bin/shutdown.jar:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/client/jbossall-client.jar:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/client/jboss-common.jar org.jboss.Shutdown --server jnp://10.18.96.176:1099 --shutdown
[server:stop] shutdownTimeout will be=45
Overriding previous definition of reference to apache.commons.classpath
Overriding previous definition of reference to sax.classpath
Overriding previous definition of reference to xdoclet.task.classpath
Overriding previous definition of reference to gjt.jpl-util.classpath
Overriding previous definition of reference to opennms.joesnmp.classpath
Overriding previous definition of reference to jacorb.idl.classpath
Overriding previous definition of reference to sleepycat.classpath
Overriding previous definition of reference to apache.tomcat55.classpath
Overriding previous definition of reference to trove.classpath
Overriding previous definition of reference to qdox.classpath
Overriding previous definition of reference to javassist.classpath
Overriding previous definition of reference to hibernate3.classpath
Overriding previous definition of reference to odmg.classpath
Overriding previous definition of reference to cglib.classpath
Overriding previous definition of reference to ejb3-persistence.classpath
Overriding previous definition of reference to spring.classpath
Overriding previous definition of reference to apache.ant.classpath
Overriding previous definition of reference to jboss.test.classpath
tomcat-webctx-tests:
[echo] creating tomcat-webctx config
[copy] Copying 146 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/server/tomcat-webctx
[echo] Overwriting config descriptors
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/server/tomcat-webctx
[server:start] Starting server "tomcat-webctx" with command:
[server:start] /qa/tools/opt/jdk1.5.0_12/bin/java -cp /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/bin/run.jar:/qa/tools/opt/jdk1.5.0_12/lib/tools.jar -Djava.net.preferIPv4Stack=true -Dsun.lang.ClassLoader.allowArraySyntax=true -Djava.endorsed.dirs=/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/lib/endorsed org.jboss.Main -c tomcat-webctx -b 10.18.96.175 -u 227.43.0.144
[echo] Starting patternset=tomcat.webctx.includes config=tomcat-webctx
[junit] Running org.jboss.test.web.test.WebCtxLoaderTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.571 sec
[server:stop] Shutting down server: tomcat-webctx
[server:stop] Shutting down server: /qa/tools/opt/jdk1.5.0_12/bin/java -cp /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/bin/shutdown.jar:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/client/jbossall-client.jar:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/client/jboss-common.jar org.jboss.Shutdown --server jnp://10.18.96.175:1099 --shutdown
[server:stop] shutdownTimeout will be=45
Overriding previous definition of reference to apache.commons.classpath
Overriding previous definition of reference to sax.classpath
Overriding previous definition of reference to xdoclet.task.classpath
Overriding previous definition of reference to gjt.jpl-util.classpath
Overriding previous definition of reference to opennms.joesnmp.classpath
Overriding previous definition of reference to jacorb.idl.classpath
Overriding previous definition of reference to sleepycat.classpath
Overriding previous definition of reference to apache.tomcat55.classpath
Overriding previous definition of reference to trove.classpath
Overriding previous definition of reference to qdox.classpath
Overriding previous definition of reference to javassist.classpath
Overriding previous definition of reference to hibernate3.classpath
Overriding previous definition of reference to odmg.classpath
Overriding previous definition of reference to cglib.classpath
Overriding previous definition of reference to ejb3-persistence.classpath
Overriding previous definition of reference to spring.classpath
Overriding previous definition of reference to apache.ant.classpath
Overriding previous definition of reference to jboss.test.classpath
tomcat-federation-tests:
[echo] creating tomcat-federation config
[copy] Copying 172 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/server/tomcat-federation
[echo] Overwriting config descriptors
[copy] Warning: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/resources/test-configs/tomcat-federation not found.
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/server/tomcat-federation/deploy/jbossweb-tomcat6.sar/META-INF
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/server/tomcat-federation/deploy/jbossweb-tomcat6.sar
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/server/tomcat-federation/deploy/jbossweb-tomcat6.sar
[server:start] Starting server "tomcat-federation" with command:
[server:start] /qa/tools/opt/jdk1.5.0_12/bin/java -cp /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/bin/run.jar:/qa/tools/opt/jdk1.5.0_12/lib/tools.jar -Djava.net.preferIPv4Stack=true -Dsun.lang.ClassLoader.allowArraySyntax=true -Djava.endorsed.dirs=/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/lib/endorsed org.jboss.Main -c tomcat-federation -b 10.18.96.175 -u 227.43.0.144
[echo] Starting patternset=tc-federation.includes config=tomcat-federation
[junit] Running org.jboss.test.web.security.AuthenticatorsExternalizationTestCase
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.31 sec
[junit] Test org.jboss.test.web.security.AuthenticatorsExternalizationTestCase FAILED
[junit] Running org.jboss.test.web.security.CustomHeaderAuthTestCase
[junit] Tests run: 0, Failures: 0, Errors: 1, Time elapsed: 1.553 sec
[junit] Test org.jboss.test.web.security.CustomHeaderAuthTestCase FAILED
[junit] Running org.jboss.test.web.test.FormAuthUnitTestCase
[junit] Tests run: 5, Failures: 2, Errors: 0, Time elapsed: 4.908 sec
[junit] Test org.jboss.test.web.test.FormAuthUnitTestCase FAILED
[server:stop] Shutting down server: tomcat-federation
[server:stop] Shutting down server: /qa/tools/opt/jdk1.5.0_12/bin/java -cp /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/bin/shutdown.jar:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/client/jbossall-client.jar:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/client/jboss-common.jar org.jboss.Shutdown --server jnp://10.18.96.175:1099 --shutdown
[server:stop] shutdownTimeout will be=45
Overriding previous definition of reference to apache.commons.classpath
Overriding previous definition of reference to sax.classpath
Overriding previous definition of reference to xdoclet.task.classpath
Overriding previous definition of reference to gjt.jpl-util.classpath
Overriding previous definition of reference to opennms.joesnmp.classpath
Overriding previous definition of reference to jacorb.idl.classpath
Overriding previous definition of reference to sleepycat.classpath
Overriding previous definition of reference to apache.tomcat55.classpath
Overriding previous definition of reference to trove.classpath
Overriding previous definition of reference to qdox.classpath
Overriding previous definition of reference to javassist.classpath
Overriding previous definition of reference to hibernate3.classpath
Overriding previous definition of reference to odmg.classpath
Overriding previous definition of reference to cglib.classpath
Overriding previous definition of reference to ejb3-persistence.classpath
Overriding previous definition of reference to spring.classpath
Overriding previous definition of reference to apache.ant.classpath
Overriding previous definition of reference to jboss.test.classpath
tests-jacc-security:
[echo] creating jacc config
[copy] Copying 198 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/server/jacc
[echo] Overwriting config descriptors
[copy] Copying 5 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/server/jacc
[server:start] Starting server "jacc" with command:
[server:start] /qa/tools/opt/jdk1.5.0_12/bin/java -cp /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/bin/run.jar:/qa/tools/opt/jdk1.5.0_12/lib/tools.jar -Xmx256m -Djava.net.preferIPv4Stack=true -Dsun.lang.ClassLoader.allowArraySyntax=true -Djava.endorsed.dirs=/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/lib/endorsed org.jboss.Main -c jacc -b 10.18.96.175 -u 227.43.0.144
[echo] Starting patternset=jacc.includes config=JACC
[junit] Running org.jboss.test.cmp2.audit.test.AuditUnitTestCase
[junit] Tests run: 7, Failures: 0, Errors: 0, Time elapsed: 6.535 sec
[junit] Running org.jboss.test.cmp2.cmrstress.CMRStressTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.699 sec
[junit] Running org.jboss.test.cmp2.cmrtransaction.test.CMRTransactionUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.752 sec
[junit] Running org.jboss.test.cmp2.commerce.CompleteUnitTestCase
[junit] Tests run: 32, Failures: 0, Errors: 0, Time elapsed: 14.118 sec
[junit] Running org.jboss.test.cmp2.perf.test.PerfUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 15.687 sec
[junit] Running org.jboss.test.cmp2.relationship.RelationshipUnitTestCase
[junit] Tests run: 21, Failures: 0, Errors: 0, Time elapsed: 8.483 sec
[junit] Running org.jboss.test.cmp2.simple.SimpleUnitTestCase
[junit] Tests run: 44, Failures: 0, Errors: 0, Time elapsed: 5.117 sec
[junit] Running org.jboss.test.jacc.test.CallerInRoleUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.568 sec
[junit] Running org.jboss.test.jacc.test.EJBPermissionsValidationTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 2.158 sec
[junit] Running org.jboss.test.jacc.test.EJBSpecUnitTestCase
[junit] Tests run: 23, Failures: 0, Errors: 3, Time elapsed: 26.739 sec
[junit] Test org.jboss.test.jacc.test.EJBSpecUnitTestCase FAILED
[junit] Running org.jboss.test.jacc.test.FormAuthUnitTestCase
[junit] Tests run: 5, Failures: 2, Errors: 0, Time elapsed: 5.762 sec
[junit] Test org.jboss.test.jacc.test.FormAuthUnitTestCase FAILED
[junit] Running org.jboss.test.jacc.test.JMXConsoleUnitTestCase
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 3.286 sec
[junit] Running org.jboss.test.jacc.test.MissingMethodUnitTestCase
[junit] Tests run: 2, Failures: 0, Errors: 1, Time elapsed: 1.638 sec
[junit] Test org.jboss.test.jacc.test.MissingMethodUnitTestCase FAILED
[junit] Running org.jboss.test.jacc.test.WebConstraintsUnitTestCase
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 11.944 sec
[junit] Running org.jboss.test.jacc.test.WebIntegrationUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
[junit] Test org.jboss.test.jacc.test.WebIntegrationUnitTestCase FAILED (timeout)
[junit] Running org.jboss.test.jacc.test.WebPermissionsValidationTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 1.72 sec
[junit] Running org.jboss.test.web.test.UserInRoleUnitTestCase
[junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 2.525 sec
[junit] Running org.jboss.test.webservice.jbws309.JBWS309TestCase
[junit] Tests run: 5, Failures: 3, Errors: 0, Time elapsed: 8.964 sec
[junit] Test org.jboss.test.webservice.jbws309.JBWS309TestCase FAILED
[server:stop] Shutting down server: jacc
[server:stop] Shutting down server: /qa/tools/opt/jdk1.5.0_12/bin/java -cp /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/bin/shutdown.jar:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/client/jbossall-client.jar:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/client/jboss-common.jar org.jboss.Shutdown --server jnp://10.18.96.175:1099 --shutdown
[server:stop] shutdownTimeout will be=45
[server:stop] Failed to shutdown server "jacc" before timeout. Destroying the process.
[server:stop] Unable to shutdown server properly: org.jboss.test.util.server.ServerShutdownException: Failed to shutdown server before timeout. Process was destroyed.
Overriding previous definition of reference to apache.commons.classpath
Overriding previous definition of reference to sax.classpath
Overriding previous definition of reference to xdoclet.task.classpath
Overriding previous definition of reference to gjt.jpl-util.classpath
Overriding previous definition of reference to opennms.joesnmp.classpath
Overriding previous definition of reference to jacorb.idl.classpath
Overriding previous definition of reference to sleepycat.classpath
Overriding previous definition of reference to apache.tomcat55.classpath
Overriding previous definition of reference to trove.classpath
Overriding previous definition of reference to qdox.classpath
Overriding previous definition of reference to javassist.classpath
Overriding previous definition of reference to hibernate3.classpath
Overriding previous definition of reference to odmg.classpath
Overriding previous definition of reference to cglib.classpath
Overriding previous definition of reference to ejb3-persistence.classpath
Overriding previous definition of reference to spring.classpath
Overriding previous definition of reference to apache.ant.classpath
Overriding previous definition of reference to jboss.test.classpath
tests-jacc-securitymgr:
[echo] creating jacc-securitymgr config
[copy] Copying 195 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/server/jacc-securitymgr
[echo] Overwriting config descriptors
[copy] Copying 5 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/server/jacc-securitymgr
Overriding previous definition of reference to apache.commons.classpath
Overriding previous definition of reference to sax.classpath
Overriding previous definition of reference to xdoclet.task.classpath
Overriding previous definition of reference to gjt.jpl-util.classpath
Overriding previous definition of reference to opennms.joesnmp.classpath
Overriding previous definition of reference to jacorb.idl.classpath
Overriding previous definition of reference to sleepycat.classpath
Overriding previous definition of reference to apache.tomcat55.classpath
Overriding previous definition of reference to trove.classpath
Overriding previous definition of reference to qdox.classpath
Overriding previous definition of reference to javassist.classpath
Overriding previous definition of reference to hibernate3.classpath
Overriding previous definition of reference to odmg.classpath
Overriding previous definition of reference to cglib.classpath
Overriding previous definition of reference to ejb3-persistence.classpath
Overriding previous definition of reference to spring.classpath
Overriding previous definition of reference to apache.ant.classpath
Overriding previous definition of reference to jboss.test.classpath
tests-jbossmessaging:
[echo] creating jbossmessaging config
[copy] Copying 335 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/server/jbossmessaging
[echo] Overwriting config descriptors
[copy] Warning: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/output/resources/test-configs/jbossmessaging not found.
[server:start] Starting server "jbossmessaging" with command:
[server:start] /qa/tools/opt/jdk1.5.0_12/bin/java -cp /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/bin/run.jar:/qa/tools/opt/jdk1.5.0_12/lib/tools.jar -Xms128m -Xmx512m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Djava.net.preferIPv4Stack=true -Dsun.lang.ClassLoader.allowArraySyntax=true -Djava.endorsed.dirs=/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/build/output/jboss-5.0.0.CR1/lib/endorsed -Djgroups.udp.ip_ttl=0 org.jboss.Main -c jbossmessaging -b 10.18.96.175 -u 227.43.0.144
[server:start] Failed to start server "jbossmessaging" before timeout. Destroying the process.
BUILD FAILED
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/build.xml:902: The following error occurred while executing this line:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15/trunk/testsuite/build.xml:2359: Error starting server "jbossmessaging": Server failed to start; see logs.
Total time: 228 minutes 19 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
+ sleep 10
+ ps -eaf --columns 2200
+ grep run.jar
+ grep -v grep
+ awk '{ print $2; }'
+ xargs kill -9
+ exit 1
Recording test results
Build was marked for publishing on https://hudson.jboss.org/hudson/
finished: FAILURE
16 years, 9 months
Build failed in Hudson: Red_Hat_Dev_Studio #600
by jboss-qa-internal@redhat.com
See http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/600/changes
------------------------------------------
[...truncated 89696 lines...]
[unzip] Expanding: http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20... into http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
[move] Moving 1 file to http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
[move] Moving 1 file to http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
[move] Moving 1 file to http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
[move] Moving 1 file to http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
[move] Moving 1 file to http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
[move] Moving 1 file to http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
[delete] Deleted 1 directory from http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
prepare-distribution:
[copy] Copying 32 files to http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
[copy] Copying 2 files to http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
buildcustompanels:
[echo] Building panels ...
installer:
[echo] Building JBDS Installer jbdevstudio-linux-gtk-1.0.0.GA.jar ...
[izpack] Mar 3, 2008 1:17:03 PM org.jboss.install.CompileListener reviseAdditionalDataMap
[izpack] INFO: reviseAdditionalDataMap, singlefile
[izpack] Mar 3, 2008 1:17:03 PM org.jboss.install.CompileListener reviseAdditionalDataMap
[izpack] INFO: reviseAdditionalDataMap, singlefile
[izpack] Mar 3, 2008 1:17:03 PM org.jboss.install.CompileListener reviseAdditionalDataMap
[izpack] INFO: reviseAdditionalDataMap, fileset
[izpack] Mar 3, 2008 1:17:06 PM org.jboss.install.CompileListener reviseAdditionalDataMap
[izpack] INFO: reviseAdditionalDataMap, fileset
[izpack] Mar 3, 2008 1:17:06 PM org.jboss.install.CompileListener reviseAdditionalDataMap
[izpack] INFO: reviseAdditionalDataMap, fileset
[izpack] Mar 3, 2008 1:17:06 PM org.jboss.install.CompileListener reviseAdditionalDataMap
[izpack] INFO: reviseAdditionalDataMap, singlefile
[izpack] Mar 3, 2008 1:17:06 PM org.jboss.install.CompileListener reviseAdditionalDataMap
[izpack] INFO: reviseAdditionalDataMap, fileset
[izpack] Mar 3, 2008 1:17:11 PM org.jboss.install.CompileListener reviseAdditionalDataMap
[izpack] INFO: reviseAdditionalDataMap, fileset
[izpack] Building installer jar: http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
[izpack] Copying 19 files into installer
[izpack] Merging 19 jars into installer
[izpack] Writing 3 Packs into installer
build-platform-installer:
[echo] Building installer for macosx-carbon platform...
post-build:
get.build.properties:
[echo]
[echo] jbds-richfaces-win32-filename=RichFaces-VPE-win32-200803031206-nightly.zip
[echo] jbds-richfaces-win32-nodeps-filename=RichFaces-VPE-win32-nodeps-200803031206-nightly.zip
[echo]
[echo]
[echo] jbds-richfaces-linux-gtk-filename=RichFaces-VPE-linux-gtk-200803031206-nightly.zip
[echo] jbds-richfaces-linux-gtk-nodeps-filename=RichFaces-VPE-linux-gtk-nodeps-200803031206-nightly.zip
[echo]
[echo]
[echo] jbds-richfaces-macosx-carbon-filename=RichFaces-VPE-macosx-carbon-200803031206-nightly.zip
[echo] jbds-richfaces-macosx-carbon-nodeps-filename=RichFaces-VPE-macosx-carbon-nodeps-200803031206-nightly.zip
[echo]
[echo]
[echo] jbds-freemarker-filename=FreeMarkerIDE-200803031206-nightly.zip
[echo] jbds-freemarker-nodeps-filename=
[echo]
[echo]
[echo] jbds-hibernate-tools-filename=HibernateTools-3.2.0.200803031206-nightly.zip
[echo] jbds-hibernate-tools-nodeps-filename=HibernateTools-nodeps-3.2.0.200803031206-nightly.zip
[echo]
[echo]
[echo] jbds-struts-filename=StrutsTools-200803031206-nightly.zip
[echo] jbds-struts-nodeps-filename=StrutsTools-nodeps-200803031206-nightly.zip
[echo]
[echo]
[echo] jbds-core-filename=JBossTools-Core-200803031206-nightly.zip
[echo] jbds-core-nodeps-filename=JBossTools-Core-nodeps-200803031206-nightly.zip
[echo]
[echo]
[echo] jbds-xdoclet-filename=JBossTools-XDoclet-200803031206-nightly.zip
[echo] jbds-xdoclet-nodeps-filename=JBossTools-XDoclet-nodeps-200803031206-nightly.zip
[echo]
[echo]
[echo] jbds-jbpm-filename=jBPM-Designer-200803031206-nightly.zip
[echo] jbds-jbpm-nodeps-filename=jBPM-Designer-nodeps-200803031206-nightly.zip
[echo]
[echo]
[echo] jbds-as-filename=JBossAS-Tools-200803031206-nightly.zip
[echo] jbds-as-nodeps-filename=JBossAS-Tools-nodeps-200803031206-nightly.zip
[echo]
[echo]
[echo] jbds-seam-filename=SeamTools-200803031206-nightly.zip
[echo] jbds-seam-nodeps-filename=SeamTools-nodeps-200803031206-nightly.zip
[echo]
[loadfile] Unable to load file: java.io.FileNotFoundException: http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20... (No such file or directory)
[loadfile] Unable to load file: java.io.FileNotFoundException: http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20... (No such file or directory)
[loadfile] Unable to load file: java.io.FileNotFoundException: http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20... (No such file or directory)
[stopwatch] [buildTimer: 73:25.862 sec]
analyze-log:
[analyzeLog] analyzing builder "richfaces"...
[analyzeLog] analyzing builder "freemarker"...
[analyzeLog] analyzing builder "hibernate-tools"...
[analyzeLog] analyzing builder "struts"...
[analyzeLog] analyzing builder "core"...
[analyzeLog] analyzing builder "xdoclet"...
[analyzeLog] analyzing builder "jbpm"...
[analyzeLog] analyzing builder "as"...
[analyzeLog] analyzing builder "seam"...
[analyzeLog] analyzing builder "tests"...
[analyzeLog] analyzing test case "org.jboss.tools.vpe.xulrunner.test.XulRunnerAllTests"...
[analyzeLog] analyzing test case "org.jboss.tools.jsf.verification.test.JsfVerificationAllTests"...
[analyzeLog] analyzing test case "org.jboss.tools.jst.web.ui.test.JstWebUiAllTests"...
[analyzeLog] analyzing test case "org.jboss.tools.common.kb.test.CommonKbAllTests"...
[analyzeLog] analyzing test case "org.jboss.tools.vpe.jsp.test.JSPAllTests"...
[analyzeLog] analyzing test case "org.jboss.tools.seam.ui.test.SeamUiAllTests"...
[analyzeLog] analyzing test case "org.jboss.ide.eclipse.as.test.ASTestSuite"...
[analyzeLog] analyzing test case "org.jboss.tools.struts.vpe.struts.test.StrutsAllTests"...
[analyzeLog] analyzing test case "org.jboss.tools.tests.ToolsAllTests"...
[analyzeLog] analyzing test case "org.jboss.tools.jst.jsp.test.JstJspAllTests"...
[analyzeLog] analyzing test case "org.jboss.tools.seam.core.test.SeamCoreAllTests"...
[analyzeLog] analyzing test case "org.jboss.tools.vpe.html.test.HtmlAllTests"...
[analyzeLog] analyzing test case "org.jboss.tools.vpe.test.VpeAllTests"...
[analyzeLog] analyzing test case "org.jboss.tools.jsf.vpe.facelets.test.FaceletsAllTests"...
[analyzeLog] analyzing test case "org.jboss.tools.jst.web.test.JstWebAllTests"...
[analyzeLog] analyzing test case "org.jboss.tools.common.verification.test.CommonVerificationAllTests"...
[analyzeLog] analyzing test case "org.jboss.tools.jsf.vpe.richfaces.test.RichFacesAllTests"...
[analyzeLog] analyzing test case "org.jboss.tools.jsf.vpe.seam.test.SeamAllTests"...
[analyzeLog] analyzing test case "org.jboss.tools.jsf.text.ext.tests.JsfTextExtAllTests"...
[analyzeLog] analyzing test case "org.hibernate.eclipse.console.test.ConsolePluginAllTests"...
[analyzeLog] analyzing test case "org.jboss.tools.common.model.ui.test.ModelUiAllTests"...
[analyzeLog] analyzing test case "org.hibernate.eclipse.jdt.ui.test.JDTuiAllTests"...
[analyzeLog] analyzing test case "org.jboss.tools.jsf.vpe.jsf.test.JsfAllTests"...
[analyzeLog] analyzing test case "org.jboss.tools.common.model.test.CommonModelAllTests"...
[analyzeLog] analyzing test case "org.jboss.tools.common.test.CommonAllTests"...
apply-stylesheets:
[mkdir] Created dir: http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
[style] Processing http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20... to http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
[style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-properties.xsl
[style] Processing http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20... to http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
[style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
[style] Processing http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20... to http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
[style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
[style] Processing http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20... to http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
[style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
[style] Processing http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20... to http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
[style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
[style] Processing http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20... to http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
[style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
[style] Processing http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20... to http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
[style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
[style] Processing http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20... to http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
[style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
[style] Processing http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20... to http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
[style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
[style] Processing http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20... to http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
[style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
[style] Processing http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20... to http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
[style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
[style] Processing http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20... to http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
[style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
[style] Processing http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20... to http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
[style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
[style] Processing http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20... to http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
[style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
[style] Processing http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20... to http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
[style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
[style] Processing http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20... to http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
[style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
[style] Processing http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20... to http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
[style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
[style] Processing http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20... to http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
[style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
[style] Processing http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20... to http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
[style] Loading stylesheet /qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product/buildResults/logInfo-builder.xsl
update.builds.xml:
build.results:
[copy] Copying 1 file to http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
[copy] Copying 1 file to http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build
[loadfile] Unable to load file: java.io.FileNotFoundException: http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20... (No such file or directory)
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product
[copy] Copying 1 file to http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
[copy] Copying 42 files to http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
[copy] Copying 4 files to http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20...
publish.results:
send.notification.email:
[mail] Failed to initialise MIME mail: javax/mail/MessagingException
[mail] Sending email: jbdevstudio nightly build 200803031206-nightly results
[mail] Sent email with 0 attachments
fetch-builds-xml:
generate-top-level-downloads-xml:
generate-sections-downloads-xml:
update-labs-downloads:
publish.log:
BUILD SUCCESSFUL
Total time: 77 minutes 57 seconds
+ cd ../configs/jbds
+ zip build.log.zip build.log
updating: build.log (deflated 95%)
+ cd ../..
+ ant -f util/copyBuildResults.xml -Dcopy-to-dir=/qa/services/http/binaries/RHDS
Buildfile: util/copyBuildResults.xml
copy-build-results:
[mkdir] Created dir: /qa/services/http/binaries/RHDS/nightly/200803031206-nightly
[copy] Copying 6818 files to /qa/services/http/binaries/RHDS/nightly/200803031206-nightly
[copy] Copied 1730 empty directories to 37 empty directories under /qa/services/http/binaries/RHDS/nightly/200803031206-nightly
BUILD SUCCESSFUL
Total time: 3 minutes 2 seconds
++ cat http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/bu...
++ grep upload.to
++ perl -ne 's/[\s\t]+upload.to=[^\/]+\///g;print;'
+ builddir=200803031206-nightly
++ cat http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/bu...
++ grep upload.to
++ perl -ne 's/[\s\t]+upload.to=//g; s/\/.*//g; print;'
+ buildtype=nightly
++ cat http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/bu...
++ grep upload.to
++ perl -ne 's/[\s\t]+upload.to=//g; s/\/.*//g; print;'
+ uploadto=nightly
+ cp configs/jbds/build.log.zip /qa/services/http/binaries/RHDS/nightly/200803031206-nightly/build.log.zip
+ scp -i /home/hudson/.ssh/exadel_rsa http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20... http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/jbds-build/20... rhds@download.exadel.com:/home/rhds/builds/nightly
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@ WARNING: UNPROTECTED PRIVATE KEY FILE! @
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Permissions 0666 for '/home/hudson/.ssh/exadel_rsa' are too open.
It is recommended that your private key files are NOT accessible by others.
This private key will be ignored.
bad permissions: ignore key: /home/hudson/.ssh/exadel_rsa
ssh_askpass: exec(/usr/libexec/openssh/ssh-askpass): No such file or directory
ssh_askpass: exec(/usr/libexec/openssh/ssh-askpass): No such file or directory
ssh_askpass: exec(/usr/libexec/openssh/ssh-askpass): No such file or directory
ssh_askpass: exec(/usr/libexec/openssh/ssh-askpass): No such file or directory
ssh_askpass: exec(/usr/libexec/openssh/ssh-askpass): No such file or directory
Permission denied, please try again.
ssh_askpass: exec(/usr/libexec/openssh/ssh-askpass): No such file or directory
Received disconnect from 206.169.37.144: 2: Too many authentication failures for rhds
lost connection
Terminating xvnc
[Red_Hat_Dev_Studio] $ vncserver -kill :10
Killing Xvnc process ID 10340
16 years, 9 months
Build failed in Hudson: JBossWebNative-solaris-sparc #6
by jboss-qa-internal@redhat.com
See https://hudson.jboss.org/hudson/job/JBossWebNative-solaris-sparc/6/changes
Changes:
[jfrederic.clere(a)jboss.com] Add urandom... random blocs on dev24 for example.
[jfrederic.clere(a)jboss.com] Make it disable by default.
[jfrederic.clere(a)jboss.com] Oops jk != dav.
[jfrederic.clere(a)jboss.com] another typo.
[jfrederic.clere(a)jboss.com] Add -Wl,-E to export the httpd symbols.
[jfrederic.clere(a)jboss.com] typos.
[jfrederic.clere(a)jboss.com] Add missing flags to worker build.
[jfrederic.clere(a)jboss.com] Arrange openssl build.
[jfrederic.clere(a)jboss.com] Typo.
[jfrederic.clere(a)jboss.com] work-around for broken openssl-0.9.8b (at least on dev24).
------------------------------------------
[...truncated 465 lines...]
A sight/native/build
AU sight/native/build/mkdir.sh
AU sight/native/build/java.m4
AU sight/native/build/buildcheck.sh
AU sight/native/build/printpath
AU sight/native/build/get-version.sh
AU sight/native/build/lineends.pl
AU sight/native/build/gen-build.py
AU sight/native/build/sight.m4
A sight/native/build/rpm
AU sight/native/build/rpm/sight.spec.in
AU sight/native/NOTICE
AU sight/native/config.layout
A sight/native/os
A sight/native/os/linux
AU sight/native/os/linux/service.c
AU sight/native/os/linux/console.c
AU sight/native/os/linux/volume.c
AU sight/native/os/linux/memory.c
AU sight/native/os/linux/process.c
AU sight/native/os/linux/os.c
AU sight/native/os/linux/tcpstat.c
AU sight/native/os/linux/scm.c
AU sight/native/os/linux/cpustat.c
AU sight/native/os/linux/udpstat.c
AU sight/native/os/linux/main.c
AU sight/native/os/linux/module.c
AU sight/native/os/linux/netadapter.c
AU sight/native/os/linux/cpu.c
AU sight/native/os/linux/common.c
AU sight/native/os/linux/network.c
A sight/native/os/stubs
AU sight/native/os/stubs/service.c
AU sight/native/os/stubs/console.c
AU sight/native/os/stubs/volume.c
AU sight/native/os/stubs/memory.c
AU sight/native/os/stubs/user.c
AU sight/native/os/stubs/process.c
AU sight/native/os/stubs/os.c
AU sight/native/os/stubs/tcpstat.c
AU sight/native/os/stubs/scm.c
AU sight/native/os/stubs/cpustat.c
AU sight/native/os/stubs/udpstat.c
AU sight/native/os/stubs/main.c
AU sight/native/os/stubs/module.c
AU sight/native/os/stubs/netadapter.c
AU sight/native/os/stubs/cpu.c
AU sight/native/os/stubs/network.c
AU sight/native/os/stubs/group.c
A sight/native/os/posix
AU sight/native/os/posix/user.c
AU sight/native/os/posix/syslog.c
AU sight/native/os/posix/group.c
A sight/native/os/unix
AU sight/native/os/unix/os.c
AU sight/native/os/unix/cpustat.c
AU sight/native/os/unix/main.c
AU sight/native/os/unix/cpu.c
A sight/native/os/windows
AU sight/native/os/windows/logmessages.bin
AU sight/native/os/windows/service.c
AU sight/native/os/windows/utils.c
AU sight/native/os/windows/console.c
AU sight/native/os/windows/variant.cpp
AU sight/native/os/windows/volume.c
AU sight/native/os/windows/registry.c
AU sight/native/os/windows/memory.c
AU sight/native/os/windows/jboss.ico
AU sight/native/os/windows/process.c
AU sight/native/os/windows/user.c
AU sight/native/os/windows/os.c
AU sight/native/os/windows/scm.c
AU sight/native/os/windows/tcpstat.c
AU sight/native/os/windows/cpustat.c
AU sight/native/os/windows/main.c
AU sight/native/os/windows/udpstat.c
AU sight/native/os/windows/module.c
AU sight/native/os/windows/logmessages.mc
AU sight/native/os/windows/wmiapi.c
AU sight/native/os/windows/netadapter.c
AU sight/native/os/windows/libsight.rc
AU sight/native/os/windows/cpu.c
AU sight/native/os/windows/network.c
AU sight/native/os/windows/group.c
AU sight/native/os/windows/wmi.cpp
A sight/native/os/solaris
A sight/native/os/solaris/process.c
AU sight/native/os/solaris/service.c
AU sight/native/os/solaris/os.c
A sight/native/os/solaris/console.c
AU sight/native/os/solaris/scm.c
A sight/native/os/solaris/tcpstat.c
AU sight/native/os/solaris/cpustat.c
AU sight/native/os/solaris/main.c
A sight/native/os/solaris/udpstat.c
A sight/native/os/solaris/module.c
AU sight/native/os/solaris/cpu.c
A sight/native/os/solaris/netadapter.c
A sight/native/os/solaris/volume.c
A sight/native/os/solaris/memory.c
A sight/native/os/solaris/network.c
AU sight/native/Makefile.in
A sight/native/share
AU sight/native/share/finfo.c
AU sight/native/share/mutex.c
AU sight/native/share/proc.c
AU sight/native/share/cache.c
AU sight/native/share/library.c
AU sight/native/share/tcpconn.c
AU sight/native/share/udpconn.c
AU sight/native/share/pool.c
AU sight/native/share/buildmark.c
AU sight/native/share/no.c
AU sight/native/share/dir.c
AU sight/native/share/file.c
AU sight/native/share/netaddr.c
AU sight/native/share/hash.c
AU sight/native/share/clazz.c
AU sight/native/share/shm.c
AU sight/native/share/error.c
AU sight/native/share/jnu.c
AU sight/native/build.conf
A sight/native/include
AU sight/native/include/sight.h
AU sight/native/include/sight_types.h
AU sight/native/include/sight_version.h
A sight/native/include/arch
A sight/native/include/arch/unix
AU sight/native/include/arch/unix/sight_private.h
A sight/native/include/arch/windows
AU sight/native/include/arch/windows/sight_private.h
AU sight/native/include/sight_local.h
AU sight/native/sight.pc.in
AU sight/native/buildconf
AU sight/native/configure.in
AU sight/native/CHANGES
AU sight/native/NMAKEmakefile
A sight/native/BUILDING
AU sight/native/COPYING.LIB
AU sight/README.txt
AU sight/COPYING.LIB
AU sight/build.xml
A sight/examples
A sight/examples/org
A sight/examples/org/jboss
A sight/examples/org/jboss/sight
AU sight/examples/org/jboss/sight/ListAdapters.java
AU sight/examples/org/jboss/sight/ListServices.java
AU sight/examples/org/jboss/sight/Load.java
AU sight/examples/org/jboss/sight/ListProcesses.java
AU sight/examples/org/jboss/sight/RunProcess.java
AU sight/examples/org/jboss/sight/CtrlService.java
AU sight/examples/org/jboss/sight/ListVolumes.java
AU sight/examples/org/jboss/sight/ListDirectories.java
AU sight/examples/org/jboss/sight/WMIExample.java
AU sight/examples/org/jboss/sight/DumpTcp.java
AU sight/examples/org/jboss/sight/ListUsers.java
AU sight/examples/org/jboss/sight/ConsoleExample.java
AU sight/examples/org/jboss/sight/DumpUdp.java
A srclib
A srclib/zlib
AU srclib/zlib/URL
AU srclib/zlib/VERSION
AU srclib/zlib/NMAKEmakefile
A srclib/apr
AU srclib/apr/NMAKEmakefile
A srclib/openssl
AU srclib/openssl/buildsslamd64.bat
AU srclib/openssl/buildssl.bat
AU srclib/openssl/buildsslasm.bat
AU srclib/openssl/buildsslia64.bat
A srclib/bzip
A srclib/VERSIONS
A srclib/tomcat-native
AU srclib/tomcat-native/NMAKEmakefile
AU srclib/zlib.README
A srclib/apr-util
AU srclib/apr-util/NMAKEmakefile
A srclib/apr-iconv
AU srclib/apr-iconv/NMAKEmakefile
AU srclib/apr-iconv/README
At revision 1417
[JBossWebNative-solaris-sparc] $ bash -xe /var/tmp/hudson11582.sh
+ . /qa/services/hudson/config_repository/scripts/common/common_bash.sh
++ basedir=/qa/services/hudson/config_repository
++ common_variables=/qa/services/hudson/config_repository/resources/common.variables
++ . /qa/services/hudson/config_repository/scripts/function.d/chprop
++ . /qa/services/hudson/config_repository/scripts/function.d/copy-eap-results
++ . /qa/services/hudson/config_repository/scripts/function.d/get-soa
++ . /qa/services/hudson/config_repository/scripts/function.d/kill-children
++ . /qa/services/hudson/config_repository/scripts/function.d/kill-derby
++ . /qa/services/hudson/config_repository/scripts/function.d/kill-glassfish
++ . /qa/services/hudson/config_repository/scripts/function.d/kill-jboss
++ . /qa/services/hudson/config_repository/scripts/function.d/kill-pointbase
++ . /qa/services/hudson/config_repository/scripts/function.d/kill-rmiiiop-server
++ . /qa/services/hudson/config_repository/scripts/function.d/kill-sunri
++ . /qa/services/hudson/config_repository/scripts/function.d/load_all_vars
+++ . /qa/services/hudson/config_repository/resources/common.variables
++++ JAVA14=/qa/tools/opt/j2sdk1.4.2_15
++++ JAVA15=/qa/tools/opt/jdk1.5.0_12
++++ JAVA16=/qa/tools/opt/jdk1.6.0_02
++++ ANT162=/qa/tools/opt/apache-ant-1.6.2
++++ ANT165=/qa/tools/opt/apache-ant-1.6.5
++++ ANT165_jbpm=/qa/services/hudson/static_build_env/jbpm/apache-ant-1.6.5
++++ ANT165_jbpm_soa=/qa/services/hudson/static_build_env/jbpm.3_soa/apache-ant-1.6.5
++++ ANT170=/qa/tools/opt/apache-ant-1.7.0
++ . /qa/services/hudson/config_repository/scripts/function.d/runtck
++ . /qa/services/hudson/config_repository/scripts/function.d/setant
++ . /qa/services/hudson/config_repository/scripts/function.d/setjava
++ . /qa/services/hudson/config_repository/scripts/function.d/setmaven2
++ . /qa/services/hudson/config_repository/scripts/function.d/stacktrace
++ . /qa/services/hudson/config_repository/scripts/function.d/start-jboss
++ . /qa/services/hudson/config_repository/scripts/function.d/stop-jboss
++ . /qa/services/hudson/config_repository/scripts/function.d/versions
+ cd jbossnative/build/daemon
+ ./buildall.sh
Running buildall.sh : 2007-06-01 06:47:57 -0400 (Fri, 01 Jun 2007) $
Started : Mon Mar 3 21:03:44 EST 2008
Params :
Running build.sh : 2008-03-03 11:58:07 -0500 (Mon, 03 Mar 2008) $
Started : Mon Mar 3 21:03:44 EST 2008
Params : jboss-native -ssl -cache
Using version 2.0.4-dev from package.list
Error missing gnu patch command
Running build.sh : 2008-03-03 11:58:07 -0500 (Mon, 03 Mar 2008) $
Started : Mon Mar 3 21:03:44 EST 2008
Params : jboss-native -cache
Using version 2.0.4-dev from package.list
Error missing gnu patch command
Running build.sh : 2008-03-03 11:58:07 -0500 (Mon, 03 Mar 2008) $
Started : Mon Mar 3 21:03:44 EST 2008
Params : jboss-sight -cache
Using version 1.0.3-dev from package.list
Error missing gnu patch command
ERROR: No artifacts found that match the file pattern "jbossnative/build/unix/output/*.*". Configuration error?
ERROR: 'jbossnative/build/unix/output/*.*' doesn't match anything: 'jbossnative' exists but not 'jbossnative/build/unix/output/*.*'
Build was marked for publishing on https://hudson.jboss.org/hudson/
finished: FAILURE
16 years, 9 months
Build failed in Hudson: JBossWebNative-solaris-x86 #6
by jboss-qa-internal@redhat.com
See https://hudson.jboss.org/hudson/job/JBossWebNative-solaris-x86/6/changes
Changes:
[jfrederic.clere(a)jboss.com] Add urandom... random blocs on dev24 for example.
[jfrederic.clere(a)jboss.com] Make it disable by default.
[jfrederic.clere(a)jboss.com] Oops jk != dav.
[jfrederic.clere(a)jboss.com] another typo.
[jfrederic.clere(a)jboss.com] Add -Wl,-E to export the httpd symbols.
[jfrederic.clere(a)jboss.com] typos.
[jfrederic.clere(a)jboss.com] Add missing flags to worker build.
[jfrederic.clere(a)jboss.com] Arrange openssl build.
[jfrederic.clere(a)jboss.com] Typo.
[jfrederic.clere(a)jboss.com] work-around for broken openssl-0.9.8b (at least on dev24).
------------------------------------------
[...truncated 484 lines...]
AU sight/native/os/linux/process.c
AU sight/native/os/linux/os.c
AU sight/native/os/linux/tcpstat.c
AU sight/native/os/linux/scm.c
AU sight/native/os/linux/cpustat.c
AU sight/native/os/linux/udpstat.c
AU sight/native/os/linux/main.c
AU sight/native/os/linux/module.c
AU sight/native/os/linux/netadapter.c
AU sight/native/os/linux/cpu.c
AU sight/native/os/linux/common.c
AU sight/native/os/linux/network.c
A sight/native/os/stubs
AU sight/native/os/stubs/service.c
AU sight/native/os/stubs/console.c
AU sight/native/os/stubs/volume.c
AU sight/native/os/stubs/memory.c
AU sight/native/os/stubs/user.c
AU sight/native/os/stubs/process.c
AU sight/native/os/stubs/os.c
AU sight/native/os/stubs/tcpstat.c
AU sight/native/os/stubs/scm.c
AU sight/native/os/stubs/cpustat.c
AU sight/native/os/stubs/udpstat.c
AU sight/native/os/stubs/main.c
AU sight/native/os/stubs/module.c
AU sight/native/os/stubs/netadapter.c
AU sight/native/os/stubs/cpu.c
AU sight/native/os/stubs/network.c
AU sight/native/os/stubs/group.c
A sight/native/os/posix
AU sight/native/os/posix/user.c
AU sight/native/os/posix/syslog.c
AU sight/native/os/posix/group.c
A sight/native/os/unix
AU sight/native/os/unix/os.c
AU sight/native/os/unix/cpustat.c
AU sight/native/os/unix/main.c
AU sight/native/os/unix/cpu.c
A sight/native/os/windows
AU sight/native/os/windows/logmessages.bin
AU sight/native/os/windows/service.c
AU sight/native/os/windows/utils.c
AU sight/native/os/windows/console.c
AU sight/native/os/windows/variant.cpp
AU sight/native/os/windows/volume.c
AU sight/native/os/windows/registry.c
AU sight/native/os/windows/memory.c
AU sight/native/os/windows/jboss.ico
AU sight/native/os/windows/process.c
AU sight/native/os/windows/user.c
AU sight/native/os/windows/os.c
AU sight/native/os/windows/scm.c
AU sight/native/os/windows/tcpstat.c
AU sight/native/os/windows/cpustat.c
AU sight/native/os/windows/main.c
AU sight/native/os/windows/udpstat.c
AU sight/native/os/windows/module.c
AU sight/native/os/windows/logmessages.mc
AU sight/native/os/windows/wmiapi.c
AU sight/native/os/windows/netadapter.c
AU sight/native/os/windows/libsight.rc
AU sight/native/os/windows/cpu.c
AU sight/native/os/windows/network.c
AU sight/native/os/windows/group.c
AU sight/native/os/windows/wmi.cpp
A sight/native/os/solaris
A sight/native/os/solaris/process.c
AU sight/native/os/solaris/service.c
AU sight/native/os/solaris/os.c
A sight/native/os/solaris/console.c
AU sight/native/os/solaris/scm.c
A sight/native/os/solaris/tcpstat.c
AU sight/native/os/solaris/cpustat.c
AU sight/native/os/solaris/main.c
A sight/native/os/solaris/udpstat.c
A sight/native/os/solaris/module.c
AU sight/native/os/solaris/cpu.c
A sight/native/os/solaris/netadapter.c
A sight/native/os/solaris/volume.c
A sight/native/os/solaris/memory.c
A sight/native/os/solaris/network.c
AU sight/native/Makefile.in
A sight/native/share
AU sight/native/share/finfo.c
AU sight/native/share/mutex.c
AU sight/native/share/proc.c
AU sight/native/share/cache.c
AU sight/native/share/library.c
AU sight/native/share/tcpconn.c
AU sight/native/share/udpconn.c
AU sight/native/share/pool.c
AU sight/native/share/buildmark.c
AU sight/native/share/no.c
AU sight/native/share/dir.c
AU sight/native/share/file.c
AU sight/native/share/netaddr.c
AU sight/native/share/hash.c
AU sight/native/share/clazz.c
AU sight/native/share/shm.c
AU sight/native/share/error.c
AU sight/native/share/jnu.c
AU sight/native/build.conf
A sight/native/include
AU sight/native/include/sight.h
AU sight/native/include/sight_types.h
AU sight/native/include/sight_version.h
A sight/native/include/arch
A sight/native/include/arch/unix
AU sight/native/include/arch/unix/sight_private.h
A sight/native/include/arch/windows
AU sight/native/include/arch/windows/sight_private.h
AU sight/native/include/sight_local.h
AU sight/native/sight.pc.in
AU sight/native/buildconf
AU sight/native/configure.in
AU sight/native/CHANGES
AU sight/native/NMAKEmakefile
A sight/native/BUILDING
AU sight/native/COPYING.LIB
AU sight/README.txt
AU sight/COPYING.LIB
AU sight/build.xml
A sight/examples
A sight/examples/org
A sight/examples/org/jboss
A sight/examples/org/jboss/sight
AU sight/examples/org/jboss/sight/ListAdapters.java
AU sight/examples/org/jboss/sight/ListServices.java
AU sight/examples/org/jboss/sight/Load.java
AU sight/examples/org/jboss/sight/ListProcesses.java
AU sight/examples/org/jboss/sight/RunProcess.java
AU sight/examples/org/jboss/sight/CtrlService.java
AU sight/examples/org/jboss/sight/ListVolumes.java
AU sight/examples/org/jboss/sight/ListDirectories.java
AU sight/examples/org/jboss/sight/WMIExample.java
AU sight/examples/org/jboss/sight/DumpTcp.java
AU sight/examples/org/jboss/sight/ListUsers.java
AU sight/examples/org/jboss/sight/ConsoleExample.java
AU sight/examples/org/jboss/sight/DumpUdp.java
A srclib
A srclib/zlib
AU srclib/zlib/URL
AU srclib/zlib/VERSION
AU srclib/zlib/NMAKEmakefile
A srclib/apr
AU srclib/apr/NMAKEmakefile
A srclib/openssl
AU srclib/openssl/buildsslamd64.bat
AU srclib/openssl/buildssl.bat
AU srclib/openssl/buildsslasm.bat
AU srclib/openssl/buildsslia64.bat
A srclib/bzip
A srclib/VERSIONS
A srclib/tomcat-native
AU srclib/tomcat-native/NMAKEmakefile
AU srclib/zlib.README
A srclib/apr-util
AU srclib/apr-util/NMAKEmakefile
A srclib/apr-iconv
AU srclib/apr-iconv/NMAKEmakefile
AU srclib/apr-iconv/README
At revision 1417
[JBossWebNative-solaris-x86] $ bash -xe /var/tmp/hudson36110.sh
+ . /qa/services/hudson/config_repository/scripts/common/common_bash.sh
++ basedir=/qa/services/hudson/config_repository
++ common_variables=/qa/services/hudson/config_repository/resources/common.variables
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/chprop
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/copy-eap-results
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/get-soa
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/kill-children
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/kill-derby
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/kill-glassfish
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/kill-jboss
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/kill-pointbase
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/kill-rmiiiop-server
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/kill-sunri
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/load_all_vars
+++ . /qa/services/hudson/config_repository/resources/common.variables
++++ JAVA14=/qa/tools/opt/j2sdk1.4.2_15
++++ JAVA15=/qa/tools/opt/jdk1.5.0_12
++++ JAVA16=/qa/tools/opt/jdk1.6.0_02
++++ ANT162=/qa/tools/opt/apache-ant-1.6.2
++++ ANT165=/qa/tools/opt/apache-ant-1.6.5
++++ ANT165_jbpm=/qa/services/hudson/static_build_env/jbpm/apache-ant-1.6.5
++++ ANT165_jbpm_soa=/qa/services/hudson/static_build_env/jbpm.3_soa/apache-ant-1.6.5
++++ ANT170=/qa/tools/opt/apache-ant-1.7.0
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/runtck
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/setant
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/setjava
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/setmaven2
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/stacktrace
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/start-jboss
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/stop-jboss
++ for function in '$basedir/scripts/function.d/*'
++ . /qa/services/hudson/config_repository/scripts/function.d/versions
+ cd jbossnative/build/daemon
+ ./buildall.sh
Running buildall.sh : 2007-06-01 06:47:57 -0400 (Fri, 01 Jun 2007) $
Started : Mon Mar 3 21:04:32 EST 2008
Params :
Running build.sh : 2008-03-03 11:58:07 -0500 (Mon, 03 Mar 2008) $
Started : Mon Mar 3 21:04:32 EST 2008
Params : jboss-native -ssl -cache
Using version 2.0.4-dev from package.list
Error missing gnu patch command
Running build.sh : 2008-03-03 11:58:07 -0500 (Mon, 03 Mar 2008) $
Started : Mon Mar 3 21:04:32 EST 2008
Params : jboss-native -cache
Using version 2.0.4-dev from package.list
Error missing gnu patch command
Running build.sh : 2008-03-03 11:58:07 -0500 (Mon, 03 Mar 2008) $
Started : Mon Mar 3 21:04:32 EST 2008
Params : jboss-sight -cache
Using version 1.0.3-dev from package.list
Error missing gnu patch command
ERROR: No artifacts found that match the file pattern "jbossnative/build/unix/output/*.*". Configuration error?
ERROR: 'jbossnative/build/unix/output/*.*' doesn't match anything: 'jbossnative' exists but not 'jbossnative/build/unix/output/*.*'
Build was marked for publishing on https://hudson.jboss.org/hudson/
finished: FAILURE
16 years, 9 months