ContainerLoader issue for TestRunContainer

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
13 messages Options
Reply | Threaded
Open this post in threaded view
|

ContainerLoader issue for TestRunContainer

Jacques Le Roux
Administrator
I noticed something weird, not the 1st time. It seems to reproduce every 2 times buildbot runs since 26/03/2011 and could be related
to
http://svn.apache.org/viewvc?rev=1085757&view=rev

=====================================================
The Buildbot has detected a new failure on builder ofbiz-trunk while building ASF Buildbot.
Full details are available at:
 http://ci.apache.org/builders/ofbiz-trunk/builds/1647

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: isis_ubuntu

Build Reason: scheduler
Build Source Stamp: [branch ofbiz/trunk] 1088047
Blamelist: jleroux

BUILD FAILED: failed compile_1

sincerely,
 -The Buildbot
=====================================================

Then

=====================================================
The Buildbot has detected a new failure on builder ofbiz-trunk while building ASF Buildbot.
Full details are available at:
 http://ci.apache.org/builders/ofbiz-trunk/builds/1647

Buildbot URL: http://ci.apache.org/

Buildslave for this Build: isis_ubuntu

Build Reason: scheduler
Build Source Stamp: [branch ofbiz/trunk] 1088047
Blamelist: jleroux

BUILD FAILED: failed compile_1

sincerely,
 -The Buildbot
=====================================================

But obviously nothing there:

Author: jleroux
Date: Sat Apr  2 15:28:27 2011
New Revision: 1088048

URL: http://svn.apache.org/viewvc?rev=1088048&view=rev
Log:
Cleans imports

Modified:
    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java

Modified: ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java?rev=1088048&r1=1088047&r2=1088048&view=diff
==============================================================================
--- ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java (original)
+++ ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java Sat Apr  2 15:28:27 2011
@@ -34,8 +34,6 @@ import javax.xml.namespace.QName;
 import javax.xml.stream.XMLInputFactory;
 import javax.xml.stream.XMLStreamReader;

-import javolution.util.FastMap;
-
 import org.apache.axiom.om.OMAbstractFactory;
 import org.apache.axiom.om.OMAttribute;
 import org.apache.axiom.om.OMElement;


Here is a link http://ci.apache.org/builders/ofbiz-trunk/builds/1643/steps/compile_1/logs/stdio

Adrian, could you have a look please?

Thanks

Jacques


Reply | Threaded
Open this post in threaded view
|

Re: ContainerLoader issue for TestRunContainer

Adrian Crum-3
The buildbot failure has nothing to do with that commit. The failure is
due to rev 1085735.

The ant run-tests target fails because the tests for the framework/base
component fails.

The solution is to find out why framework/base component tests are
failing and fix them.

-Adrian

On 4/2/2011 10:22 AM, Jacques Le Roux wrote:

> I noticed something weird, not the 1st time. It seems to reproduce
> every 2 times buildbot runs since 26/03/2011 and could be related to
> http://svn.apache.org/viewvc?rev=1085757&view=rev
>
> =====================================================
> The Buildbot has detected a new failure on builder ofbiz-trunk while
> building ASF Buildbot.
> Full details are available at:
> http://ci.apache.org/builders/ofbiz-trunk/builds/1647
>
> Buildbot URL: http://ci.apache.org/
>
> Buildslave for this Build: isis_ubuntu
>
> Build Reason: scheduler
> Build Source Stamp: [branch ofbiz/trunk] 1088047
> Blamelist: jleroux
>
> BUILD FAILED: failed compile_1
>
> sincerely,
> -The Buildbot
> =====================================================
>
> Then
>
> =====================================================
> The Buildbot has detected a new failure on builder ofbiz-trunk while
> building ASF Buildbot.
> Full details are available at:
> http://ci.apache.org/builders/ofbiz-trunk/builds/1647
>
> Buildbot URL: http://ci.apache.org/
>
> Buildslave for this Build: isis_ubuntu
>
> Build Reason: scheduler
> Build Source Stamp: [branch ofbiz/trunk] 1088047
> Blamelist: jleroux
>
> BUILD FAILED: failed compile_1
>
> sincerely,
> -The Buildbot
> =====================================================
>
> But obviously nothing there:
>
> Author: jleroux
> Date: Sat Apr  2 15:28:27 2011
> New Revision: 1088048
>
> URL: http://svn.apache.org/viewvc?rev=1088048&view=rev
> Log:
> Cleans imports
>
> Modified:
>    
> ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java
>
> Modified:
> ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java
> URL:
> http://svn.apache.org/viewvc/ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java?rev=1088048&r1=1088047&r2=1088048&view=diff
> ==============================================================================
>
> ---
> ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java
> (original)
> +++
> ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java
> Sat Apr  2 15:28:27 2011
> @@ -34,8 +34,6 @@ import javax.xml.namespace.QName;
> import javax.xml.stream.XMLInputFactory;
> import javax.xml.stream.XMLStreamReader;
>
> -import javolution.util.FastMap;
> -
> import org.apache.axiom.om.OMAbstractFactory;
> import org.apache.axiom.om.OMAttribute;
> import org.apache.axiom.om.OMElement;
>
>
> Here is a link
> http://ci.apache.org/builders/ofbiz-trunk/builds/1643/steps/compile_1/logs/stdio
>
> Adrian, could you have a look please?
>
> Thanks
>
> Jacques
>
>
Reply | Threaded
Open this post in threaded view
|

Re: ContainerLoader issue for TestRunContainer

Jacques Le Roux
Administrator
Thanks Adrian,

Weird tough that it succeeds half the time
I have reopened https://issues.apache.org/jira/browse/OFBIZ-3662

Jacques

From: "Adrian Crum" <[hidden email]>

> The buildbot failure has nothing to do with that commit. The failure is due to rev 1085735.
>
> The ant run-tests target fails because the tests for the framework/base component fails.
>
> The solution is to find out why framework/base component tests are failing and fix them.
>
> -Adrian
>
> On 4/2/2011 10:22 AM, Jacques Le Roux wrote:
>> I noticed something weird, not the 1st time. It seems to reproduce every 2 times buildbot runs since 26/03/2011 and could be
>> related to
>> http://svn.apache.org/viewvc?rev=1085757&view=rev
>>
>> =====================================================
>> The Buildbot has detected a new failure on builder ofbiz-trunk while building ASF Buildbot.
>> Full details are available at:
>> http://ci.apache.org/builders/ofbiz-trunk/builds/1647
>>
>> Buildbot URL: http://ci.apache.org/
>>
>> Buildslave for this Build: isis_ubuntu
>>
>> Build Reason: scheduler
>> Build Source Stamp: [branch ofbiz/trunk] 1088047
>> Blamelist: jleroux
>>
>> BUILD FAILED: failed compile_1
>>
>> sincerely,
>> -The Buildbot
>> =====================================================
>>
>> Then
>>
>> =====================================================
>> The Buildbot has detected a new failure on builder ofbiz-trunk while building ASF Buildbot.
>> Full details are available at:
>> http://ci.apache.org/builders/ofbiz-trunk/builds/1647
>>
>> Buildbot URL: http://ci.apache.org/
>>
>> Buildslave for this Build: isis_ubuntu
>>
>> Build Reason: scheduler
>> Build Source Stamp: [branch ofbiz/trunk] 1088047
>> Blamelist: jleroux
>>
>> BUILD FAILED: failed compile_1
>>
>> sincerely,
>> -The Buildbot
>> =====================================================
>>
>> But obviously nothing there:
>>
>> Author: jleroux
>> Date: Sat Apr  2 15:28:27 2011
>> New Revision: 1088048
>>
>> URL: http://svn.apache.org/viewvc?rev=1088048&view=rev
>> Log:
>> Cleans imports
>>
>> Modified:
>>    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java
>>
>> Modified: ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java
>> URL:
>> http://svn.apache.org/viewvc/ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java?rev=1088048&r1=1088047&r2=1088048&view=diff
>> ==============================================================================
>> ---
>> ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java (original)
>> +++ ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java Sat Apr  2 15:28:27 2011
>> @@ -34,8 +34,6 @@ import javax.xml.namespace.QName;
>> import javax.xml.stream.XMLInputFactory;
>> import javax.xml.stream.XMLStreamReader;
>>
>> -import javolution.util.FastMap;
>> -
>> import org.apache.axiom.om.OMAbstractFactory;
>> import org.apache.axiom.om.OMAttribute;
>> import org.apache.axiom.om.OMElement;
>>
>>
>> Here is a link http://ci.apache.org/builders/ofbiz-trunk/builds/1643/steps/compile_1/logs/stdio
>>
>> Adrian, could you have a look please?
>>
>> Thanks
>>
>> Jacques
>>
>>


Reply | Threaded
Open this post in threaded view
|

Re: ContainerLoader issue for TestRunContainer

Adrian Crum-3
That issue should not be reopened. The buildbot failure is a separate
issue. To understand the problem you have to understand the history:

1. The framework/base component unit tests ran successfully.
2. A new testing framework was introduced and that framework skipped the
framework/base unit tests.
3. Over time, changes were made to framework/base code that caused the
tests to fail, but no one noticed because the tests were not being run.
4. Rev 1085735 fixed the issue that was preventing the framework/base
tests from being run.
5. Now the framework/base tests run, but they fail due to #3.

-Adrian

On 4/2/2011 11:01 AM, Jacques Le Roux wrote:

> Thanks Adrian,
>
> Weird tough that it succeeds half the time
> I have reopened https://issues.apache.org/jira/browse/OFBIZ-3662
>
> Jacques
>
> From: "Adrian Crum" <[hidden email]>
>> The buildbot failure has nothing to do with that commit. The failure
>> is due to rev 1085735.
>>
>> The ant run-tests target fails because the tests for the
>> framework/base component fails.
>>
>> The solution is to find out why framework/base component tests are
>> failing and fix them.
>>
>> -Adrian
>>
>> On 4/2/2011 10:22 AM, Jacques Le Roux wrote:
>>> I noticed something weird, not the 1st time. It seems to reproduce
>>> every 2 times buildbot runs since 26/03/2011 and could be
>>> related to
>>> http://svn.apache.org/viewvc?rev=1085757&view=rev
>>>
>>> =====================================================
>>> The Buildbot has detected a new failure on builder ofbiz-trunk while
>>> building ASF Buildbot.
>>> Full details are available at:
>>> http://ci.apache.org/builders/ofbiz-trunk/builds/1647
>>>
>>> Buildbot URL: http://ci.apache.org/
>>>
>>> Buildslave for this Build: isis_ubuntu
>>>
>>> Build Reason: scheduler
>>> Build Source Stamp: [branch ofbiz/trunk] 1088047
>>> Blamelist: jleroux
>>>
>>> BUILD FAILED: failed compile_1
>>>
>>> sincerely,
>>> -The Buildbot
>>> =====================================================
>>>
>>> Then
>>>
>>> =====================================================
>>> The Buildbot has detected a new failure on builder ofbiz-trunk while
>>> building ASF Buildbot.
>>> Full details are available at:
>>> http://ci.apache.org/builders/ofbiz-trunk/builds/1647
>>>
>>> Buildbot URL: http://ci.apache.org/
>>>
>>> Buildslave for this Build: isis_ubuntu
>>>
>>> Build Reason: scheduler
>>> Build Source Stamp: [branch ofbiz/trunk] 1088047
>>> Blamelist: jleroux
>>>
>>> BUILD FAILED: failed compile_1
>>>
>>> sincerely,
>>> -The Buildbot
>>> =====================================================
>>>
>>> But obviously nothing there:
>>>
>>> Author: jleroux
>>> Date: Sat Apr  2 15:28:27 2011
>>> New Revision: 1088048
>>>
>>> URL: http://svn.apache.org/viewvc?rev=1088048&view=rev
>>> Log:
>>> Cleans imports
>>>
>>> Modified:
>>>    
>>> ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java
>>>
>>> Modified:
>>> ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java
>>> URL:
>>> http://svn.apache.org/viewvc/ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java?rev=1088048&r1=1088047&r2=1088048&view=diff 
>>>
>>> ==============================================================================
>>>
>>> ---
>>> ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java
>>> (original)
>>> +++
>>> ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java
>>> Sat Apr  2 15:28:27 2011
>>> @@ -34,8 +34,6 @@ import javax.xml.namespace.QName;
>>> import javax.xml.stream.XMLInputFactory;
>>> import javax.xml.stream.XMLStreamReader;
>>>
>>> -import javolution.util.FastMap;
>>> -
>>> import org.apache.axiom.om.OMAbstractFactory;
>>> import org.apache.axiom.om.OMAttribute;
>>> import org.apache.axiom.om.OMElement;
>>>
>>>
>>> Here is a link
>>> http://ci.apache.org/builders/ofbiz-trunk/builds/1643/steps/compile_1/logs/stdio
>>>
>>> Adrian, could you have a look please?
>>>
>>> Thanks
>>>
>>> Jacques
>>>
>>>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: ContainerLoader issue for TestRunContainer

Jacques Le Roux-3
Thanks, I have created  https://issues.apache.org/jira/browse/OFBIZ-4239

Jacques

From: "Adrian Crum" <[hidden email]>

> That issue should not be reopened. The buildbot failure is a separate issue. To understand the problem you have to understand the
> history:
>
> 1. The framework/base component unit tests ran successfully.
> 2. A new testing framework was introduced and that framework skipped the framework/base unit tests.
> 3. Over time, changes were made to framework/base code that caused the tests to fail, but no one noticed because the tests were
> not being run.
> 4. Rev 1085735 fixed the issue that was preventing the framework/base tests from being run.
> 5. Now the framework/base tests run, but they fail due to #3.
>
> -Adrian
>
> On 4/2/2011 11:01 AM, Jacques Le Roux wrote:
>> Thanks Adrian,
>>
>> Weird tough that it succeeds half the time
>> I have reopened https://issues.apache.org/jira/browse/OFBIZ-3662
>>
>> Jacques
>>
>> From: "Adrian Crum" <[hidden email]>
>>> The buildbot failure has nothing to do with that commit. The failure is due to rev 1085735.
>>>
>>> The ant run-tests target fails because the tests for the framework/base component fails.
>>>
>>> The solution is to find out why framework/base component tests are failing and fix them.
>>>
>>> -Adrian
>>>
>>> On 4/2/2011 10:22 AM, Jacques Le Roux wrote:
>>>> I noticed something weird, not the 1st time. It seems to reproduce every 2 times buildbot runs since 26/03/2011 and could be
>>>> related to
>>>> http://svn.apache.org/viewvc?rev=1085757&view=rev
>>>>
>>>> =====================================================
>>>> The Buildbot has detected a new failure on builder ofbiz-trunk while building ASF Buildbot.
>>>> Full details are available at:
>>>> http://ci.apache.org/builders/ofbiz-trunk/builds/1647
>>>>
>>>> Buildbot URL: http://ci.apache.org/
>>>>
>>>> Buildslave for this Build: isis_ubuntu
>>>>
>>>> Build Reason: scheduler
>>>> Build Source Stamp: [branch ofbiz/trunk] 1088047
>>>> Blamelist: jleroux
>>>>
>>>> BUILD FAILED: failed compile_1
>>>>
>>>> sincerely,
>>>> -The Buildbot
>>>> =====================================================
>>>>
>>>> Then
>>>>
>>>> =====================================================
>>>> The Buildbot has detected a new failure on builder ofbiz-trunk while building ASF Buildbot.
>>>> Full details are available at:
>>>> http://ci.apache.org/builders/ofbiz-trunk/builds/1647
>>>>
>>>> Buildbot URL: http://ci.apache.org/
>>>>
>>>> Buildslave for this Build: isis_ubuntu
>>>>
>>>> Build Reason: scheduler
>>>> Build Source Stamp: [branch ofbiz/trunk] 1088047
>>>> Blamelist: jleroux
>>>>
>>>> BUILD FAILED: failed compile_1
>>>>
>>>> sincerely,
>>>> -The Buildbot
>>>> =====================================================
>>>>
>>>> But obviously nothing there:
>>>>
>>>> Author: jleroux
>>>> Date: Sat Apr  2 15:28:27 2011
>>>> New Revision: 1088048
>>>>
>>>> URL: http://svn.apache.org/viewvc?rev=1088048&view=rev
>>>> Log:
>>>> Cleans imports
>>>>
>>>> Modified:
>>>>    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java
>>>>
>>>> Modified: ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java
>>>> URL:
>>>> http://svn.apache.org/viewvc/ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java?rev=1088048&r1=1088047&r2=1088048&view=diff
>>>> ==============================================================================
>>>> ---
>>>> ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java (original)
>>>> +++ ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java Sat Apr  2 15:28:27 2011
>>>> @@ -34,8 +34,6 @@ import javax.xml.namespace.QName;
>>>> import javax.xml.stream.XMLInputFactory;
>>>> import javax.xml.stream.XMLStreamReader;
>>>>
>>>> -import javolution.util.FastMap;
>>>> -
>>>> import org.apache.axiom.om.OMAbstractFactory;
>>>> import org.apache.axiom.om.OMAttribute;
>>>> import org.apache.axiom.om.OMElement;
>>>>
>>>>
>>>> Here is a link http://ci.apache.org/builders/ofbiz-trunk/builds/1643/steps/compile_1/logs/stdio
>>>>
>>>> Adrian, could you have a look please?
>>>>
>>>> Thanks
>>>>
>>>> Jacques
>>>>
>>>>
>>
>>


Reply | Threaded
Open this post in threaded view
|

Re: ContainerLoader issue for TestRunContainer

Jacques Le Roux-3
BTW, anybody an idea why it fails/succeds half time?

Jacques

From: "Jacques Le Roux" <[hidden email]>

> Thanks, I have created  https://issues.apache.org/jira/browse/OFBIZ-4239
>
> Jacques
>
> From: "Adrian Crum" <[hidden email]>
>> That issue should not be reopened. The buildbot failure is a separate issue. To understand the problem you have to understand the
>> history:
>>
>> 1. The framework/base component unit tests ran successfully.
>> 2. A new testing framework was introduced and that framework skipped the framework/base unit tests.
>> 3. Over time, changes were made to framework/base code that caused the tests to fail, but no one noticed because the tests were
>> not being run.
>> 4. Rev 1085735 fixed the issue that was preventing the framework/base tests from being run.
>> 5. Now the framework/base tests run, but they fail due to #3.
>>
>> -Adrian
>>
>> On 4/2/2011 11:01 AM, Jacques Le Roux wrote:
>>> Thanks Adrian,
>>>
>>> Weird tough that it succeeds half the time
>>> I have reopened https://issues.apache.org/jira/browse/OFBIZ-3662
>>>
>>> Jacques
>>>
>>> From: "Adrian Crum" <[hidden email]>
>>>> The buildbot failure has nothing to do with that commit. The failure is due to rev 1085735.
>>>>
>>>> The ant run-tests target fails because the tests for the framework/base component fails.
>>>>
>>>> The solution is to find out why framework/base component tests are failing and fix them.
>>>>
>>>> -Adrian
>>>>
>>>> On 4/2/2011 10:22 AM, Jacques Le Roux wrote:
>>>>> I noticed something weird, not the 1st time. It seems to reproduce every 2 times buildbot runs since 26/03/2011 and could be
>>>>> related to
>>>>> http://svn.apache.org/viewvc?rev=1085757&view=rev
>>>>>
>>>>> =====================================================
>>>>> The Buildbot has detected a new failure on builder ofbiz-trunk while building ASF Buildbot.
>>>>> Full details are available at:
>>>>> http://ci.apache.org/builders/ofbiz-trunk/builds/1647
>>>>>
>>>>> Buildbot URL: http://ci.apache.org/
>>>>>
>>>>> Buildslave for this Build: isis_ubuntu
>>>>>
>>>>> Build Reason: scheduler
>>>>> Build Source Stamp: [branch ofbiz/trunk] 1088047
>>>>> Blamelist: jleroux
>>>>>
>>>>> BUILD FAILED: failed compile_1
>>>>>
>>>>> sincerely,
>>>>> -The Buildbot
>>>>> =====================================================
>>>>>
>>>>> Then
>>>>>
>>>>> =====================================================
>>>>> The Buildbot has detected a new failure on builder ofbiz-trunk while building ASF Buildbot.
>>>>> Full details are available at:
>>>>> http://ci.apache.org/builders/ofbiz-trunk/builds/1647
>>>>>
>>>>> Buildbot URL: http://ci.apache.org/
>>>>>
>>>>> Buildslave for this Build: isis_ubuntu
>>>>>
>>>>> Build Reason: scheduler
>>>>> Build Source Stamp: [branch ofbiz/trunk] 1088047
>>>>> Blamelist: jleroux
>>>>>
>>>>> BUILD FAILED: failed compile_1
>>>>>
>>>>> sincerely,
>>>>> -The Buildbot
>>>>> =====================================================
>>>>>
>>>>> But obviously nothing there:
>>>>>
>>>>> Author: jleroux
>>>>> Date: Sat Apr  2 15:28:27 2011
>>>>> New Revision: 1088048
>>>>>
>>>>> URL: http://svn.apache.org/viewvc?rev=1088048&view=rev
>>>>> Log:
>>>>> Cleans imports
>>>>>
>>>>> Modified:
>>>>>    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java
>>>>>
>>>>> Modified: ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java
>>>>> URL:
>>>>> http://svn.apache.org/viewvc/ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java?rev=1088048&r1=1088047&r2=1088048&view=diff
>>>>> ==============================================================================
>>>>> ---
>>>>> ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java (original)
>>>>> +++ ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java Sat Apr  2 15:28:27 2011
>>>>> @@ -34,8 +34,6 @@ import javax.xml.namespace.QName;
>>>>> import javax.xml.stream.XMLInputFactory;
>>>>> import javax.xml.stream.XMLStreamReader;
>>>>>
>>>>> -import javolution.util.FastMap;
>>>>> -
>>>>> import org.apache.axiom.om.OMAbstractFactory;
>>>>> import org.apache.axiom.om.OMAttribute;
>>>>> import org.apache.axiom.om.OMElement;
>>>>>
>>>>>
>>>>> Here is a link http://ci.apache.org/builders/ofbiz-trunk/builds/1643/steps/compile_1/logs/stdio
>>>>>
>>>>> Adrian, could you have a look please?
>>>>>
>>>>> Thanks
>>>>>
>>>>> Jacques
>>>>>
>>>>>
>>>
>>>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: ContainerLoader issue for TestRunContainer

Jacques Le Roux
Administrator
Look like this issues does not spread anymore, not sure why though...

Jacques

From: "Jacques Le Roux" <[hidden email]>

> BTW, anybody an idea why it fails/succeds half time?
>
> Jacques
>
> From: "Jacques Le Roux" <[hidden email]>
>> Thanks, I have created  https://issues.apache.org/jira/browse/OFBIZ-4239
>>
>> Jacques
>>
>> From: "Adrian Crum" <[hidden email]>
>>> That issue should not be reopened. The buildbot failure is a separate issue. To understand the problem you have to understand
>>> the history:
>>>
>>> 1. The framework/base component unit tests ran successfully.
>>> 2. A new testing framework was introduced and that framework skipped the framework/base unit tests.
>>> 3. Over time, changes were made to framework/base code that caused the tests to fail, but no one noticed because the tests were
>>> not being run.
>>> 4. Rev 1085735 fixed the issue that was preventing the framework/base tests from being run.
>>> 5. Now the framework/base tests run, but they fail due to #3.
>>>
>>> -Adrian
>>>
>>> On 4/2/2011 11:01 AM, Jacques Le Roux wrote:
>>>> Thanks Adrian,
>>>>
>>>> Weird tough that it succeeds half the time
>>>> I have reopened https://issues.apache.org/jira/browse/OFBIZ-3662
>>>>
>>>> Jacques
>>>>
>>>> From: "Adrian Crum" <[hidden email]>
>>>>> The buildbot failure has nothing to do with that commit. The failure is due to rev 1085735.
>>>>>
>>>>> The ant run-tests target fails because the tests for the framework/base component fails.
>>>>>
>>>>> The solution is to find out why framework/base component tests are failing and fix them.
>>>>>
>>>>> -Adrian
>>>>>
>>>>> On 4/2/2011 10:22 AM, Jacques Le Roux wrote:
>>>>>> I noticed something weird, not the 1st time. It seems to reproduce every 2 times buildbot runs since 26/03/2011 and could be
>>>>>> related to
>>>>>> http://svn.apache.org/viewvc?rev=1085757&view=rev
>>>>>>
>>>>>> =====================================================
>>>>>> The Buildbot has detected a new failure on builder ofbiz-trunk while building ASF Buildbot.
>>>>>> Full details are available at:
>>>>>> http://ci.apache.org/builders/ofbiz-trunk/builds/1647
>>>>>>
>>>>>> Buildbot URL: http://ci.apache.org/
>>>>>>
>>>>>> Buildslave for this Build: isis_ubuntu
>>>>>>
>>>>>> Build Reason: scheduler
>>>>>> Build Source Stamp: [branch ofbiz/trunk] 1088047
>>>>>> Blamelist: jleroux
>>>>>>
>>>>>> BUILD FAILED: failed compile_1
>>>>>>
>>>>>> sincerely,
>>>>>> -The Buildbot
>>>>>> =====================================================
>>>>>>
>>>>>> Then
>>>>>>
>>>>>> =====================================================
>>>>>> The Buildbot has detected a new failure on builder ofbiz-trunk while building ASF Buildbot.
>>>>>> Full details are available at:
>>>>>> http://ci.apache.org/builders/ofbiz-trunk/builds/1647
>>>>>>
>>>>>> Buildbot URL: http://ci.apache.org/
>>>>>>
>>>>>> Buildslave for this Build: isis_ubuntu
>>>>>>
>>>>>> Build Reason: scheduler
>>>>>> Build Source Stamp: [branch ofbiz/trunk] 1088047
>>>>>> Blamelist: jleroux
>>>>>>
>>>>>> BUILD FAILED: failed compile_1
>>>>>>
>>>>>> sincerely,
>>>>>> -The Buildbot
>>>>>> =====================================================
>>>>>>
>>>>>> But obviously nothing there:
>>>>>>
>>>>>> Author: jleroux
>>>>>> Date: Sat Apr  2 15:28:27 2011
>>>>>> New Revision: 1088048
>>>>>>
>>>>>> URL: http://svn.apache.org/viewvc?rev=1088048&view=rev
>>>>>> Log:
>>>>>> Cleans imports
>>>>>>
>>>>>> Modified:
>>>>>>    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java
>>>>>>
>>>>>> Modified: ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java
>>>>>> URL:
>>>>>> http://svn.apache.org/viewvc/ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java?rev=1088048&r1=1088047&r2=1088048&view=diff
>>>>>> ==============================================================================
>>>>>> ---
>>>>>> ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java (original)
>>>>>> +++ ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java Sat Apr  2 15:28:27 2011
>>>>>> @@ -34,8 +34,6 @@ import javax.xml.namespace.QName;
>>>>>> import javax.xml.stream.XMLInputFactory;
>>>>>> import javax.xml.stream.XMLStreamReader;
>>>>>>
>>>>>> -import javolution.util.FastMap;
>>>>>> -
>>>>>> import org.apache.axiom.om.OMAbstractFactory;
>>>>>> import org.apache.axiom.om.OMAttribute;
>>>>>> import org.apache.axiom.om.OMElement;
>>>>>>
>>>>>>
>>>>>> Here is a link http://ci.apache.org/builders/ofbiz-trunk/builds/1643/steps/compile_1/logs/stdio
>>>>>>
>>>>>> Adrian, could you have a look please?
>>>>>>
>>>>>> Thanks
>>>>>>
>>>>>> Jacques
>>>>>>
>>>>>>
>>>>
>>>>
>>
>>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: ContainerLoader issue for TestRunContainer

Jacques Le Roux
Administrator
In reply to this post by Jacques Le Roux
Just when I sent that, it appears again :/
http://ci.apache.org/builders/ofbiz-trunk/builds/1742/steps/compile_1/logs/stdio it's related to
http://svn.apache.org/viewvc?rev=1098795&view=rev where again nothing can be harmful.
I'm still not sure why it's appears, maybe when something changes in base

Jacques

Jacques Le Roux wrote:

> Look like this issues does not spread anymore, not sure why though...
>
> Jacques
>
> From: "Jacques Le Roux" <[hidden email]>
>> BTW, anybody an idea why it fails/succeds half time?
>>
>> Jacques
>>
>> From: "Jacques Le Roux" <[hidden email]>
>>> Thanks, I have created  https://issues.apache.org/jira/browse/OFBIZ-4239
>>>
>>> Jacques
>>>
>>> From: "Adrian Crum" <[hidden email]>
>>>> That issue should not be reopened. The buildbot failure is a separate issue. To understand the problem you have to understand
>>>> the history:
>>>>
>>>> 1. The framework/base component unit tests ran successfully.
>>>> 2. A new testing framework was introduced and that framework skipped the framework/base unit tests.
>>>> 3. Over time, changes were made to framework/base code that caused the tests to fail, but no one noticed because the tests were
>>>> not being run.
>>>> 4. Rev 1085735 fixed the issue that was preventing the framework/base tests from being run.
>>>> 5. Now the framework/base tests run, but they fail due to #3.
>>>>
>>>> -Adrian
>>>>
>>>> On 4/2/2011 11:01 AM, Jacques Le Roux wrote:
>>>>> Thanks Adrian,
>>>>>
>>>>> Weird tough that it succeeds half the time
>>>>> I have reopened https://issues.apache.org/jira/browse/OFBIZ-3662
>>>>>
>>>>> Jacques
>>>>>
>>>>> From: "Adrian Crum" <[hidden email]>
>>>>>> The buildbot failure has nothing to do with that commit. The failure is due to rev 1085735.
>>>>>>
>>>>>> The ant run-tests target fails because the tests for the framework/base component fails.
>>>>>>
>>>>>> The solution is to find out why framework/base component tests are failing and fix them.
>>>>>>
>>>>>> -Adrian
>>>>>>
>>>>>> On 4/2/2011 10:22 AM, Jacques Le Roux wrote:
>>>>>>> I noticed something weird, not the 1st time. It seems to reproduce every 2 times buildbot runs since 26/03/2011 and could be
>>>>>>> related to
>>>>>>> http://svn.apache.org/viewvc?rev=1085757&view=rev
>>>>>>>
>>>>>>> =====================================================
>>>>>>> The Buildbot has detected a new failure on builder ofbiz-trunk while building ASF Buildbot.
>>>>>>> Full details are available at:
>>>>>>> http://ci.apache.org/builders/ofbiz-trunk/builds/1647
>>>>>>>
>>>>>>> Buildbot URL: http://ci.apache.org/
>>>>>>>
>>>>>>> Buildslave for this Build: isis_ubuntu
>>>>>>>
>>>>>>> Build Reason: scheduler
>>>>>>> Build Source Stamp: [branch ofbiz/trunk] 1088047
>>>>>>> Blamelist: jleroux
>>>>>>>
>>>>>>> BUILD FAILED: failed compile_1
>>>>>>>
>>>>>>> sincerely,
>>>>>>> -The Buildbot
>>>>>>> =====================================================
>>>>>>>
>>>>>>> Then
>>>>>>>
>>>>>>> =====================================================
>>>>>>> The Buildbot has detected a new failure on builder ofbiz-trunk while building ASF Buildbot.
>>>>>>> Full details are available at:
>>>>>>> http://ci.apache.org/builders/ofbiz-trunk/builds/1647
>>>>>>>
>>>>>>> Buildbot URL: http://ci.apache.org/
>>>>>>>
>>>>>>> Buildslave for this Build: isis_ubuntu
>>>>>>>
>>>>>>> Build Reason: scheduler
>>>>>>> Build Source Stamp: [branch ofbiz/trunk] 1088047
>>>>>>> Blamelist: jleroux
>>>>>>>
>>>>>>> BUILD FAILED: failed compile_1
>>>>>>>
>>>>>>> sincerely,
>>>>>>> -The Buildbot
>>>>>>> =====================================================
>>>>>>>
>>>>>>> But obviously nothing there:
>>>>>>>
>>>>>>> Author: jleroux
>>>>>>> Date: Sat Apr  2 15:28:27 2011
>>>>>>> New Revision: 1088048
>>>>>>>
>>>>>>> URL: http://svn.apache.org/viewvc?rev=1088048&view=rev
>>>>>>> Log:
>>>>>>> Cleans imports
>>>>>>>
>>>>>>> Modified:
>>>>>>>    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java
>>>>>>>
>>>>>>> Modified: ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java
>>>>>>> URL:
>>>>>>> http://svn.apache.org/viewvc/ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java?rev=1088048&r1=1088047&r2=1088048&view=diff
>>>>>>> ==============================================================================
>>>>>>> ---
>>>>>>> ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java (original)
>>>>>>> +++ ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java Sat Apr  2 15:28:27 2011
>>>>>>> @@ -34,8 +34,6 @@ import javax.xml.namespace.QName;
>>>>>>> import javax.xml.stream.XMLInputFactory;
>>>>>>> import javax.xml.stream.XMLStreamReader;
>>>>>>>
>>>>>>> -import javolution.util.FastMap;
>>>>>>> -
>>>>>>> import org.apache.axiom.om.OMAbstractFactory;
>>>>>>> import org.apache.axiom.om.OMAttribute;
>>>>>>> import org.apache.axiom.om.OMElement;
>>>>>>>
>>>>>>>
>>>>>>> Here is a link http://ci.apache.org/builders/ofbiz-trunk/builds/1643/steps/compile_1/logs/stdio
>>>>>>>
>>>>>>> Adrian, could you have a look please?
>>>>>>>
>>>>>>> Thanks
>>>>>>>
>>>>>>> Jacques


Reply | Threaded
Open this post in threaded view
|

Re: ContainerLoader issue for TestRunContainer

Jacques Le Roux
Administrator
In reply to this post by Jacques Le Roux
Ha sorry, I did not notice it's related to cache:

[java] 2011-05-02 21:38:40,634 (main) [   TestRunContainer.java:182:INFO ] -->
testExpire(org.ofbiz.base.util.cache.test.UtilCacheTests): empty
     [java] 2011-05-02 21:38:40,634 (main) [   TestRunContainer.java:184:INFO ] junit.framework.AssertionFailedError: empty
     [java] at junit.framework.Assert.fail(Assert.java:47)
     [java] at junit.framework.Assert.assertTrue(Assert.java:20)
     [java] at org.ofbiz.base.util.cache.test.UtilCacheTests.testExpire(UtilCacheTests.java:410)

I will have a look later. Looking at it locally, ie running tests, is rather long...

Jacques

Jacques Le Roux wrote:

> Just when I sent that, it appears again :/
> http://ci.apache.org/builders/ofbiz-trunk/builds/1742/steps/compile_1/logs/stdio it's related to
> http://svn.apache.org/viewvc?rev=1098795&view=rev where again nothing can be harmful.
> I'm still not sure why it's appears, maybe when something changes in base
>
> Jacques
>
> Jacques Le Roux wrote:
>> Look like this issues does not spread anymore, not sure why though...
>>
>> Jacques
>>
>> From: "Jacques Le Roux" <[hidden email]>
>>> BTW, anybody an idea why it fails/succeds half time?
>>>
>>> Jacques
>>>
>>> From: "Jacques Le Roux" <[hidden email]>
>>>> Thanks, I have created  https://issues.apache.org/jira/browse/OFBIZ-4239
>>>>
>>>> Jacques
>>>>
>>>> From: "Adrian Crum" <[hidden email]>
>>>>> That issue should not be reopened. The buildbot failure is a separate issue. To understand the problem you have to understand
>>>>> the history:
>>>>>
>>>>> 1. The framework/base component unit tests ran successfully.
>>>>> 2. A new testing framework was introduced and that framework skipped the framework/base unit tests.
>>>>> 3. Over time, changes were made to framework/base code that caused the tests to fail, but no one noticed because the tests
>>>>> were not being run.
>>>>> 4. Rev 1085735 fixed the issue that was preventing the framework/base tests from being run.
>>>>> 5. Now the framework/base tests run, but they fail due to #3.
>>>>>
>>>>> -Adrian
>>>>>
>>>>> On 4/2/2011 11:01 AM, Jacques Le Roux wrote:
>>>>>> Thanks Adrian,
>>>>>>
>>>>>> Weird tough that it succeeds half the time
>>>>>> I have reopened https://issues.apache.org/jira/browse/OFBIZ-3662
>>>>>>
>>>>>> Jacques
>>>>>>
>>>>>> From: "Adrian Crum" <[hidden email]>
>>>>>>> The buildbot failure has nothing to do with that commit. The failure is due to rev 1085735.
>>>>>>>
>>>>>>> The ant run-tests target fails because the tests for the framework/base component fails.
>>>>>>>
>>>>>>> The solution is to find out why framework/base component tests are failing and fix them.
>>>>>>>
>>>>>>> -Adrian
>>>>>>>
>>>>>>> On 4/2/2011 10:22 AM, Jacques Le Roux wrote:
>>>>>>>> I noticed something weird, not the 1st time. It seems to reproduce every 2 times buildbot runs since 26/03/2011 and could
>>>>>>>> be related to
>>>>>>>> http://svn.apache.org/viewvc?rev=1085757&view=rev
>>>>>>>>
>>>>>>>> =====================================================
>>>>>>>> The Buildbot has detected a new failure on builder ofbiz-trunk while building ASF Buildbot.
>>>>>>>> Full details are available at:
>>>>>>>> http://ci.apache.org/builders/ofbiz-trunk/builds/1647
>>>>>>>>
>>>>>>>> Buildbot URL: http://ci.apache.org/
>>>>>>>>
>>>>>>>> Buildslave for this Build: isis_ubuntu
>>>>>>>>
>>>>>>>> Build Reason: scheduler
>>>>>>>> Build Source Stamp: [branch ofbiz/trunk] 1088047
>>>>>>>> Blamelist: jleroux
>>>>>>>>
>>>>>>>> BUILD FAILED: failed compile_1
>>>>>>>>
>>>>>>>> sincerely,
>>>>>>>> -The Buildbot
>>>>>>>> =====================================================
>>>>>>>>
>>>>>>>> Then
>>>>>>>>
>>>>>>>> =====================================================
>>>>>>>> The Buildbot has detected a new failure on builder ofbiz-trunk while building ASF Buildbot.
>>>>>>>> Full details are available at:
>>>>>>>> http://ci.apache.org/builders/ofbiz-trunk/builds/1647
>>>>>>>>
>>>>>>>> Buildbot URL: http://ci.apache.org/
>>>>>>>>
>>>>>>>> Buildslave for this Build: isis_ubuntu
>>>>>>>>
>>>>>>>> Build Reason: scheduler
>>>>>>>> Build Source Stamp: [branch ofbiz/trunk] 1088047
>>>>>>>> Blamelist: jleroux
>>>>>>>>
>>>>>>>> BUILD FAILED: failed compile_1
>>>>>>>>
>>>>>>>> sincerely,
>>>>>>>> -The Buildbot
>>>>>>>> =====================================================
>>>>>>>>
>>>>>>>> But obviously nothing there:
>>>>>>>>
>>>>>>>> Author: jleroux
>>>>>>>> Date: Sat Apr  2 15:28:27 2011
>>>>>>>> New Revision: 1088048
>>>>>>>>
>>>>>>>> URL: http://svn.apache.org/viewvc?rev=1088048&view=rev
>>>>>>>> Log:
>>>>>>>> Cleans imports
>>>>>>>>
>>>>>>>> Modified:
>>>>>>>>    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java
>>>>>>>>
>>>>>>>> Modified: ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java
>>>>>>>> URL:
>>>>>>>> http://svn.apache.org/viewvc/ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java?rev=1088048&r1=1088047&r2=1088048&view=diff
>>>>>>>> ==============================================================================
>>>>>>>> ---
>>>>>>>> ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java (original)
>>>>>>>> +++ ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java Sat Apr  2 15:28:27 2011
>>>>>>>> @@ -34,8 +34,6 @@ import javax.xml.namespace.QName;
>>>>>>>> import javax.xml.stream.XMLInputFactory;
>>>>>>>> import javax.xml.stream.XMLStreamReader;
>>>>>>>>
>>>>>>>> -import javolution.util.FastMap;
>>>>>>>> -
>>>>>>>> import org.apache.axiom.om.OMAbstractFactory;
>>>>>>>> import org.apache.axiom.om.OMAttribute;
>>>>>>>> import org.apache.axiom.om.OMElement;
>>>>>>>>
>>>>>>>>
>>>>>>>> Here is a link http://ci.apache.org/builders/ofbiz-trunk/builds/1643/steps/compile_1/logs/stdio
>>>>>>>>
>>>>>>>> Adrian, could you have a look please?
>>>>>>>>
>>>>>>>> Thanks
>>>>>>>>
>>>>>>>> Jacques


Reply | Threaded
Open this post in threaded view
|

Re: ContainerLoader issue for TestRunContainer

Jacques Le Roux
Administrator
As I thought with or w/out r1098795 changes tests are unsuccessful

At least we know now one reason

Jacques

Jacques Le Roux wrote:

> Ha sorry, I did not notice it's related to cache:
>
> [java] 2011-05-02 21:38:40,634 (main) [   TestRunContainer.java:182:INFO ] -->
> testExpire(org.ofbiz.base.util.cache.test.UtilCacheTests): empty
>     [java] 2011-05-02 21:38:40,634 (main) [   TestRunContainer.java:184:INFO ] junit.framework.AssertionFailedError: empty
>     [java] at junit.framework.Assert.fail(Assert.java:47)
>     [java] at junit.framework.Assert.assertTrue(Assert.java:20)
>     [java] at org.ofbiz.base.util.cache.test.UtilCacheTests.testExpire(UtilCacheTests.java:410)
>
> I will have a look later. Looking at it locally, ie running tests, is rather long...
>
> Jacques
>
> Jacques Le Roux wrote:
>> Just when I sent that, it appears again :/
>> http://ci.apache.org/builders/ofbiz-trunk/builds/1742/steps/compile_1/logs/stdio it's related to
>> http://svn.apache.org/viewvc?rev=1098795&view=rev where again nothing can be harmful.
>> I'm still not sure why it's appears, maybe when something changes in base
>>
>> Jacques
>>
>> Jacques Le Roux wrote:
>>> Look like this issues does not spread anymore, not sure why though...
>>>
>>> Jacques
>>>
>>> From: "Jacques Le Roux" <[hidden email]>
>>>> BTW, anybody an idea why it fails/succeds half time?
>>>>
>>>> Jacques
>>>>
>>>> From: "Jacques Le Roux" <[hidden email]>
>>>>> Thanks, I have created  https://issues.apache.org/jira/browse/OFBIZ-4239
>>>>>
>>>>> Jacques
>>>>>
>>>>> From: "Adrian Crum" <[hidden email]>
>>>>>> That issue should not be reopened. The buildbot failure is a separate issue. To understand the problem you have to understand
>>>>>> the history:
>>>>>>
>>>>>> 1. The framework/base component unit tests ran successfully.
>>>>>> 2. A new testing framework was introduced and that framework skipped the framework/base unit tests.
>>>>>> 3. Over time, changes were made to framework/base code that caused the tests to fail, but no one noticed because the tests
>>>>>> were not being run.
>>>>>> 4. Rev 1085735 fixed the issue that was preventing the framework/base tests from being run.
>>>>>> 5. Now the framework/base tests run, but they fail due to #3.
>>>>>>
>>>>>> -Adrian
>>>>>>
>>>>>> On 4/2/2011 11:01 AM, Jacques Le Roux wrote:
>>>>>>> Thanks Adrian,
>>>>>>>
>>>>>>> Weird tough that it succeeds half the time
>>>>>>> I have reopened https://issues.apache.org/jira/browse/OFBIZ-3662
>>>>>>>
>>>>>>> Jacques
>>>>>>>
>>>>>>> From: "Adrian Crum" <[hidden email]>
>>>>>>>> The buildbot failure has nothing to do with that commit. The failure is due to rev 1085735.
>>>>>>>>
>>>>>>>> The ant run-tests target fails because the tests for the framework/base component fails.
>>>>>>>>
>>>>>>>> The solution is to find out why framework/base component tests are failing and fix them.
>>>>>>>>
>>>>>>>> -Adrian
>>>>>>>>
>>>>>>>> On 4/2/2011 10:22 AM, Jacques Le Roux wrote:
>>>>>>>>> I noticed something weird, not the 1st time. It seems to reproduce every 2 times buildbot runs since 26/03/2011 and could
>>>>>>>>> be related to
>>>>>>>>> http://svn.apache.org/viewvc?rev=1085757&view=rev
>>>>>>>>>
>>>>>>>>> =====================================================
>>>>>>>>> The Buildbot has detected a new failure on builder ofbiz-trunk while building ASF Buildbot.
>>>>>>>>> Full details are available at:
>>>>>>>>> http://ci.apache.org/builders/ofbiz-trunk/builds/1647
>>>>>>>>>
>>>>>>>>> Buildbot URL: http://ci.apache.org/
>>>>>>>>>
>>>>>>>>> Buildslave for this Build: isis_ubuntu
>>>>>>>>>
>>>>>>>>> Build Reason: scheduler
>>>>>>>>> Build Source Stamp: [branch ofbiz/trunk] 1088047
>>>>>>>>> Blamelist: jleroux
>>>>>>>>>
>>>>>>>>> BUILD FAILED: failed compile_1
>>>>>>>>>
>>>>>>>>> sincerely,
>>>>>>>>> -The Buildbot
>>>>>>>>> =====================================================
>>>>>>>>>
>>>>>>>>> Then
>>>>>>>>>
>>>>>>>>> =====================================================
>>>>>>>>> The Buildbot has detected a new failure on builder ofbiz-trunk while building ASF Buildbot.
>>>>>>>>> Full details are available at:
>>>>>>>>> http://ci.apache.org/builders/ofbiz-trunk/builds/1647
>>>>>>>>>
>>>>>>>>> Buildbot URL: http://ci.apache.org/
>>>>>>>>>
>>>>>>>>> Buildslave for this Build: isis_ubuntu
>>>>>>>>>
>>>>>>>>> Build Reason: scheduler
>>>>>>>>> Build Source Stamp: [branch ofbiz/trunk] 1088047
>>>>>>>>> Blamelist: jleroux
>>>>>>>>>
>>>>>>>>> BUILD FAILED: failed compile_1
>>>>>>>>>
>>>>>>>>> sincerely,
>>>>>>>>> -The Buildbot
>>>>>>>>> =====================================================
>>>>>>>>>
>>>>>>>>> But obviously nothing there:
>>>>>>>>>
>>>>>>>>> Author: jleroux
>>>>>>>>> Date: Sat Apr  2 15:28:27 2011
>>>>>>>>> New Revision: 1088048
>>>>>>>>>
>>>>>>>>> URL: http://svn.apache.org/viewvc?rev=1088048&view=rev
>>>>>>>>> Log:
>>>>>>>>> Cleans imports
>>>>>>>>>
>>>>>>>>> Modified:
>>>>>>>>>    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java
>>>>>>>>>
>>>>>>>>> Modified: ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java
>>>>>>>>> URL:
>>>>>>>>> http://svn.apache.org/viewvc/ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java?rev=1088048&r1=1088047&r2=1088048&view=diff
>>>>>>>>> ==============================================================================
>>>>>>>>> ---
>>>>>>>>> ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java (original)
>>>>>>>>> +++ ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java Sat Apr  2 15:28:27 2011
>>>>>>>>> @@ -34,8 +34,6 @@ import javax.xml.namespace.QName;
>>>>>>>>> import javax.xml.stream.XMLInputFactory;
>>>>>>>>> import javax.xml.stream.XMLStreamReader;
>>>>>>>>>
>>>>>>>>> -import javolution.util.FastMap;
>>>>>>>>> -
>>>>>>>>> import org.apache.axiom.om.OMAbstractFactory;
>>>>>>>>> import org.apache.axiom.om.OMAttribute;
>>>>>>>>> import org.apache.axiom.om.OMElement;
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Here is a link http://ci.apache.org/builders/ofbiz-trunk/builds/1643/steps/compile_1/logs/stdio
>>>>>>>>>
>>>>>>>>> Adrian, could you have a look please?
>>>>>>>>>
>>>>>>>>> Thanks
>>>>>>>>>
>>>>>>>>> Jacques


Reply | Threaded
Open this post in threaded view
|

Re: ContainerLoader issue for TestRunContainer

Adrian Crum-3
In reply to this post by Jacques Le Roux
I think it's a timing issue in the cache. It always fails on my local copy.

-Adrian

On 5/2/2011 3:02 PM, Jacques Le Roux wrote:

> Ha sorry, I did not notice it's related to cache:
>
> [java] 2011-05-02 21:38:40,634 (main) [  
> TestRunContainer.java:182:INFO ] -->
> testExpire(org.ofbiz.base.util.cache.test.UtilCacheTests): empty
>     [java] 2011-05-02 21:38:40,634 (main) [  
> TestRunContainer.java:184:INFO ] junit.framework.AssertionFailedError:
> empty
>     [java] at junit.framework.Assert.fail(Assert.java:47)
>     [java] at junit.framework.Assert.assertTrue(Assert.java:20)
>     [java] at
> org.ofbiz.base.util.cache.test.UtilCacheTests.testExpire(UtilCacheTests.java:410)
>
> I will have a look later. Looking at it locally, ie running tests, is
> rather long...
>
> Jacques
>
> Jacques Le Roux wrote:
>> Just when I sent that, it appears again :/
>> http://ci.apache.org/builders/ofbiz-trunk/builds/1742/steps/compile_1/logs/stdio 
>> it's related to
>> http://svn.apache.org/viewvc?rev=1098795&view=rev where again nothing
>> can be harmful.
>> I'm still not sure why it's appears, maybe when something changes in
>> base
>>
>> Jacques
>>
>> Jacques Le Roux wrote:
>>> Look like this issues does not spread anymore, not sure why though...
>>>
>>> Jacques
>>>
>>> From: "Jacques Le Roux" <[hidden email]>
>>>> BTW, anybody an idea why it fails/succeds half time?
>>>>
>>>> Jacques
>>>>
>>>> From: "Jacques Le Roux" <[hidden email]>
>>>>> Thanks, I have created  
>>>>> https://issues.apache.org/jira/browse/OFBIZ-4239
>>>>>
>>>>> Jacques
>>>>>
>>>>> From: "Adrian Crum" <[hidden email]>
>>>>>> That issue should not be reopened. The buildbot failure is a
>>>>>> separate issue. To understand the problem you have to understand
>>>>>> the history:
>>>>>>
>>>>>> 1. The framework/base component unit tests ran successfully.
>>>>>> 2. A new testing framework was introduced and that framework
>>>>>> skipped the framework/base unit tests.
>>>>>> 3. Over time, changes were made to framework/base code that
>>>>>> caused the tests to fail, but no one noticed because the tests
>>>>>> were not being run.
>>>>>> 4. Rev 1085735 fixed the issue that was preventing the
>>>>>> framework/base tests from being run.
>>>>>> 5. Now the framework/base tests run, but they fail due to #3.
>>>>>>
>>>>>> -Adrian
>>>>>>
>>>>>> On 4/2/2011 11:01 AM, Jacques Le Roux wrote:
>>>>>>> Thanks Adrian,
>>>>>>>
>>>>>>> Weird tough that it succeeds half the time
>>>>>>> I have reopened https://issues.apache.org/jira/browse/OFBIZ-3662
>>>>>>>
>>>>>>> Jacques
>>>>>>>
>>>>>>> From: "Adrian Crum" <[hidden email]>
>>>>>>>> The buildbot failure has nothing to do with that commit. The
>>>>>>>> failure is due to rev 1085735.
>>>>>>>>
>>>>>>>> The ant run-tests target fails because the tests for the
>>>>>>>> framework/base component fails.
>>>>>>>>
>>>>>>>> The solution is to find out why framework/base component tests
>>>>>>>> are failing and fix them.
>>>>>>>>
>>>>>>>> -Adrian
>>>>>>>>
>>>>>>>> On 4/2/2011 10:22 AM, Jacques Le Roux wrote:
>>>>>>>>> I noticed something weird, not the 1st time. It seems to
>>>>>>>>> reproduce every 2 times buildbot runs since 26/03/2011 and could
>>>>>>>>> be related to
>>>>>>>>> http://svn.apache.org/viewvc?rev=1085757&view=rev
>>>>>>>>>
>>>>>>>>> =====================================================
>>>>>>>>> The Buildbot has detected a new failure on builder ofbiz-trunk
>>>>>>>>> while building ASF Buildbot.
>>>>>>>>> Full details are available at:
>>>>>>>>> http://ci.apache.org/builders/ofbiz-trunk/builds/1647
>>>>>>>>>
>>>>>>>>> Buildbot URL: http://ci.apache.org/
>>>>>>>>>
>>>>>>>>> Buildslave for this Build: isis_ubuntu
>>>>>>>>>
>>>>>>>>> Build Reason: scheduler
>>>>>>>>> Build Source Stamp: [branch ofbiz/trunk] 1088047
>>>>>>>>> Blamelist: jleroux
>>>>>>>>>
>>>>>>>>> BUILD FAILED: failed compile_1
>>>>>>>>>
>>>>>>>>> sincerely,
>>>>>>>>> -The Buildbot
>>>>>>>>> =====================================================
>>>>>>>>>
>>>>>>>>> Then
>>>>>>>>>
>>>>>>>>> =====================================================
>>>>>>>>> The Buildbot has detected a new failure on builder ofbiz-trunk
>>>>>>>>> while building ASF Buildbot.
>>>>>>>>> Full details are available at:
>>>>>>>>> http://ci.apache.org/builders/ofbiz-trunk/builds/1647
>>>>>>>>>
>>>>>>>>> Buildbot URL: http://ci.apache.org/
>>>>>>>>>
>>>>>>>>> Buildslave for this Build: isis_ubuntu
>>>>>>>>>
>>>>>>>>> Build Reason: scheduler
>>>>>>>>> Build Source Stamp: [branch ofbiz/trunk] 1088047
>>>>>>>>> Blamelist: jleroux
>>>>>>>>>
>>>>>>>>> BUILD FAILED: failed compile_1
>>>>>>>>>
>>>>>>>>> sincerely,
>>>>>>>>> -The Buildbot
>>>>>>>>> =====================================================
>>>>>>>>>
>>>>>>>>> But obviously nothing there:
>>>>>>>>>
>>>>>>>>> Author: jleroux
>>>>>>>>> Date: Sat Apr  2 15:28:27 2011
>>>>>>>>> New Revision: 1088048
>>>>>>>>>
>>>>>>>>> URL: http://svn.apache.org/viewvc?rev=1088048&view=rev
>>>>>>>>> Log:
>>>>>>>>> Cleans imports
>>>>>>>>>
>>>>>>>>> Modified:
>>>>>>>>>    
>>>>>>>>> ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java
>>>>>>>>>
>>>>>>>>> Modified:
>>>>>>>>> ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java
>>>>>>>>> URL:
>>>>>>>>> http://svn.apache.org/viewvc/ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java?rev=1088048&r1=1088047&r2=1088048&view=diff 
>>>>>>>>>
>>>>>>>>> ==============================================================================
>>>>>>>>>
>>>>>>>>> ---
>>>>>>>>> ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java
>>>>>>>>> (original)
>>>>>>>>> +++
>>>>>>>>> ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java
>>>>>>>>> Sat Apr  2 15:28:27 2011
>>>>>>>>> @@ -34,8 +34,6 @@ import javax.xml.namespace.QName;
>>>>>>>>> import javax.xml.stream.XMLInputFactory;
>>>>>>>>> import javax.xml.stream.XMLStreamReader;
>>>>>>>>>
>>>>>>>>> -import javolution.util.FastMap;
>>>>>>>>> -
>>>>>>>>> import org.apache.axiom.om.OMAbstractFactory;
>>>>>>>>> import org.apache.axiom.om.OMAttribute;
>>>>>>>>> import org.apache.axiom.om.OMElement;
>>>>>>>>>
>>>>>>>>>
>>>>>>>>> Here is a link
>>>>>>>>> http://ci.apache.org/builders/ofbiz-trunk/builds/1643/steps/compile_1/logs/stdio
>>>>>>>>>
>>>>>>>>> Adrian, could you have a look please?
>>>>>>>>>
>>>>>>>>> Thanks
>>>>>>>>>
>>>>>>>>> Jacques
>
>
Reply | Threaded
Open this post in threaded view
|

Re: ContainerLoader issue for TestRunContainer

Jacques Le Roux
Administrator
Yes I think so, but I did not find anything obvious yesterday

Jacques

From: "Adrian Crum" <[hidden email]>

>I think it's a timing issue in the cache. It always fails on my local copy.
>
> -Adrian
>
> On 5/2/2011 3:02 PM, Jacques Le Roux wrote:
>> Ha sorry, I did not notice it's related to cache:
>>
>> [java] 2011-05-02 21:38:40,634 (main) [   TestRunContainer.java:182:INFO ] -->
>> testExpire(org.ofbiz.base.util.cache.test.UtilCacheTests): empty
>>     [java] 2011-05-02 21:38:40,634 (main) [   TestRunContainer.java:184:INFO ] junit.framework.AssertionFailedError: empty
>>     [java] at junit.framework.Assert.fail(Assert.java:47)
>>     [java] at junit.framework.Assert.assertTrue(Assert.java:20)
>>     [java] at org.ofbiz.base.util.cache.test.UtilCacheTests.testExpire(UtilCacheTests.java:410)
>>
>> I will have a look later. Looking at it locally, ie running tests, is rather long...
>>
>> Jacques
>>
>> Jacques Le Roux wrote:
>>> Just when I sent that, it appears again :/
>>> http://ci.apache.org/builders/ofbiz-trunk/builds/1742/steps/compile_1/logs/stdio it's related to
>>> http://svn.apache.org/viewvc?rev=1098795&view=rev where again nothing can be harmful.
>>> I'm still not sure why it's appears, maybe when something changes in base
>>>
>>> Jacques
>>>
>>> Jacques Le Roux wrote:
>>>> Look like this issues does not spread anymore, not sure why though...
>>>>
>>>> Jacques
>>>>
>>>> From: "Jacques Le Roux" <[hidden email]>
>>>>> BTW, anybody an idea why it fails/succeds half time?
>>>>>
>>>>> Jacques
>>>>>
>>>>> From: "Jacques Le Roux" <[hidden email]>
>>>>>> Thanks, I have created  https://issues.apache.org/jira/browse/OFBIZ-4239
>>>>>>
>>>>>> Jacques
>>>>>>
>>>>>> From: "Adrian Crum" <[hidden email]>
>>>>>>> That issue should not be reopened. The buildbot failure is a separate issue. To understand the problem you have to
>>>>>>> understand
>>>>>>> the history:
>>>>>>>
>>>>>>> 1. The framework/base component unit tests ran successfully.
>>>>>>> 2. A new testing framework was introduced and that framework skipped the framework/base unit tests.
>>>>>>> 3. Over time, changes were made to framework/base code that caused the tests to fail, but no one noticed because the tests
>>>>>>> were not being run.
>>>>>>> 4. Rev 1085735 fixed the issue that was preventing the framework/base tests from being run.
>>>>>>> 5. Now the framework/base tests run, but they fail due to #3.
>>>>>>>
>>>>>>> -Adrian
>>>>>>>
>>>>>>> On 4/2/2011 11:01 AM, Jacques Le Roux wrote:
>>>>>>>> Thanks Adrian,
>>>>>>>>
>>>>>>>> Weird tough that it succeeds half the time
>>>>>>>> I have reopened https://issues.apache.org/jira/browse/OFBIZ-3662
>>>>>>>>
>>>>>>>> Jacques
>>>>>>>>
>>>>>>>> From: "Adrian Crum" <[hidden email]>
>>>>>>>>> The buildbot failure has nothing to do with that commit. The failure is due to rev 1085735.
>>>>>>>>>
>>>>>>>>> The ant run-tests target fails because the tests for the framework/base component fails.
>>>>>>>>>
>>>>>>>>> The solution is to find out why framework/base component tests are failing and fix them.
>>>>>>>>>
>>>>>>>>> -Adrian
>>>>>>>>>
>>>>>>>>> On 4/2/2011 10:22 AM, Jacques Le Roux wrote:
>>>>>>>>>> I noticed something weird, not the 1st time. It seems to reproduce every 2 times buildbot runs since 26/03/2011 and could
>>>>>>>>>> be related to
>>>>>>>>>> http://svn.apache.org/viewvc?rev=1085757&view=rev
>>>>>>>>>>
>>>>>>>>>> =====================================================
>>>>>>>>>> The Buildbot has detected a new failure on builder ofbiz-trunk while building ASF Buildbot.
>>>>>>>>>> Full details are available at:
>>>>>>>>>> http://ci.apache.org/builders/ofbiz-trunk/builds/1647
>>>>>>>>>>
>>>>>>>>>> Buildbot URL: http://ci.apache.org/
>>>>>>>>>>
>>>>>>>>>> Buildslave for this Build: isis_ubuntu
>>>>>>>>>>
>>>>>>>>>> Build Reason: scheduler
>>>>>>>>>> Build Source Stamp: [branch ofbiz/trunk] 1088047
>>>>>>>>>> Blamelist: jleroux
>>>>>>>>>>
>>>>>>>>>> BUILD FAILED: failed compile_1
>>>>>>>>>>
>>>>>>>>>> sincerely,
>>>>>>>>>> -The Buildbot
>>>>>>>>>> =====================================================
>>>>>>>>>>
>>>>>>>>>> Then
>>>>>>>>>>
>>>>>>>>>> =====================================================
>>>>>>>>>> The Buildbot has detected a new failure on builder ofbiz-trunk while building ASF Buildbot.
>>>>>>>>>> Full details are available at:
>>>>>>>>>> http://ci.apache.org/builders/ofbiz-trunk/builds/1647
>>>>>>>>>>
>>>>>>>>>> Buildbot URL: http://ci.apache.org/
>>>>>>>>>>
>>>>>>>>>> Buildslave for this Build: isis_ubuntu
>>>>>>>>>>
>>>>>>>>>> Build Reason: scheduler
>>>>>>>>>> Build Source Stamp: [branch ofbiz/trunk] 1088047
>>>>>>>>>> Blamelist: jleroux
>>>>>>>>>>
>>>>>>>>>> BUILD FAILED: failed compile_1
>>>>>>>>>>
>>>>>>>>>> sincerely,
>>>>>>>>>> -The Buildbot
>>>>>>>>>> =====================================================
>>>>>>>>>>
>>>>>>>>>> But obviously nothing there:
>>>>>>>>>>
>>>>>>>>>> Author: jleroux
>>>>>>>>>> Date: Sat Apr  2 15:28:27 2011
>>>>>>>>>> New Revision: 1088048
>>>>>>>>>>
>>>>>>>>>> URL: http://svn.apache.org/viewvc?rev=1088048&view=rev
>>>>>>>>>> Log:
>>>>>>>>>> Cleans imports
>>>>>>>>>>
>>>>>>>>>> Modified:
>>>>>>>>>>    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java
>>>>>>>>>>
>>>>>>>>>> Modified: ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java
>>>>>>>>>> URL:
>>>>>>>>>> http://svn.apache.org/viewvc/ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java?rev=1088048&r1=1088047&r2=1088048&view=diff
>>>>>>>>>> ==============================================================================
>>>>>>>>>> ---
>>>>>>>>>> ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java (original)
>>>>>>>>>> +++ ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java Sat Apr  2 15:28:27 2011
>>>>>>>>>> @@ -34,8 +34,6 @@ import javax.xml.namespace.QName;
>>>>>>>>>> import javax.xml.stream.XMLInputFactory;
>>>>>>>>>> import javax.xml.stream.XMLStreamReader;
>>>>>>>>>>
>>>>>>>>>> -import javolution.util.FastMap;
>>>>>>>>>> -
>>>>>>>>>> import org.apache.axiom.om.OMAbstractFactory;
>>>>>>>>>> import org.apache.axiom.om.OMAttribute;
>>>>>>>>>> import org.apache.axiom.om.OMElement;
>>>>>>>>>>
>>>>>>>>>>
>>>>>>>>>> Here is a link http://ci.apache.org/builders/ofbiz-trunk/builds/1643/steps/compile_1/logs/stdio
>>>>>>>>>>
>>>>>>>>>> Adrian, could you have a look please?
>>>>>>>>>>
>>>>>>>>>> Thanks
>>>>>>>>>>
>>>>>>>>>> Jacques
>>
>>


Reply | Threaded
Open this post in threaded view
|

Re: ContainerLoader issue for TestRunContainer

Jacques Le Roux-3
When tests are run by buildbot we get

[JUNIT] Results for test suite: basetests
[JUNIT] Pass: false | # Tests: 59 | # Failed: 1 # Errors: 0

When I run only basetests locally (Windows XP, tested with Postgres or Derby), ie
ant run-install run-single-test -Dtest.component=base -Dtest.case=basetests
I get

[JUNIT] Results for test suite: basetests
[JUNIT] Pass: false | # Tests: 59 | # Failed: 5 # Errors: 0

--> testWithVerbosity(org.ofbiz.base.util.string.test.FlexibleStringExpanderTests): nested UEL integration(return BigDecimal)
expected:<...,234,567....> but was:<...á234á567,...>
junit.framework.ComparisonFailure: nested UEL integration(return BigDecimal) expected:<...,234,567....> but was:<...á234á567,...

--> testQuietly(org.ofbiz.base.util.string.test.FlexibleStringExpanderTests): nested UEL integration(return BigDecimal)
expected:<...,234,567....> but was:<...á234á567,...>
junit.framework.ComparisonFailure: nested UEL integration(return BigDecimal) expected:<...,234,567....> but was:<...á234á567,...


--> testFlexibleMapAccessor(org.ofbiz.base.util.collections.test.FlexibleMapAccessorTests): foo:get expected:<The total is
$12,345,678.90.> but was:<The total is 12á345á678,90á$US.>
junit.framework.AssertionFailedError: foo:get expected:<The total is $12,345,678.90.> but was:<The total is 12á345á678,90á$US.>

--> testBasicDisk(org.ofbiz.base.util.cache.test.UtilCacheTests): is-empty
junit.framework.AssertionFailedError: is-empty

--> testReadWriteObject(org.ofbiz.base.util.test.UtilIOTests): write stream java.lang.Boolean expected:<......> but was:<...
[java] ...>2011-05-03 12:13:09,859 (main) [   TestRunContainer.java:184:INFO ] junit.framework.ComparisonFailure: write stream
java.lang.Boolean expected:<......> but was:<......>

From :<The total is $12,345,678.90.> but was:<The total is 12á345á678,90á$US.> I thought it could be because it was run in French
but using -Duser.language=en gives the same

Any ideas?

Jacques

From: "Jacques Le Roux" <[hidden email]>

> Yes I think so, but I did not find anything obvious yesterday
>
> Jacques
>
> From: "Adrian Crum" <[hidden email]>
>>I think it's a timing issue in the cache. It always fails on my local copy.
>>
>> -Adrian
>>
>> On 5/2/2011 3:02 PM, Jacques Le Roux wrote:
>>> Ha sorry, I did not notice it's related to cache:
>>>
>>> [java] 2011-05-02 21:38:40,634 (main) [   TestRunContainer.java:182:INFO ] -->
>>> testExpire(org.ofbiz.base.util.cache.test.UtilCacheTests): empty
>>>     [java] 2011-05-02 21:38:40,634 (main) [   TestRunContainer.java:184:INFO ] junit.framework.AssertionFailedError: empty
>>>     [java] at junit.framework.Assert.fail(Assert.java:47)
>>>     [java] at junit.framework.Assert.assertTrue(Assert.java:20)
>>>     [java] at org.ofbiz.base.util.cache.test.UtilCacheTests.testExpire(UtilCacheTests.java:410)
>>>
>>> I will have a look later. Looking at it locally, ie running tests, is rather long...
>>>
>>> Jacques
>>>
>>> Jacques Le Roux wrote:
>>>> Just when I sent that, it appears again :/
>>>> http://ci.apache.org/builders/ofbiz-trunk/builds/1742/steps/compile_1/logs/stdio it's related to
>>>> http://svn.apache.org/viewvc?rev=1098795&view=rev where again nothing can be harmful.
>>>> I'm still not sure why it's appears, maybe when something changes in base
>>>>
>>>> Jacques
>>>>
>>>> Jacques Le Roux wrote:
>>>>> Look like this issues does not spread anymore, not sure why though...
>>>>>
>>>>> Jacques
>>>>>
>>>>> From: "Jacques Le Roux" <[hidden email]>
>>>>>> BTW, anybody an idea why it fails/succeds half time?
>>>>>>
>>>>>> Jacques
>>>>>>
>>>>>> From: "Jacques Le Roux" <[hidden email]>
>>>>>>> Thanks, I have created  https://issues.apache.org/jira/browse/OFBIZ-4239
>>>>>>>
>>>>>>> Jacques
>>>>>>>
>>>>>>> From: "Adrian Crum" <[hidden email]>
>>>>>>>> That issue should not be reopened. The buildbot failure is a separate issue. To understand the problem you have to
>>>>>>>> understand
>>>>>>>> the history:
>>>>>>>>
>>>>>>>> 1. The framework/base component unit tests ran successfully.
>>>>>>>> 2. A new testing framework was introduced and that framework skipped the framework/base unit tests.
>>>>>>>> 3. Over time, changes were made to framework/base code that caused the tests to fail, but no one noticed because the tests
>>>>>>>> were not being run.
>>>>>>>> 4. Rev 1085735 fixed the issue that was preventing the framework/base tests from being run.
>>>>>>>> 5. Now the framework/base tests run, but they fail due to #3.
>>>>>>>>
>>>>>>>> -Adrian
>>>>>>>>
>>>>>>>> On 4/2/2011 11:01 AM, Jacques Le Roux wrote:
>>>>>>>>> Thanks Adrian,
>>>>>>>>>
>>>>>>>>> Weird tough that it succeeds half the time
>>>>>>>>> I have reopened https://issues.apache.org/jira/browse/OFBIZ-3662
>>>>>>>>>
>>>>>>>>> Jacques
>>>>>>>>>
>>>>>>>>> From: "Adrian Crum" <[hidden email]>
>>>>>>>>>> The buildbot failure has nothing to do with that commit. The failure is due to rev 1085735.
>>>>>>>>>>
>>>>>>>>>> The ant run-tests target fails because the tests for the framework/base component fails.
>>>>>>>>>>
>>>>>>>>>> The solution is to find out why framework/base component tests are failing and fix them.
>>>>>>>>>>
>>>>>>>>>> -Adrian
>>>>>>>>>>
>>>>>>>>>> On 4/2/2011 10:22 AM, Jacques Le Roux wrote:
>>>>>>>>>>> I noticed something weird, not the 1st time. It seems to reproduce every 2 times buildbot runs since 26/03/2011 and
>>>>>>>>>>> could
>>>>>>>>>>> be related to
>>>>>>>>>>> http://svn.apache.org/viewvc?rev=1085757&view=rev
>>>>>>>>>>>
>>>>>>>>>>> =====================================================
>>>>>>>>>>> The Buildbot has detected a new failure on builder ofbiz-trunk while building ASF Buildbot.
>>>>>>>>>>> Full details are available at:
>>>>>>>>>>> http://ci.apache.org/builders/ofbiz-trunk/builds/1647
>>>>>>>>>>>
>>>>>>>>>>> Buildbot URL: http://ci.apache.org/
>>>>>>>>>>>
>>>>>>>>>>> Buildslave for this Build: isis_ubuntu
>>>>>>>>>>>
>>>>>>>>>>> Build Reason: scheduler
>>>>>>>>>>> Build Source Stamp: [branch ofbiz/trunk] 1088047
>>>>>>>>>>> Blamelist: jleroux
>>>>>>>>>>>
>>>>>>>>>>> BUILD FAILED: failed compile_1
>>>>>>>>>>>
>>>>>>>>>>> sincerely,
>>>>>>>>>>> -The Buildbot
>>>>>>>>>>> =====================================================
>>>>>>>>>>>
>>>>>>>>>>> Then
>>>>>>>>>>>
>>>>>>>>>>> =====================================================
>>>>>>>>>>> The Buildbot has detected a new failure on builder ofbiz-trunk while building ASF Buildbot.
>>>>>>>>>>> Full details are available at:
>>>>>>>>>>> http://ci.apache.org/builders/ofbiz-trunk/builds/1647
>>>>>>>>>>>
>>>>>>>>>>> Buildbot URL: http://ci.apache.org/
>>>>>>>>>>>
>>>>>>>>>>> Buildslave for this Build: isis_ubuntu
>>>>>>>>>>>
>>>>>>>>>>> Build Reason: scheduler
>>>>>>>>>>> Build Source Stamp: [branch ofbiz/trunk] 1088047
>>>>>>>>>>> Blamelist: jleroux
>>>>>>>>>>>
>>>>>>>>>>> BUILD FAILED: failed compile_1
>>>>>>>>>>>
>>>>>>>>>>> sincerely,
>>>>>>>>>>> -The Buildbot
>>>>>>>>>>> =====================================================
>>>>>>>>>>>
>>>>>>>>>>> But obviously nothing there:
>>>>>>>>>>>
>>>>>>>>>>> Author: jleroux
>>>>>>>>>>> Date: Sat Apr  2 15:28:27 2011
>>>>>>>>>>> New Revision: 1088048
>>>>>>>>>>>
>>>>>>>>>>> URL: http://svn.apache.org/viewvc?rev=1088048&view=rev
>>>>>>>>>>> Log:
>>>>>>>>>>> Cleans imports
>>>>>>>>>>>
>>>>>>>>>>> Modified:
>>>>>>>>>>>    ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java
>>>>>>>>>>>
>>>>>>>>>>> Modified: ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java
>>>>>>>>>>> URL:
>>>>>>>>>>> http://svn.apache.org/viewvc/ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java?rev=1088048&r1=1088047&r2=1088048&view=diff
>>>>>>>>>>> ==============================================================================
>>>>>>>>>>> ---
>>>>>>>>>>> ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java (original)
>>>>>>>>>>> +++ ofbiz/trunk/framework/webapp/src/org/ofbiz/webapp/event/SOAPEventHandler.java Sat Apr  2 15:28:27 2011
>>>>>>>>>>> @@ -34,8 +34,6 @@ import javax.xml.namespace.QName;
>>>>>>>>>>> import javax.xml.stream.XMLInputFactory;
>>>>>>>>>>> import javax.xml.stream.XMLStreamReader;
>>>>>>>>>>>
>>>>>>>>>>> -import javolution.util.FastMap;
>>>>>>>>>>> -
>>>>>>>>>>> import org.apache.axiom.om.OMAbstractFactory;
>>>>>>>>>>> import org.apache.axiom.om.OMAttribute;
>>>>>>>>>>> import org.apache.axiom.om.OMElement;
>>>>>>>>>>>
>>>>>>>>>>>
>>>>>>>>>>> Here is a link http://ci.apache.org/builders/ofbiz-trunk/builds/1643/steps/compile_1/logs/stdio
>>>>>>>>>>>
>>>>>>>>>>> Adrian, could you have a look please?
>>>>>>>>>>>
>>>>>>>>>>> Thanks
>>>>>>>>>>>
>>>>>>>>>>> Jacques
>>>
>>>
>
>