Re: buildbot failure in on ofbizTrunkFramework

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

Re: buildbot failure in on ofbizTrunkFramework

Rishi Solanki
I have reverted my commit for now, not sure what went wrong with commit as
I have tested the functionality before commit. I'll check and get back on
this.

Also I'll reopen the ticket.

Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co

On Tue, Mar 13, 2018 at 6:55 PM, <[hidden email]> wrote:

> The Buildbot has detected a new failure on builder ofbizTrunkFramework
> while building . Full details are available at:
>     https://ci.apache.org/builders/ofbizTrunkFramework/builds/128
>
> Buildbot URL: https://ci.apache.org/
>
> Buildslave for this Build: lares_ubuntu
>
> Build Reason: The AnyBranchScheduler scheduler named
> 'onTrunkFrameworkCommit' triggered this build
> Build Source Stamp: [branch ofbiz/ofbiz-framework/trunk] 1826627
> Blamelist: rishi
>
> BUILD FAILED: failed shell_2
>
> Sincerely,
>  -The Buildbot
>
>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: buildbot failure in on ofbizTrunkFramework

Jacques Le Roux
Administrator
Hi Rishi,

Sorry I did not check the tests at https://ci.apache.org/projects/ofbiz/logs/trunk/framework/html/ as I use to do in such cases. So now they show
nothing abnormal.

Sometimes BuildBot (actually the machines under it, which are under very heavy load, actually like 100% on all parts I guess, because they always have
something on their plates) have some hiccups, and then the tests fail when they should not.

If tests pass locally, please commit again to see if the same happen. If the same happen then if possible check with a team mate locally again or ask
for the same here :)

HTH

Jacques


Le 13/03/2018 à 14:50, Rishi Solanki a écrit :

> I have reverted my commit for now, not sure what went wrong with commit as
> I have tested the functionality before commit. I'll check and get back on
> this.
>
> Also I'll reopen the ticket.
>
> Rishi Solanki
> Sr Manager, Enterprise Software Development
> HotWax Systems Pvt. Ltd.
> Direct: +91-9893287847
> http://www.hotwaxsystems.com
> www.hotwax.co
>
> On Tue, Mar 13, 2018 at 6:55 PM, <[hidden email]> wrote:
>
>> The Buildbot has detected a new failure on builder ofbizTrunkFramework
>> while building . Full details are available at:
>>      https://ci.apache.org/builders/ofbizTrunkFramework/builds/128
>>
>> Buildbot URL: https://ci.apache.org/
>>
>> Buildslave for this Build: lares_ubuntu
>>
>> Build Reason: The AnyBranchScheduler scheduler named
>> 'onTrunkFrameworkCommit' triggered this build
>> Build Source Stamp: [branch ofbiz/ofbiz-framework/trunk] 1826627
>> Blamelist: rishi
>>
>> BUILD FAILED: failed shell_2
>>
>> Sincerely,
>>   -The Buildbot
>>
>>
>>
>>

Reply | Threaded
Open this post in threaded view
|

Re: buildbot failure in on ofbizTrunkFramework

Scott Gray-3
It's easy to just search the log output for "JUNIT (failure)", which
reports this test failed:

2018-03-13 13:18:52,725 |main                 |TestRunContainer
      |W| [JUNIT (failure)] -
auto-accounting-transaction-tests-purchase.testAcctgTransOnPaymentSentToSupplier
: Assertion failed: [acctgTrans.glJournalId=ERROR_JOURNAL] not-equals
ERROR_JOURNAL as

Regards
Scott

On 14 March 2018 at 03:34, Jacques Le Roux <[hidden email]>
wrote:

> Hi Rishi,
>
> Sorry I did not check the tests at https://ci.apache.org/projects
> /ofbiz/logs/trunk/framework/html/ as I use to do in such cases. So now
> they show nothing abnormal.
>
> Sometimes BuildBot (actually the machines under it, which are under very
> heavy load, actually like 100% on all parts I guess, because they always
> have something on their plates) have some hiccups, and then the tests fail
> when they should not.
>
> If tests pass locally, please commit again to see if the same happen. If
> the same happen then if possible check with a team mate locally again or
> ask for the same here :)
>
> HTH
>
> Jacques
>
>
>
> Le 13/03/2018 à 14:50, Rishi Solanki a écrit :
>
>> I have reverted my commit for now, not sure what went wrong with commit as
>> I have tested the functionality before commit. I'll check and get back on
>> this.
>>
>> Also I'll reopen the ticket.
>>
>> Rishi Solanki
>> Sr Manager, Enterprise Software Development
>> HotWax Systems Pvt. Ltd.
>> Direct: +91-9893287847
>> http://www.hotwaxsystems.com
>> www.hotwax.co
>>
>> On Tue, Mar 13, 2018 at 6:55 PM, <[hidden email]> wrote:
>>
>> The Buildbot has detected a new failure on builder ofbizTrunkFramework
>>> while building . Full details are available at:
>>>      https://ci.apache.org/builders/ofbizTrunkFramework/builds/128
>>>
>>> Buildbot URL: https://ci.apache.org/
>>>
>>> Buildslave for this Build: lares_ubuntu
>>>
>>> Build Reason: The AnyBranchScheduler scheduler named
>>> 'onTrunkFrameworkCommit' triggered this build
>>> Build Source Stamp: [branch ofbiz/ofbiz-framework/trunk] 1826627
>>> Blamelist: rishi
>>>
>>> BUILD FAILED: failed shell_2
>>>
>>> Sincerely,
>>>   -The Buildbot
>>>
>>>
>>>
>>>
>>>
>
Reply | Threaded
Open this post in threaded view
|

Re: buildbot failure in on ofbizTrunkFramework

Jacques Le Roux
Administrator
Yep thanks Scott, I did that too much so got an aversion about it, especially when there are lot of false errors/failures.

Rishi, Do you confirm you get also this error locally?

Jacques


Le 13/03/2018 à 21:42, Scott Gray a écrit :

> It's easy to just search the log output for "JUNIT (failure)", which
> reports this test failed:
>
> 2018-03-13 13:18:52,725 |main                 |TestRunContainer
>        |W| [JUNIT (failure)] -
> auto-accounting-transaction-tests-purchase.testAcctgTransOnPaymentSentToSupplier
> : Assertion failed: [acctgTrans.glJournalId=ERROR_JOURNAL] not-equals
> ERROR_JOURNAL as
>
> Regards
> Scott
>
> On 14 March 2018 at 03:34, Jacques Le Roux <[hidden email]>
> wrote:
>
>> Hi Rishi,
>>
>> Sorry I did not check the tests at https://ci.apache.org/projects
>> /ofbiz/logs/trunk/framework/html/ as I use to do in such cases. So now
>> they show nothing abnormal.
>>
>> Sometimes BuildBot (actually the machines under it, which are under very
>> heavy load, actually like 100% on all parts I guess, because they always
>> have something on their plates) have some hiccups, and then the tests fail
>> when they should not.
>>
>> If tests pass locally, please commit again to see if the same happen. If
>> the same happen then if possible check with a team mate locally again or
>> ask for the same here :)
>>
>> HTH
>>
>> Jacques
>>
>>
>>
>> Le 13/03/2018 à 14:50, Rishi Solanki a écrit :
>>
>>> I have reverted my commit for now, not sure what went wrong with commit as
>>> I have tested the functionality before commit. I'll check and get back on
>>> this.
>>>
>>> Also I'll reopen the ticket.
>>>
>>> Rishi Solanki
>>> Sr Manager, Enterprise Software Development
>>> HotWax Systems Pvt. Ltd.
>>> Direct: +91-9893287847
>>> http://www.hotwaxsystems.com
>>> www.hotwax.co
>>>
>>> On Tue, Mar 13, 2018 at 6:55 PM, <[hidden email]> wrote:
>>>
>>> The Buildbot has detected a new failure on builder ofbizTrunkFramework
>>>> while building . Full details are available at:
>>>>       https://ci.apache.org/builders/ofbizTrunkFramework/builds/128
>>>>
>>>> Buildbot URL: https://ci.apache.org/
>>>>
>>>> Buildslave for this Build: lares_ubuntu
>>>>
>>>> Build Reason: The AnyBranchScheduler scheduler named
>>>> 'onTrunkFrameworkCommit' triggered this build
>>>> Build Source Stamp: [branch ofbiz/ofbiz-framework/trunk] 1826627
>>>> Blamelist: rishi
>>>>
>>>> BUILD FAILED: failed shell_2
>>>>
>>>> Sincerely,
>>>>    -The Buildbot
>>>>
>>>>
>>>>
>>>>
>>>>

Reply | Threaded
Open this post in threaded view
|

Re: buildbot failure in on ofbizTrunkFramework

Rishi Solanki
Jacques,

I did not receive any error at my end. I'm retesting the improvement
locally and get back on this.

Thanks!

Rishi Solanki
Sr Manager, Enterprise Software Development
HotWax Systems Pvt. Ltd.
Direct: +91-9893287847
http://www.hotwaxsystems.com
www.hotwax.co

On Wed, Mar 14, 2018 at 2:46 AM, Jacques Le Roux <
[hidden email]> wrote:

> Yep thanks Scott, I did that too much so got an aversion about it,
> especially when there are lot of false errors/failures.
>
> Rishi, Do you confirm you get also this error locally?
>
> Jacques
>
>
>
> Le 13/03/2018 à 21:42, Scott Gray a écrit :
>
>> It's easy to just search the log output for "JUNIT (failure)", which
>> reports this test failed:
>>
>> 2018-03-13 13:18:52,725 |main                 |TestRunContainer
>>        |W| [JUNIT (failure)] -
>> auto-accounting-transaction-tests-purchase.testAcctgTransOnP
>> aymentSentToSupplier
>> : Assertion failed: [acctgTrans.glJournalId=ERROR_JOURNAL] not-equals
>> ERROR_JOURNAL as
>>
>> Regards
>> Scott
>>
>> On 14 March 2018 at 03:34, Jacques Le Roux <[hidden email]>
>> wrote:
>>
>> Hi Rishi,
>>>
>>> Sorry I did not check the tests at https://ci.apache.org/projects
>>> /ofbiz/logs/trunk/framework/html/ as I use to do in such cases. So now
>>> they show nothing abnormal.
>>>
>>> Sometimes BuildBot (actually the machines under it, which are under very
>>> heavy load, actually like 100% on all parts I guess, because they always
>>> have something on their plates) have some hiccups, and then the tests
>>> fail
>>> when they should not.
>>>
>>> If tests pass locally, please commit again to see if the same happen. If
>>> the same happen then if possible check with a team mate locally again or
>>> ask for the same here :)
>>>
>>> HTH
>>>
>>> Jacques
>>>
>>>
>>>
>>> Le 13/03/2018 à 14:50, Rishi Solanki a écrit :
>>>
>>> I have reverted my commit for now, not sure what went wrong with commit
>>>> as
>>>> I have tested the functionality before commit. I'll check and get back
>>>> on
>>>> this.
>>>>
>>>> Also I'll reopen the ticket.
>>>>
>>>> Rishi Solanki
>>>> Sr Manager, Enterprise Software Development
>>>> HotWax Systems Pvt. Ltd.
>>>> Direct: +91-9893287847
>>>> http://www.hotwaxsystems.com
>>>> www.hotwax.co
>>>>
>>>> On Tue, Mar 13, 2018 at 6:55 PM, <[hidden email]> wrote:
>>>>
>>>> The Buildbot has detected a new failure on builder ofbizTrunkFramework
>>>>
>>>>> while building . Full details are available at:
>>>>>       https://ci.apache.org/builders/ofbizTrunkFramework/builds/128
>>>>>
>>>>> Buildbot URL: https://ci.apache.org/
>>>>>
>>>>> Buildslave for this Build: lares_ubuntu
>>>>>
>>>>> Build Reason: The AnyBranchScheduler scheduler named
>>>>> 'onTrunkFrameworkCommit' triggered this build
>>>>> Build Source Stamp: [branch ofbiz/ofbiz-framework/trunk] 1826627
>>>>> Blamelist: rishi
>>>>>
>>>>> BUILD FAILED: failed shell_2
>>>>>
>>>>> Sincerely,
>>>>>    -The Buildbot
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>>>>>
>
Reply | Threaded
Open this post in threaded view
|

Re: buildbot failure in on ofbizTrunkFramework

Jacques Le Roux
Administrator
In reply to this post by Rishi Solanki
It was OK already with Taher's last commit: https://ci.apache.org/builders/ofbizTrunkFramework

But Buildbot did not deign to let us know, or did I miss something?

Jacques


Le 16/03/2018 à 13:00, Jacques Le Roux a écrit :

> Checking that
>
> Jacques
>
>
> Le 16/03/2018 à 12:13, [hidden email] a écrit :
>> The Buildbot has detected a new failure on builder ofbizTrunkFramework while building . Full details are available at:
>> https://ci.apache.org/builders/ofbizTrunkFramework/builds/143
>>
>> Buildbot URL: https://ci.apache.org/
>>
>> Buildslave for this Build: lares_ubuntu
>>
>> Build Reason: The AnyBranchScheduler scheduler named 'onTrunkFrameworkCommit' triggered this build
>> Build Source Stamp: [branch ofbiz/ofbiz-framework/trunk] 1826949
>> Blamelist: jleroux
>>
>> BUILD FAILED: failed shell_2
>>
>> Sincerely,
>>   -The Buildbot
>>
>>
>>
>>
>
>