Build failed in Hudson: drools #1007
by jboss-qa-internal@redhat.com
See http://hudson.qa.jboss.com/hudson/job/drools/1007/changes
Changes:
[ge0ffrey] room hard constraint rules
------------------------------------------
[...truncated 7533 lines...]
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
Running org.drools.brms.client.modeldriven.SuggestionCompletionEngineTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec
Running org.drools.brms.server.util.BRLPersitenceTest
<rule>
<modelVersion>1.0</modelVersion>
<attributes>
<attribute>
<attributeName>no-loop</attributeName>
<value>true</value>
</attribute>
</attributes>
<lhs>
<fact>
<constraintList>
<constraints>
<fieldConstraint>
<fieldBinding>f1</fieldBinding>
<fieldName>age</fieldName>
<operator><</operator>
<value>42</value>
<constraintValueType>0</constraintValueType>
</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>
<variable>p1</variable>
<fieldValues>
<fieldValue>
<field>status</field>
<value>rejected</value>
<type>String</type>
</fieldValue>
</fieldValues>
</modify>
<retract>
<variableName>p1</variableName>
</retract>
<dslSentence>
<sentence>Send an email to {administrator}</sentence>
</dslSentence>
</rhs>
</rule>
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.397 sec
Running org.drools.rule.builder.dialect.java.JavaExprAnalyzerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.drools.brms.modeldriven.CompositeFactPatternTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.drools.integrationtests.sequential.SequentialTest
Iterations in for SEQUENTIAL : 22
Iterations in for RETE : 10
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.815 sec
Running org.drools.lang.dsl.DefaultDSLMappingEntryTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec
Running org.drools.brms.modeldriven.FactPatternTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.drools.integrationtests.OutOfMemoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.113 sec
Running org.drools.integrationtests.StatelessStressTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec
Running org.drools.rule.builder.dialect.mvel.MVELReturnValueBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.drools.compiler.PackageBuilderTest
stilton 200
Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.103 sec
Running org.drools.compiler.RuleBaseLoaderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 sec
Running org.drools.integrationtests.FirstOrderLogicTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.78 sec
Running org.drools.lang.descr.AndDescrTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.drools.integrationtests.TruthMaintenanceTest
[ObjectInserted: handle=[fid:1:1:[Person name='person']]; object=[Person name='person']]
[ObjectInserted: handle=[fid:2:2:CheeseEqual( type='person', price=2 )]; object=CheeseEqual( type='person', price=2 )]
[ObjectUpdated: handle=[fid:1:3:[Person name='person']]; old_object=[Person name='person']; new_object=[Person name='person']]
[ObjectRetracted: handle=[fid:1:3:[Person name='person']]; old_object=[Person name='person']]
[ObjectRetracted: handle=[fid:2:2:CheeseEqual( type='person', price=2 )]; old_object=CheeseEqual( type='person', price=2 )]
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.586 sec
Running org.drools.rule.builder.dialect.mvel.MVELSalienceBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.drools.testframework.ScenarioRunnerTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.379 sec
Running org.drools.compiler.RuleFlowErrorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.drools.integrationtests.AccumulateTest
Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.091 sec
Running org.drools.lang.MVELDumperTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.drools.compiler.RuleErrorTest
IM IN YR EROR problem
problem
problem
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.drools.integrationtests.StatefulSessionTest
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:469)
at org.drools.common.AbstractWorkingMemory.fireAllRules(AbstractWorkingMemory.java:441)
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:469)
at org.drools.common.AbstractWorkingMemory.fireAllRules(AbstractWorkingMemory.java:441)
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:469)
at org.drools.common.AbstractWorkingMemory.fireAllRules(AbstractWorkingMemory.java:441)
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.755 sec
Running org.drools.xml.DumperTest
(null: 74, 35): cvc-complex-type.2.4.a: Invalid content was found starting with element 'field-constraint'. One of '{"http://drools.org/drools-4.0":and-constraint-connective}' is expected.
testStaticMethod1
testStaticMethod2
testStaticMethod3
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.351 sec
Running org.drools.brms.server.util.BRDRLPersistenceTest
rule "null"
dialect "mvel"
when
then
I CAN HAS DSL
>Shizzle fact0 = new Shizzle();
>fact0.setGoo( 42 );
>insert( fact0 );
>Shizzle fact1 = new Shizzle();
>fact1.setGoo( 42 );
>insertLogical( fact1 );
end
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec
Running org.drools.testframework.FactPopulatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.drools.brms.modeldriven.CompositeFieldConstraintTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.drools.compiler.SourcePackageProviderTest
RuleAgent(default) INFO (Sun Nov 11 08:19:50 EST 2007): Configuring with newInstance=false, secondsToRefresh=-1
RuleAgent(default) INFO (Sun Nov 11 08:19:50 EST 2007): Configuring package provider : FileScanner scanning: /tmp/__temp_test_drools_packages/Something.drl
RuleAgent(default) INFO (Sun Nov 11 08:19:50 EST 2007): Applying changes to the rulebase.
RuleAgent(default) INFO (Sun Nov 11 08:19:50 EST 2007): Adding package called HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
Running org.drools.brms.modeldriven.ConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.drools.integrationtests.waltz.ReteOOWaltzTest
8404
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.163 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.DynamicRulesTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.512 sec
Running org.drools.brms.modeldriven.ActionFieldValueTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 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.xml.XmlPackageReaderTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.321 sec
Running org.drools.integrationtests.ExecutionFlowControlTest
Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.871 sec
Running org.drools.brms.modeldriven.ActionSetFieldTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 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.016 sec
Running org.drools.lang.RuleParserTest
Tests run: 109, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.155 sec
Running org.drools.rule.builder.dialect.mvel.MVELExprAnalyzerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.drools.reteoo.ReteooBuilderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 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.058 sec
Running org.drools.rule.builder.dialect.mvel.MVELPredicateBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Results :
Tests in error:
testSerializable(org.drools.integrationtests.MiscTest)
Tests run: 601, Failures: 0, Errors: 1, 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 15 seconds
[INFO] Finished at: Sun Nov 11 08:20:03 EST 2007
[INFO] Final Memory: 15M/72M
[INFO] ------------------------------------------------------------------------
Terminating xvnc
[drools] $ vncserver -kill :10
Killing Xvnc process ID 25702
Recording test results
18 years, 5 months
Build failed in Hudson: JBossSX » JBoss Security Client #172
by jboss-qa-internal@redhat.com
See http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-...
------------------------------------------
[...truncated 132 lines...]
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[39,27] package javax.security.jacc does not exist
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[40,27] package javax.security.jacc does not exist
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[43,25] package org.jboss.logging does not exist
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[50,11] cannot find symbol
symbol : class StateMachine
location: class org.jboss.security.jacc.JBossPolicyConfiguration
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[55,6] cannot find symbol
symbol : class StateMachine
location: class org.jboss.security.jacc.JBossPolicyConfiguration
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[56,13] cannot find symbol
symbol : class PolicyContextException
location: class org.jboss.security.jacc.JBossPolicyConfiguration
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[76,13] cannot find symbol
symbol : class PolicyContextException
location: class org.jboss.security.jacc.JBossPolicyConfiguration
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[83,13] cannot find symbol
symbol : class PolicyContextException
location: class org.jboss.security.jacc.JBossPolicyConfiguration
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[92,13] cannot find symbol
symbol : class PolicyContextException
location: class org.jboss.security.jacc.JBossPolicyConfiguration
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[101,13] cannot find symbol
symbol : class PolicyContextException
location: class org.jboss.security.jacc.JBossPolicyConfiguration
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[110,13] cannot find symbol
symbol : class PolicyContextException
location: class org.jboss.security.jacc.JBossPolicyConfiguration
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[119,13] cannot find symbol
symbol : class PolicyContextException
location: class org.jboss.security.jacc.JBossPolicyConfiguration
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[128,13] cannot find symbol
symbol : class PolicyContextException
location: class org.jboss.security.jacc.JBossPolicyConfiguration
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[137,13] cannot find symbol
symbol : class PolicyContextException
location: class org.jboss.security.jacc.JBossPolicyConfiguration
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[146,13] cannot find symbol
symbol : class PolicyContextException
location: class org.jboss.security.jacc.JBossPolicyConfiguration
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[155,13] cannot find symbol
symbol : class PolicyContextException
location: class org.jboss.security.jacc.JBossPolicyConfiguration
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[162,13] cannot find symbol
symbol : class PolicyContextException
location: class org.jboss.security.jacc.JBossPolicyConfiguration
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[170,33] cannot find symbol
symbol : class PolicyConfiguration
location: class org.jboss.security.jacc.JBossPolicyConfiguration
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[171,13] cannot find symbol
symbol : class PolicyContextException
location: class org.jboss.security.jacc.JBossPolicyConfiguration
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[180,13] cannot find symbol
symbol : class PolicyContextException
location: class org.jboss.security.jacc.JBossPolicyConfiguration
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[189,13] cannot find symbol
symbol : class PolicyContextException
location: class org.jboss.security.jacc.JBossPolicyConfiguration
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[198,13] cannot find symbol
symbol : class PolicyContextException
location: class org.jboss.security.jacc.JBossPolicyConfiguration
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[207,13] cannot find symbol
symbol : class PolicyContextException
location: class org.jboss.security.jacc.JBossPolicyConfiguration
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[55,18] cannot find symbol
symbol : class Logger
location: class org.jboss.security.jacc.DelegatingPolicy
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[34,27] package javax.security.jacc does not exist
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[36,25] package org.jboss.logging does not exist
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[300,13] cannot find symbol
symbol : class PolicyContextException
location: class org.jboss.security.jacc.DelegatingPolicy
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[317,13] cannot find symbol
symbol : class PolicyContextException
location: class org.jboss.security.jacc.DelegatingPolicy
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[334,13] cannot find symbol
symbol : class PolicyContextException
location: class org.jboss.security.jacc.DelegatingPolicy
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[341,13] cannot find symbol
symbol : class PolicyContextException
location: class org.jboss.security.jacc.DelegatingPolicy
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[348,13] cannot find symbol
symbol : class PolicyContextException
location: class org.jboss.security.jacc.DelegatingPolicy
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[355,13] cannot find symbol
symbol : class PolicyContextException
location: class org.jboss.security.jacc.DelegatingPolicy
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[362,13] cannot find symbol
symbol : class PolicyContextException
location: class org.jboss.security.jacc.DelegatingPolicy
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[369,13] cannot find symbol
symbol : class PolicyContextException
location: class org.jboss.security.jacc.DelegatingPolicy
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[375,44] cannot find symbol
symbol : class PolicyConfiguration
location: class org.jboss.security.jacc.DelegatingPolicy
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[376,13] cannot find symbol
symbol : class PolicyContextException
location: class org.jboss.security.jacc.DelegatingPolicy
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[392,13] cannot find symbol
symbol : class PolicyContextException
location: class org.jboss.security.jacc.DelegatingPolicy
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[401,13] cannot find symbol
symbol : class PolicyContextException
location: class org.jboss.security.jacc.DelegatingPolicy
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[411,13] cannot find symbol
symbol : class PolicyContextException
location: class org.jboss.security.jacc.DelegatingPolicy
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[418,13] cannot find symbol
symbol : class PolicyContextException
location: class org.jboss.security.jacc.DelegatingPolicy
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[425,13] cannot find symbol
symbol : class PolicyContextException
location: class org.jboss.security.jacc.DelegatingPolicy
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[48,18] cannot find symbol
symbol : class Logger
location: class org.jboss.security.jacc.ContextPolicy
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[161,13] cannot find symbol
symbol : class PolicyContextException
location: class org.jboss.security.jacc.ContextPolicy
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[167,13] cannot find symbol
symbol : class PolicyContextException
location: class org.jboss.security.jacc.ContextPolicy
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[178,13] cannot find symbol
symbol : class PolicyContextException
location: class org.jboss.security.jacc.ContextPolicy
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[190,13] cannot find symbol
symbol : class PolicyContextException
location: class org.jboss.security.jacc.ContextPolicy
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[207,13] cannot find symbol
symbol : class PolicyContextException
location: class org.jboss.security.jacc.ContextPolicy
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[213,13] cannot find symbol
symbol : class PolicyContextException
location: class org.jboss.security.jacc.ContextPolicy
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[224,13] cannot find symbol
symbol : class PolicyContextException
location: class org.jboss.security.jacc.ContextPolicy
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[229,13] cannot find symbol
symbol : class PolicyContextException
location: class org.jboss.security.jacc.ContextPolicy
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[235,13] cannot find symbol
symbol : class PolicyContextException
location: class org.jboss.security.jacc.ContextPolicy
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[241,13] cannot find symbol
symbol : class PolicyContextException
location: class org.jboss.security.jacc.ContextPolicy
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[246,13] cannot find symbol
symbol : class PolicyContextException
location: class org.jboss.security.jacc.ContextPolicy
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[252,13] cannot find symbol
symbol : class PolicyContextException
location: class org.jboss.security.jacc.ContextPolicy
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[258,13] cannot find symbol
symbol : class PolicyContextException
location: class org.jboss.security.jacc.ContextPolicy
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[24,26] cannot find symbol
symbol : class RunAs
location: package org.jboss.security
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[27,40] cannot find symbol
symbol : class IdentityTrustException
location: package org.jboss.security.identitytrust
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[28,61] package org.jboss.security.identitytrust.IdentityTrustManager does not exist
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[28,26] cannot find symbol
symbol : class SecurityContext
location: package org.jboss.security
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[29,40] cannot find symbol
symbol : class IdentityTrustException
location: package org.jboss.security.identitytrust
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[30,40] cannot find symbol
symbol : class IdentityTrustModule
location: package org.jboss.security.identitytrust
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[140,61] non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Class for a varargs call
cast to java.lang.Class[] for a non-varargs call and to suppress this warning
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx-... :[141,54] non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this warning
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 6 seconds
[INFO] Finished at: Sun Nov 11 08:19:02 EST 2007
[INFO] Final Memory: 8M/37M
[INFO] ------------------------------------------------------------------------
channel stopped
18 years, 5 months
Build failed in Hudson: JBossSX » JBoss Security Implementation for the JBAS #172
by jboss-qa-internal@redhat.com
See http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/...
------------------------------------------
[...truncated 131 lines...]
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[94,37] cannot find symbol
symbol : class MessageInfo
location: class org.jboss.security.auth.container.modules.AbstractServerAuthModule
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[94,10] cannot find symbol
symbol : class AuthStatus
location: class org.jboss.security.auth.container.modules.AbstractServerAuthModule
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[96,10] cannot find symbol
symbol : class AuthException
location: class org.jboss.security.auth.container.modules.AbstractServerAuthModule
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[153,69] cannot find symbol
symbol : class AuthException
location: class org.jboss.security.auth.container.modules.AbstractServerAuthModule
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[28,35] package javax.security.auth.message does not exist
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[29,42] package javax.security.auth.message.config does not exist
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[30,42] package javax.security.auth.message.config does not exist
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[31,42] package javax.security.auth.message.config does not exist
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[41,44] cannot find symbol
symbol: class AuthConfigFactory
public class JBossAuthConfigFactory extends AuthConfigFactory
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[32,35] package javax.security.auth.message does not exist
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[33,42] package javax.security.auth.message.config does not exist
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[34,42] package javax.security.auth.message.config does not exist
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[35,42] package javax.security.auth.message.config does not exist
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[36,60] package javax.security.auth.message.config.AuthConfigFactory does not exist
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[57,34] cannot find symbol
symbol : class RegistrationListener
location: class org.jboss.security.auth.message.config.JBossAuthConfigFactory
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[67,10] cannot find symbol
symbol : class RegistrationListener
location: class org.jboss.security.auth.message.config.JBossAuthConfigFactory
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[66,10] cannot find symbol
symbol : class AuthConfigProvider
location: class org.jboss.security.auth.message.config.JBossAuthConfigFactory
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[75,10] cannot find symbol
symbol : class RegistrationContext
location: class org.jboss.security.auth.message.config.JBossAuthConfigFactory
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[83,38] cannot find symbol
symbol : class AuthConfigProvider
location: class org.jboss.security.auth.message.config.JBossAuthConfigFactory
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[91,32] cannot find symbol
symbol : class AuthException
location: class org.jboss.security.auth.message.config.JBossAuthConfigFactory
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[100,10] cannot find symbol
symbol : class AuthException
location: class org.jboss.security.auth.message.config.JBossAuthConfigFactory
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[115,40] cannot find symbol
symbol : class AuthConfigProvider
location: class org.jboss.security.auth.message.config.JBossAuthConfigFactory
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[87,34] cannot find symbol
symbol : class RegistrationListener
location: class org.jboss.security.auth.message.config.AuthProviderRegistrationDelegate
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[128,9] cannot find symbol
symbol : class RegistrationListener
location: class org.jboss.security.auth.message.config.AuthProviderRegistrationDelegate
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[127,10] cannot find symbol
symbol : class AuthConfigProvider
location: class org.jboss.security.auth.message.config.AuthProviderRegistrationDelegate
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[156,10] cannot find symbol
symbol : class RegistrationContext
location: class org.jboss.security.auth.message.config.AuthProviderRegistrationDelegate
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[193,38] cannot find symbol
symbol : class AuthConfigProvider
location: class org.jboss.security.auth.message.config.AuthProviderRegistrationDelegate
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[216,10] cannot find symbol
symbol : class AuthException
location: class org.jboss.security.auth.message.config.AuthProviderRegistrationDelegate
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[238,40] cannot find symbol
symbol : class AuthConfigProvider
location: class org.jboss.security.auth.message.config.AuthProviderRegistrationDelegate
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[27,35] package javax.security.auth.message does not exist
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[28,42] package javax.security.auth.message.config does not exist
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[29,42] package javax.security.auth.message.config does not exist
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[30,42] package javax.security.auth.message.config does not exist
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[42,48] cannot find symbol
symbol: class AuthConfigProvider
public class JBossAuthConfigProvider implements AuthConfigProvider
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[60,10] cannot find symbol
symbol : class ClientAuthConfig
location: class org.jboss.security.auth.message.config.JBossAuthConfigProvider
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[61,41] cannot find symbol
symbol : class AuthException
location: class org.jboss.security.auth.message.config.JBossAuthConfigProvider
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[84,10] cannot find symbol
symbol : class ServerAuthConfig
location: class org.jboss.security.auth.message.config.JBossAuthConfigProvider
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[85,41] cannot find symbol
symbol : class AuthException
location: class org.jboss.security.auth.message.config.JBossAuthConfigProvider
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[106,32] cannot find symbol
symbol : class AuthException
location: class org.jboss.security.auth.message.config.JBossAuthConfigProvider
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[27,35] package javax.security.auth.message does not exist
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[36,43] cannot find symbol
symbol: class MessageInfo
public class GenericMessageInfo implements MessageInfo
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[27,35] package javax.security.auth.message does not exist
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[28,35] package javax.security.auth.message does not exist
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[29,35] package javax.security.auth.message does not exist
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[30,35] package javax.security.auth.message does not exist
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[59,60] cannot find symbol
symbol : class AuthException
location: class org.jboss.security.auth.container.modules.HttpServletServerAuthModule
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[65,36] cannot find symbol
symbol : class MessageInfo
location: class org.jboss.security.auth.container.modules.HttpServletServerAuthModule
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[65,10] cannot find symbol
symbol : class AuthStatus
location: class org.jboss.security.auth.container.modules.HttpServletServerAuthModule
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[65,75] cannot find symbol
symbol : class AuthException
location: class org.jboss.security.auth.container.modules.HttpServletServerAuthModule
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[62,28] cannot find symbol
symbol : class MessageInfo
location: class org.jboss.security.auth.container.modules.DelegatingServerAuthModule
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[62,77] cannot find symbol
symbol : class AuthException
location: class org.jboss.security.auth.container.modules.DelegatingServerAuthModule
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[75,36] cannot find symbol
symbol : class MessageInfo
location: class org.jboss.security.auth.container.modules.DelegatingServerAuthModule
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[75,10] cannot find symbol
symbol : class AuthStatus
location: class org.jboss.security.auth.container.modules.DelegatingServerAuthModule
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[75,82] cannot find symbol
symbol : class AuthException
location: class org.jboss.security.auth.container.modules.DelegatingServerAuthModule
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[81,60] cannot find symbol
symbol : class AuthException
location: class org.jboss.security.auth.container.modules.DelegatingServerAuthModule
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[95,27] cannot find symbol
symbol : class MessageInfo
location: class org.jboss.security.plugins.NullSecurityManager
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[32,35] package javax.security.auth.message does not exist
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[34,42] package javax.security.auth.message.config does not exist
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[35,42] package javax.security.auth.message.config does not exist
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[36,42] package javax.security.auth.message.config does not exist
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[37,42] package javax.security.auth.message.module does not exist
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[58,46] cannot find symbol
symbol: class ServerAuthConfig
public class JBossServerAuthConfig implements ServerAuthConfig
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[86,10] cannot find symbol
symbol : class ServerAuthContext
location: class org.jboss.security.auth.message.config.JBossServerAuthConfig
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[88,10] cannot find symbol
symbol : class AuthException
location: class org.jboss.security.auth.message.config.JBossServerAuthConfig
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[177,32] cannot find symbol
symbol : class AuthException
location: class org.jboss.security.auth.message.config.JBossServerAuthConfig
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[187,34] cannot find symbol
symbol : class MessageInfo
location: class org.jboss.security.auth.message.config.JBossServerAuthConfig
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[197,11] cannot find symbol
symbol : class ServerAuthModule
location: class org.jboss.security.auth.message.config.JBossServerAuthConfig
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[205,11] cannot find symbol
symbol : class ServerAuthModule
location: class org.jboss.security.auth.message.config.JBossServerAuthConfig
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[29,35] package javax.security.auth.message does not exist
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[72,19] [deprecation] getActiveSubject() in org.jboss.security.AuthenticationManager has been deprecated
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[140,61] non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Class for a varargs call
cast to java.lang.Class[] for a non-varargs call and to suppress this warning
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[141,54] non-varargs call of varargs method with inexact argument type for last parameter;
cast to java.lang.Object for a varargs call
cast to java.lang.Object[] for a non-varargs call and to suppress this warning
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[113,18] [deprecation] getActiveSubject() in org.jboss.security.AuthenticationManager has been deprecated
http://hudson.qa.jboss.com/hudson/job/JBossSX/org.jboss.security$jbosssx/... :[71,19] [deprecation] getActiveSubject() in org.jboss.security.AuthenticationManager has been deprecated
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 35 seconds
[INFO] Finished at: Sun Nov 11 08:18:53 EST 2007
[INFO] Final Memory: 10M/37M
[INFO] ------------------------------------------------------------------------
18 years, 5 months
Build failed in Hudson: jboss-security-spi » JBoss Security SPI - Aggregator #108
by jboss-qa-internal@redhat.com
See http://hudson.qa.jboss.com/hudson/job/jboss-security-spi/org.jboss.securi...
------------------------------------------
started
Building remotely on dev60-linux
Reusing existing maven process
[INFO] Scanning for projects...
WAGON_VERSION: 1.0-beta-2
[INFO] ----------------------------------------------------------------------------
[INFO] Building JBoss Security SPI - Aggregator
[INFO] task-segment: [install]
[INFO] ----------------------------------------------------------------------------
[INFO] [site:attach-descriptor]
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: attach-sources}]
[INFO] [assembly:attached {execution: default}]
[INFO] Reading assembly descriptor: http://hudson.qa.jboss.com/hudson/job/jboss-security-spi/org.jboss.securi...
[INFO] Reading assembly descriptor: http://hudson.qa.jboss.com/hudson/job/jboss-security-spi/org.jboss.securi...
[HUDSON] Archiving http://hudson.qa.jboss.com/hudson/job/jboss-security-spi/org.jboss.securi...
[INFO] ------------------------------------------------------------------------
[ERROR] FATAL ERROR
[INFO] ------------------------------------------------------------------------
[INFO] null
[INFO] ------------------------------------------------------------------------
[INFO] Trace
java.lang.NullPointerException
at org.apache.maven.plugin.assembly.archive.ManifestCreationFinalizer.getVirtualFiles(ManifestCreationFinalizer.java:99)
at org.codehaus.plexus.archiver.AbstractArchiver.hasVirtualFiles(AbstractArchiver.java:546)
at org.codehaus.plexus.archiver.zip.AbstractZipArchiver.createArchiveMain(AbstractZipArchiver.java:258)
at org.codehaus.plexus.archiver.zip.AbstractZipArchiver.execute(AbstractZipArchiver.java:242)
at org.codehaus.plexus.archiver.AbstractArchiver.createArchive(AbstractArchiver.java:513)
at org.apache.maven.plugin.assembly.archive.DefaultAssemblyArchiver.createArchive(DefaultAssemblyArchiver.java:103)
at org.apache.maven.plugin.assembly.mojos.AbstractAssemblyMojo.execute(AbstractAssemblyMojo.java:278)
at org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:443)
at hudson.maven.agent.PluginManagerInterceptor.executeMojo(PluginManagerInterceptor.java:132)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:459)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278)
at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143)
at org.apache.maven.lifecycle.LifecycleExecutorInterceptor.execute(LifecycleExecutorInterceptor.java:42)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:272)
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.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
at org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
at hudson.maven.agent.Main.launch(Main.java:97)
at hudson.maven.MavenBuilder.call(MavenBuilder.java:109)
at hudson.maven.MavenBuilder.call(MavenBuilder.java:45)
at hudson.remoting.UserRequest.perform(UserRequest.java:69)
at hudson.remoting.UserRequest.perform(UserRequest.java:23)
at hudson.remoting.Request$2.run(Request.java:200)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
at java.util.concurrent.FutureTask.run(FutureTask.java:123)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:595)
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7 seconds
[INFO] Finished at: Sun Nov 11 08:06:56 EST 2007
[INFO] Final Memory: 10M/27M
[INFO] ------------------------------------------------------------------------
18 years, 5 months
Build failed in Hudson: JBoss-AS-5.0.x-TestSuite-sun15-noip #135
by jboss-qa-internal@redhat.com
See https://hudson.jboss.org/hudson/job/JBoss-AS-5.0.x-TestSuite-sun15-noip/1...
------------------------------------------
[...truncated 27989 lines...]
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-jbossmx-performance:
[junit] Running org.jboss.test.jbossmx.performance.dynamic.InvocationTestCase
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 9.325 sec
[junit] Running org.jboss.test.jbossmx.performance.standard.InvocationTestCase
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 42.442 sec
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-iiop:
[junit] Running org.jboss.test.bankiiop.test.BankStressTestCase
[junit] Tests run: 8, Failures: 0, Errors: 8, Time elapsed: 2.228 sec
[junit] Test org.jboss.test.bankiiop.test.BankStressTestCase FAILED
[junit] Running org.jboss.test.excepiiop.test.ExceptionTimingStressTestCase
[junit] Tests run: 6, Failures: 0, Errors: 6, Time elapsed: 3.97 sec
[junit] Test org.jboss.test.excepiiop.test.ExceptionTimingStressTestCase FAILED
[junit] Running org.jboss.test.helloiiop.test.HelloTimingStressTestCase
[junit] Tests run: 6, Failures: 0, Errors: 6, Time elapsed: 1.539 sec
[junit] Test org.jboss.test.helloiiop.test.HelloTimingStressTestCase FAILED
[junit] Running org.jboss.test.hellojrmpiiop.test.HelloTimingStressTestCase
[junit] Tests run: 7, Failures: 0, Errors: 6, Time elapsed: 1.447 sec
[junit] Test org.jboss.test.hellojrmpiiop.test.HelloTimingStressTestCase FAILED
[junit] Running org.jboss.test.iiop.test.NoCodebaseUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0.519 sec
[junit] Test org.jboss.test.iiop.test.NoCodebaseUnitTestCase FAILED
[junit] Running org.jboss.test.iiop.test.ParameterPassingStressTestCase
[junit] Tests run: 20, Failures: 0, Errors: 20, Time elapsed: 2.611 sec
[junit] Test org.jboss.test.iiop.test.ParameterPassingStressTestCase FAILED
[junit] Running org.jboss.test.marshaliiop.test.EjbUnMarshalUnitTestCase
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 1.467 sec
[junit] Test org.jboss.test.marshaliiop.test.EjbUnMarshalUnitTestCase FAILED
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-scout-jaxr:
[junit] Running org.jboss.test.jaxr.scout.JaxrBaseTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 3.229 sec
[junit] Running org.jboss.test.jaxr.scout.basic.JaxrJNDIConnectionTestCase
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.922 sec
[junit] Running org.jboss.test.jaxr.scout.publish.JaxrDeleteAssociationTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 14.084 sec
[junit] Running org.jboss.test.jaxr.scout.publish.JaxrDeleteOrganizationTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.685 sec
[junit] Running org.jboss.test.jaxr.scout.publish.JaxrSaveOrganizationTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.323 sec
[junit] Running org.jboss.test.jaxr.scout.publish.JaxrSaveServiceBindingTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 3.235 sec
[junit] Running org.jboss.test.jaxr.scout.publish.infomodel.JaxrClassficationTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.324 sec
[junit] Running org.jboss.test.jaxr.scout.publish.infomodel.JaxrConfimAssociationTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 3.483 sec
[junit] Running org.jboss.test.jaxr.scout.query.JaxrBusinessQueryTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 2.639 sec
[junit] Running org.jboss.test.jaxr.scout.query.infomodel.JaxrFindAssociationsTestCase
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 3.497 sec
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-webservice:
[junit] Running org.jboss.test.webservice.admindevel.ExampleTestCase
[junit] Found log4j.xml: file:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15-noip/trunk/testsuite/output/resources/log4j.xml
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 29.49 sec
[junit] Running org.jboss.test.webservice.admindevel.ExplodedExampleTestCase
[junit] Found log4j.xml: file:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15-noip/trunk/testsuite/output/resources/log4j.xml
[junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 7.223 sec
[junit] Running org.jboss.test.webservice.admindevel.RedeployExampleTestCase
[junit] Found log4j.xml: file:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15-noip/trunk/testsuite/output/resources/log4j.xml
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 5.618 sec
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-aspects-14:
tests-aspects-15:
_buildmagic:init:
Trying to override old definition of task property
_buildmagic:init:buildlog:
configure:
Overriding previous definition of reference to jboss.test.classpath
init:
compile-classes:
[javac] Compiling 4 source files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15-noip/trunk/aspects/output/classes
asynch:
[jar] Building jar: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15-noip/trunk/aspects/output/lib/asynch-test.sar
jars:
main:
_buildmagic:init:
Trying to override old definition of task property
configure:
Overriding previous definition of reference to jboss.test.classpath
init:
tests:
_buildmagic:init:
init:
test:
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15-noip/trunk/aspects/output/reports
[mkdir] Created dir: /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15-noip/trunk/aspects/output/log
[junit] Running org.jboss.test.asynch.AsynchTestCase
[junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 3.689 sec
tests-aspects:
[server:stop] Shutting down server: all
[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-noip/trunk/build/output/jboss-5.0.0.Beta3/bin/shutdown.jar:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15-noip/trunk/build/output/jboss-5.0.0.Beta3/client/jbossall-client.jar:/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15-noip/trunk/build/output/jboss-5.0.0.Beta3/client/jboss-common.jar org.jboss.Shutdown --server jnp://localhost:1099 --shutdown
[server:stop] shutdownTimeout will be=45
[server:stop] Failed to shutdown server "all" before timeout. Destroying the process.
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-profileservice:
[echo] creating profileservice config, jboss.dist=/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15-noip/trunk/build/output/jboss-5.0.0.Beta3
[copy] Copying 380 files to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15-noip/trunk/build/output/jboss-5.0.0.Beta3/server/profileservice
[copy] Copied 103 empty directories to 1 empty directory under /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15-noip/trunk/build/output/jboss-5.0.0.Beta3/server/profileservice
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15-noip/trunk/build/output/jboss-5.0.0.Beta3/server/profileservice/conf
[copy] Copying 1 file to /qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15-noip/trunk/build/output/jboss-5.0.0.Beta3/server/profileservice/deployers
[server:start] Starting server "profileservice" 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-noip/trunk/build/output/jboss-5.0.0.Beta3/bin/run.jar:/qa/tools/opt/jdk1.5.0_12/lib/tools.jar -Xms128m -Xmx512m -XX:MaxPermSize=512m -XX:+HeapDumpOnOutOfMemoryError -Djava.endorsed.dirs=/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15-noip/trunk/build/output/jboss-5.0.0.Beta3/lib/endorsed -Djgroups.udp.ip_ttl=0 org.jboss.Main -c profileservice -b localhost -u 227.43.67.130
[server:start] Failed to start server "profileservice" before timeout. Destroying the process.
BUILD FAILED
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15-noip/trunk/testsuite/build.xml:834: The following error occurred while executing this line:
/qa/services/hudson/hudson_workspace/workspace/JBoss-AS-5.0.x-TestSuite-sun15-noip/trunk/testsuite/build.xml:891: Error starting server "profileservice": Server failed to start; see logs.
Total time: 97 minutes 29 seconds
+ BSTATUS=1
+ [[ 1 -ne 0 ]]
+ kill-jboss
++ uname -s
+ [[ Linux == \L\i\n\u\x ]]
+ ps -eaf --columns 2200
+ grep run.jar
+ grep -v grep
+ awk '{ print $2; }'
+ xargs kill
usage: kill [ -s signal | -p ] [ -a ] pid ...
kill -l [ signal ]
+ sleep 10
+ ps -eaf --columns 2200
+ grep run.jar
+ grep -v grep
+ awk '{ print $2; }'
+ xargs kill -9
usage: kill [ -s signal | -p ] [ -a ] pid ...
kill -l [ signal ]
+ return 0
+ exit 1
Recording test results
Build was marked for publishing on https://hudson.jboss.org/hudson/
finished: FAILURE
18 years, 5 months
Build failed in Hudson: drools #1006
by jboss-qa-internal@redhat.com
See http://hudson.qa.jboss.com/hudson/job/drools/1006/changes
Changes:
[mark.proctor(a)jboss.com] JBRULES-1323 Add caching to the Objenesis instance and move instance to the RuleBase level
------------------------------------------
[...truncated 7521 lines...]
Running org.drools.brms.client.modeldriven.SuggestionCompletionEngineTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec
Running org.drools.brms.server.util.BRLPersitenceTest
<rule>
<modelVersion>1.0</modelVersion>
<attributes>
<attribute>
<attributeName>no-loop</attributeName>
<value>true</value>
</attribute>
</attributes>
<lhs>
<fact>
<constraintList>
<constraints>
<fieldConstraint>
<fieldBinding>f1</fieldBinding>
<fieldName>age</fieldName>
<operator><</operator>
<value>42</value>
<constraintValueType>0</constraintValueType>
</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>
<variable>p1</variable>
<fieldValues>
<fieldValue>
<field>status</field>
<value>rejected</value>
<type>String</type>
</fieldValue>
</fieldValues>
</modify>
<retract>
<variableName>p1</variableName>
</retract>
<dslSentence>
<sentence>Send an email to {administrator}</sentence>
</dslSentence>
</rhs>
</rule>
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.396 sec
Running org.drools.rule.builder.dialect.java.JavaExprAnalyzerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.drools.brms.modeldriven.CompositeFactPatternTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.drools.integrationtests.sequential.SequentialTest
Iterations in for SEQUENTIAL : 21
Iterations in for RETE : 8
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.171 sec
Running org.drools.lang.dsl.DefaultDSLMappingEntryTest
Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
Running org.drools.brms.modeldriven.FactPatternTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.drools.integrationtests.OutOfMemoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 25.601 sec
Running org.drools.integrationtests.StatelessStressTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.drools.rule.builder.dialect.mvel.MVELReturnValueBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec
Running org.drools.compiler.PackageBuilderTest
stilton 200
Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.087 sec
Running org.drools.compiler.RuleBaseLoaderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.06 sec
Running org.drools.integrationtests.FirstOrderLogicTest
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.785 sec
Running org.drools.lang.descr.AndDescrTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.drools.integrationtests.TruthMaintenanceTest
[ObjectInserted: handle=[fid:1:1:[Person name='person']]; object=[Person name='person']]
[ObjectInserted: handle=[fid:2:2:CheeseEqual( type='person', price=2 )]; object=CheeseEqual( type='person', price=2 )]
[ObjectUpdated: handle=[fid:1:3:[Person name='person']]; old_object=[Person name='person']; new_object=[Person name='person']]
[ObjectRetracted: handle=[fid:1:3:[Person name='person']]; old_object=[Person name='person']]
[ObjectRetracted: handle=[fid:2:2:CheeseEqual( type='person', price=2 )]; old_object=CheeseEqual( type='person', price=2 )]
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.614 sec
Running org.drools.rule.builder.dialect.mvel.MVELSalienceBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec
Running org.drools.testframework.ScenarioRunnerTest
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.38 sec
Running org.drools.compiler.RuleFlowErrorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.drools.integrationtests.AccumulateTest
Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.127 sec
Running org.drools.lang.MVELDumperTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.drools.compiler.RuleErrorTest
IM IN YR EROR problem
problem
problem
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.drools.integrationtests.StatefulSessionTest
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:469)
at org.drools.common.AbstractWorkingMemory.fireAllRules(AbstractWorkingMemory.java:441)
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:469)
at org.drools.common.AbstractWorkingMemory.fireAllRules(AbstractWorkingMemory.java:441)
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:469)
at org.drools.common.AbstractWorkingMemory.fireAllRules(AbstractWorkingMemory.java:441)
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.741 sec
Running org.drools.xml.DumperTest
(null: 74, 35): cvc-complex-type.2.4.a: Invalid content was found starting with element 'field-constraint'. One of '{"http://drools.org/drools-4.0":and-constraint-connective}' is expected.
testStaticMethod1
testStaticMethod2
testStaticMethod3
Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.363 sec
Running org.drools.brms.server.util.BRDRLPersistenceTest
rule "null"
dialect "mvel"
when
then
I CAN HAS DSL
>Shizzle fact0 = new Shizzle();
>fact0.setGoo( 42 );
>insert( fact0 );
>Shizzle fact1 = new Shizzle();
>fact1.setGoo( 42 );
>insertLogical( fact1 );
end
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
Running org.drools.testframework.FactPopulatorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec
Running org.drools.brms.modeldriven.CompositeFieldConstraintTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec
Running org.drools.compiler.SourcePackageProviderTest
RuleAgent(default) INFO (Sun Nov 11 01:25:04 EST 2007): Configuring with newInstance=false, secondsToRefresh=-1
RuleAgent(default) INFO (Sun Nov 11 01:25:04 EST 2007): Configuring package provider : FileScanner scanning: /tmp/__temp_test_drools_packages/Something.drl
RuleAgent(default) INFO (Sun Nov 11 01:25:04 EST 2007): Applying changes to the rulebase.
RuleAgent(default) INFO (Sun Nov 11 01:25:04 EST 2007): Adding package called HelloWorld
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.083 sec
Running org.drools.brms.modeldriven.ConstraintTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.drools.integrationtests.waltz.ReteOOWaltzTest
9266
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.907 sec
Running org.drools.rule.builder.dialect.mvel.MVELEvalBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec
Running org.drools.integrationtests.DynamicRulesTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.566 sec
Running org.drools.brms.modeldriven.ActionFieldValueTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec
Running org.drools.brms.server.util.SuggestionCompletionEngineBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.drools.xml.XmlPackageReaderTest
Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.327 sec
Running org.drools.integrationtests.ExecutionFlowControlTest
Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.89 sec
Running org.drools.brms.modeldriven.ActionSetFieldTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 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.016 sec
Running org.drools.lang.RuleParserTest
Tests run: 109, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.167 sec
Running org.drools.rule.builder.dialect.mvel.MVELExprAnalyzerTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.drools.reteoo.ReteooBuilderTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 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.059 sec
Running org.drools.rule.builder.dialect.mvel.MVELPredicateBuilderTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Results :
Tests in error:
testSerializable(org.drools.integrationtests.MiscTest)
Tests run: 601, Failures: 0, Errors: 1, 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 28 seconds
[INFO] Finished at: Sun Nov 11 01:25:18 EST 2007
[INFO] Final Memory: 13M/64M
[INFO] ------------------------------------------------------------------------
Terminating xvnc
[drools] $ vncserver -kill :10
Killing Xvnc process ID 6480
Deleting old artifacts from #1004
Recording test results
18 years, 5 months
Build failed in Hudson: Red_Hat_Dev_Studio #359
by jboss-qa-internal@redhat.com
See http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/359/changes
------------------------------------------
started
Building remotely on dev91
Updating https://svn.jboss.org/repos/testproject/rhds/releng/org.jboss.ide.eclipse...
At revision 3355
no change for https://svn.jboss.org/repos/testproject/rhds/releng/org.jboss.ide.eclipse... since the previous build
Starting xvnc
[Red_Hat_Dev_Studio] $ vncserver :10
[Red_Hat_Dev_Studio] $ bash -xe /tmp/hudson41333.sh
+ cp ./org.jboss.ide.eclipse.releng/configs/rhds/customize.properties ./org.jboss.ide.eclipse.releng/.
+ cd org.jboss.ide.eclipse.releng
+ ant -lib http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/org.jboss.ide... -f customizeBuild.xml customize
Buildfile: customizeBuild.xml
customize:
[propertyfile] Updating property file: /qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/customize.properties
BUILD SUCCESSFUL
Total time: 1 second
+ cd builders
+ ant -lib http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/org.jboss.ide... -propertyfile ../configs/rhds/rhds-build.properties
+ tee ../configs/rhds/build.log
Buildfile: build.xml
build-requirements:
cleanRequirements:
New 'dev91.qa.atl2.redhat.com:10 (hudson)' desktop is dev91.qa.atl2.redhat.com:10
Starting applications specified in /home/hudson/.vnc/xstartup
Log file is /home/hudson/.vnc/dev91.qa.atl2.redhat.com:10.log
[delete] Deleting 8 files from /home/hudson/rhds-build/requirements
getBaseRequirements:
[echo] /home/hudson/rhds-build/requirements/jbeap/return.properties is not available
build.requirement:
check.archive:
download.archive:
build.driver:
[unzip] Expanding: /home/hudson/rhds-build/requirements/jbeap/jboss-eap-noauth-4.2.0-2.CP01.ep1.3.zip into /home/hudson/rhds-build/requirements/jbeap
[echo] load properties from /home/hudson/rhds-build/requirements/jbeap/return.properties
[echo] /home/hudson/rhds-build/requirements/eapseamgen/return.properties is not available
build.requirement:
[echo] load properties from /home/hudson/rhds-build/requirements/eapseamgen/return.properties
[echo] /home/hudson/rhds-build/requirements/eclipse-win32/return.properties is not available
build.requirement:
getBaseEclipse:
[echo] /home/hudson/rhds-build/requirements/eclipse-linux-gtk/return.properties is not available
build.requirement:
getBaseEclipse:
[echo] /home/hudson/rhds-build/requirements/svn-pdebuild/return.properties is not available
build.requirement:
[unzip] Expanding: http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/org.jboss.ide... into /home/hudson/rhds-build/clean-eclipse/eclipse
[echo] /home/hudson/rhds-build/requirements/springide/return.properties is not available
build.requirement:
check.archive:
download.archive:
build.driver:
[unzip] Expanding: /home/hudson/rhds-build/requirements/springide/springide_2.0.0_v200706271108.zip into /home/hudson/rhds-build/eclipse
[echo] load properties from /home/hudson/rhds-build/requirements/springide/return.properties
[echo] /home/hudson/rhds-build/requirements/testng/return.properties is not available
build.requirement:
check.archive:
download.archive:
build.driver:
[unzip] Expanding: /home/hudson/rhds-build/requirements/testng/testng-eclipse-5.7.0.0.zip into /home/hudson/rhds-build/eclipse
[echo] load properties from /home/hudson/rhds-build/requirements/testng/return.properties
[echo] Extracting clean Eclipse directory for building...
unzipEclipse:
[echo] eclipseInstallDir=/home/hudson/rhds-build/clean-eclipse/eclipse-SDK-linux-gtk.tar.gz
[untar] Expanding: /home/hudson/rhds-build/eclipse-SDK-linux-gtk.tar.gz into /home/hudson/rhds-build/clean-eclipse
build-nightly:
do-build:
build-product:
nightly:
build:
[mkdir] Created dir: /home/hudson/rhds-build/200711110003-nightly
[mkdir] Created dir: /home/hudson/rhds-build/200711110003-nightly/all
[mkdir] Created dir: /home/hudson/rhds-build/200711110003-nightly/bundle
[delete] Deleting 4573 files from /home/hudson/rhds-build
[delete] Deleted 1204 directories from /home/hudson/rhds-build
[echo] /home/hudson/rhds-build/requirements/eclipse/return.properties is not available
build.requirement:
getBaseEclipse:
unzipEclipse:
[echo] eclipseInstallDir=/home/hudson/rhds-build/eclipse-SDK-linux-gtk.tar.gz
[untar] Expanding: /home/hudson/rhds-build/eclipse-SDK-linux-gtk.tar.gz into /home/hudson/rhds-build
[echo] Building rhdevstudio with build type 'standalone.product'
run.builders:
[echo] builders = richfaces,freemarker,hibernate-tools,struts,core,xdoclet,jbpm,as,seam
[mkdir] Created dir: /home/hudson/rhds-build/200711110003-nightly/richfaces
nightly:
build-required-builders:
main:
[delete] Deleting 4 files from http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/org.jboss.ide...
[delete] Deleted 12 directories from http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/org.jboss.ide...
[echo] /home/hudson/rhds-build/requirements/eclipse/return.properties is not available
build.requirement:
getBaseEclipse:
unzipEclipse:
[echo] eclipseInstallDir=/home/hudson/rhds-build/eclipse-SDK-linux-gtk.tar.gz
[untar] Expanding: /home/hudson/rhds-build/eclipse-SDK-linux-gtk.tar.gz into /home/hudson/rhds-build
[echo] /home/hudson/rhds-build/requirements/emf-sdo-xsd/return.properties is not available
build.requirement:
check.archive:
download.archive:
build.driver:
[unzip] Expanding: /home/hudson/rhds-build/requirements/emf-sdo-xsd/emf-sdo-xsd-SDK-2.3.1.zip into /home/hudson/rhds-build
[echo] load properties from /home/hudson/rhds-build/requirements/emf-sdo-xsd/return.properties
[echo] /home/hudson/rhds-build/requirements/gef/return.properties is not available
build.requirement:
check.archive:
download.archive:
build.driver:
[unzip] Expanding: /home/hudson/rhds-build/requirements/gef/GEF-SDK-3.3.1.zip into /home/hudson/rhds-build
[echo] load properties from /home/hudson/rhds-build/requirements/gef/return.properties
[echo] /home/hudson/rhds-build/requirements/dtp/return.properties is not available
build.requirement:
check.archive:
download.archive:
build.driver:
[unzip] Expanding: /home/hudson/rhds-build/requirements/dtp/dtp-sdk_1.5.1.zip into /home/hudson/rhds-build
[echo] load properties from /home/hudson/rhds-build/requirements/dtp/return.properties
[echo] /home/hudson/rhds-build/requirements/webtools/return.properties is not available
build.requirement:
check.archive:
download.archive:
build.driver:
[unzip] Expanding: /home/hudson/rhds-build/requirements/webtools/wtp-sdk-R-2.0.1-20070926042742.zip into /home/hudson/rhds-build
[echo] load properties from /home/hudson/rhds-build/requirements/webtools/return.properties
[echo] /home/hudson/rhds-build/requirements/xulrunner/return.properties is not available
build.requirement:
[get] Getting: ftp://ftp.mozilla.org/pub/xulrunner/releases/1.8.1.3/contrib/eclipse/org....
[get] To: /home/hudson/rhds-build/requirements/xulrunner/org.mozilla.xulrunner.win32.win32.x86_1.8.1.3-20070904.jar
[get] Getting: ftp://ftp.mozilla.org/pub/xulrunner/releases/1.8.1.3/contrib/eclipse/org....
[get] To: /home/hudson/rhds-build/requirements/xulrunner/org.mozilla.xulrunner.gtk.linux.x86_1.8.1.3-20070904.jar
[get] Getting: ftp://ftp.mozilla.org/pub/xulrunner/releases/1.8.1.3/contrib/eclipse/org....
[get] To: /home/hudson/rhds-build/requirements/xulrunner/org.mozilla.xulrunner.carbon.macosx_1.8.1.3-20070904.jar
[get] Getting: ftp://ftp.mozilla.org/pub/xulrunner/releases/1.8.1.3/contrib/eclipse/org....
[get] To: /home/hudson/rhds-build/requirements/xulrunner/org.mozilla.xpcom_1.8.1.3-20070904.jar
[unzip] Expanding: /home/hudson/rhds-build/requirements/xulrunner/org.mozilla.xulrunner.win32.win32.x86_1.8.1.3-20070904.jar into /home/hudson/rhds-build/eclipse/plugins/org.mozilla.xulrunner.win32.win32.x86_1.8.1.3-20070904
[unzip] Expanding: /home/hudson/rhds-build/requirements/xulrunner/org.mozilla.xulrunner.gtk.linux.x86_1.8.1.3-20070904.jar into /home/hudson/rhds-build/eclipse/plugins/org.mozilla.xulrunner.gtk.linux.x86_1.8.1.3-20070904
[unzip] Expanding: /home/hudson/rhds-build/requirements/xulrunner/org.mozilla.xulrunner.carbon.macosx_1.8.1.3-20070904.jar into /home/hudson/rhds-build/eclipse/plugins/org.mozilla.xulrunner.carbon.macosx_1.8.1.3-20070904
[unzip] Expanding: /home/hudson/rhds-build/requirements/xulrunner/org.mozilla.xpcom_1.8.1.3-20070904.jar into /home/hudson/rhds-build/eclipse/plugins/org.mozilla.xpcom_1.8.1.3-20070904
[mkdir] Created dir: http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/org.jboss.ide...
[unjar] Expanding: /home/hudson/rhds-build/clean-eclipse/eclipse/plugins/org.eclipse.jdt.core_3.3.1.v_780_R33x.jar into http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/org.jboss.ide...
[echo] Building builder richfaces...
[echo] versionTag for this builder=200711110003-nightly
[java] Buildfile: /home/hudson/rhds-build/clean-eclipse/eclipse/plugins/org.eclipse.pde.build_3.3.2.R331_v20071019/scripts/build.xml
[java] Java Result: 13
[delete] Deleting 1424 files from http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/org.jboss.ide...
[delete] Deleted 50 directories from http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/org.jboss.ide...
BUILD FAILED
/qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/build.xml:64: The following error occurred while executing this line:
/qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/build.xml:27: The following error occurred while executing this line:
/qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/build.xml:45: The following error occurred while executing this line:
/qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product/productBuild.xml:69: The following error occurred while executing this line:
/qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product/productBuild.xml:253: The following error occurred while executing this line:
/qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product/productBuild.xml:255: The following error occurred while executing this line:
/qa/services/hudson/hudson_workspace/workspace/Red_Hat_Dev_Studio/org.jboss.ide.eclipse.releng/builders/product/productBuild.xml:230: /home/hudson/rhds-build/eclipse/N-build not found.
Total time: 4 minutes 45 seconds
+ cd ../configs/rhds
+ zip build.log.zip build.log
updating: build.log (deflated 86%)
+ cd ../..
+ cp -r /home/hudson/rhds-build .
+ ant -lib http://hudson.qa.jboss.com/hudson/job/Red_Hat_Dev_Studio/ws/org.jboss.ide... -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/200711110003-nightly
[copy] Copying 1 file to /qa/services/http/binaries/RHDS/nightly/200711110003-nightly
[copy] Copied 1 empty directory to 1 empty directory under /qa/services/http/binaries/RHDS/nightly/200711110003-nightly
BUILD SUCCESSFUL
Total time: 1 second
++ cat /home/hudson/rhds-build/buildData.properties
++ grep upload.to
++ perl -ne 's/[\s\t]+upload.to=[^\/]+\///g;print;'
+ builddir=200711110003-nightly
++ cat /home/hudson/rhds-build/buildData.properties
++ grep upload.to
++ perl -ne 's/[\s\t]+upload.to=//g; s/\/.*//g; print;'
+ buildtype=nightly
++ cat /home/hudson/jbosstools-build/buildData.properties
++ grep upload.to
++ perl -ne 's/[\s\t]+upload.to=//g; s/\/.*//g; print;'
+ uploadto=nightly
+ cp configs/rhds/build.log.zip /qa/services/http/binaries/RHDS/nightly/200711110003-nightly/build.log.zip
+ scp -i /home/hudson/.ssh/exadel_rsa '/home/hudson/rhds-build/200711110003-nightly/installer/build/rhdevstudio-*.jar' rhds@download.exadel.com:/home/rhds/builds/nightly
/home/hudson/rhds-build/200711110003-nightly/installer/build/rhdevstudio-*.jar: No such file or directory
Terminating xvnc
[Red_Hat_Dev_Studio] $ vncserver -kill :10
Killing Xvnc process ID 7495
18 years, 5 months