Re: buildbot failure in on ofbizTrunkFramework

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

Re: buildbot failure in on ofbizTrunkFramework

Suraj Khurana
Hello all,
I tried ./gradlew testIntegration locally.

All test passed.
Is there a connection problem or something else causing this build fail?

--
Best Regards,
*Suraj Khurana* | Sr. Enterprise Software Engineer
*HotWax Commerce*  by  *HotWax Systems*
Plot no. 80, Scheme no. 78, Vijay Nagar, Indore, M.P. India 452010
Cell phone: +91 96697-50002

On Sat, Apr 28, 2018 at 5:15 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/204
>
> 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] 1830429
> Blamelist: rishi
>
> BUILD FAILED: failed shell_2
>
> Sincerely,
>  -The Buildbot
>
>
>
>
Reply | Threaded
Open this post in threaded view
|

Re: buildbot failure in on ofbizTrunkFramework

taher
Hi Suraj, did you get the latest revision and applied cleanAll first? I
notice that the error is emanating from the converter class for
LinkedHashMap for some reason.

On Sat, Apr 28, 2018, 3:04 PM Suraj Khurana <[hidden email]>
wrote:

> Hello all,
> I tried ./gradlew testIntegration locally.
>
> All test passed.
> Is there a connection problem or something else causing this build fail?
>
> --
> Best Regards,
> *Suraj Khurana* | Sr. Enterprise Software Engineer
> *HotWax Commerce*  by  *HotWax Systems*
> Plot no. 80, Scheme no. 78, Vijay Nagar, Indore, M.P. India 452010
> Cell phone: +91 96697-50002
>
> On Sat, Apr 28, 2018 at 5:15 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/204
> >
> > 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] 1830429
> > 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
Here is the  ticket and reason why that work goes in
https://issues.apache.org/jira/browse/OFBIZ-10369



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

On Sat, Apr 28, 2018 at 5:41 PM, Taher Alkhateeb <[hidden email]
> wrote:

> Hi Suraj, did you get the latest revision and applied cleanAll first? I
> notice that the error is emanating from the converter class for
> LinkedHashMap for some reason.
>
> On Sat, Apr 28, 2018, 3:04 PM Suraj Khurana <suraj.khurana@hotwaxsystems.
> com>
> wrote:
>
> > Hello all,
> > I tried ./gradlew testIntegration locally.
> >
> > All test passed.
> > Is there a connection problem or something else causing this build fail?
> >
> > --
> > Best Regards,
> > *Suraj Khurana* | Sr. Enterprise Software Engineer
> > *HotWax Commerce*  by  *HotWax Systems*
> > Plot no. 80, Scheme no. 78, Vijay Nagar, Indore, M.P. India 452010
> > Cell phone: +91 96697-50002
> >
> > On Sat, Apr 28, 2018 at 5:15 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/204
> > >
> > > 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] 1830429
> > > Blamelist: rishi
> > >
> > > BUILD FAILED: failed shell_2
> > >
> > > Sincerely,
> > >  -The Buildbot
> > >
> > >
> > >
> > >
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: buildbot failure in on ofbizTrunkFramework

Yash Sharma
Hello,

I guess we need to fix test cases also and the implementation, for now, we
can revert this revision #1830303 and commit a change in the implementation
as well as test cases.
I would be happy to help!


Thanks & Regards,
--
*Pradhan Yash Sharma*

On Sat, Apr 28, 2018 at 5:53 PM, Rishi Solanki <[hidden email]>
wrote:

> Here is the  ticket and reason why that work goes in
> https://issues.apache.org/jira/browse/OFBIZ-10369
>
>
>
> Rishi Solanki
> Sr Manager, Enterprise Software Development
> HotWax Systems Pvt. Ltd.
> Direct: +91-9893287847
> http://www.hotwaxsystems.com
> www.hotwax.co
>
> On Sat, Apr 28, 2018 at 5:41 PM, Taher Alkhateeb <
> [hidden email]
> > wrote:
>
> > Hi Suraj, did you get the latest revision and applied cleanAll first? I
> > notice that the error is emanating from the converter class for
> > LinkedHashMap for some reason.
> >
> > On Sat, Apr 28, 2018, 3:04 PM Suraj Khurana <suraj.khurana@hotwaxsystems.
> > com>
> > wrote:
> >
> > > Hello all,
> > > I tried ./gradlew testIntegration locally.
> > >
> > > All test passed.
> > > Is there a connection problem or something else causing this build
> fail?
> > >
> > > --
> > > Best Regards,
> > > *Suraj Khurana* | Sr. Enterprise Software Engineer
> > > *HotWax Commerce*  by  *HotWax Systems*
> > > Plot no. 80, Scheme no. 78, Vijay Nagar, Indore, M.P. India 452010
> > > Cell phone: +91 96697-50002
> > >
> > > On Sat, Apr 28, 2018 at 5:15 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/204
> > > >
> > > > 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] 1830429
> > > > Blamelist: rishi
> > > >
> > > > BUILD FAILED: failed shell_2
> > > >
> > > > Sincerely,
> > > >  -The Buildbot
> > > >
> > > >
> > > >
> > > >
> > >
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: buildbot failure in on ofbizTrunkFramework

Deepak Dixit-3
Recent build is success,
https://ci.apache.org/builders/ofbizTrunkFramework/builds/205

Thanks & Regards
--
Deepak Dixit
www.hotwax.co

On Sat, Apr 28, 2018 at 5:59 PM, Yash Sharma <[hidden email]>
wrote:

> Hello,
>
> I guess we need to fix test cases also and the implementation, for now, we
> can revert this revision #1830303 and commit a change in the implementation
> as well as test cases.
> I would be happy to help!
>
>
> Thanks & Regards,
> --
> *Pradhan Yash Sharma*
>
> On Sat, Apr 28, 2018 at 5:53 PM, Rishi Solanki <[hidden email]>
> wrote:
>
> > Here is the  ticket and reason why that work goes in
> > https://issues.apache.org/jira/browse/OFBIZ-10369
> >
> >
> >
> > Rishi Solanki
> > Sr Manager, Enterprise Software Development
> > HotWax Systems Pvt. Ltd.
> > Direct: +91-9893287847
> > http://www.hotwaxsystems.com
> > www.hotwax.co
> >
> > On Sat, Apr 28, 2018 at 5:41 PM, Taher Alkhateeb <
> > [hidden email]
> > > wrote:
> >
> > > Hi Suraj, did you get the latest revision and applied cleanAll first? I
> > > notice that the error is emanating from the converter class for
> > > LinkedHashMap for some reason.
> > >
> > > On Sat, Apr 28, 2018, 3:04 PM Suraj Khurana
> <suraj.khurana@hotwaxsystems.
> > > com>
> > > wrote:
> > >
> > > > Hello all,
> > > > I tried ./gradlew testIntegration locally.
> > > >
> > > > All test passed.
> > > > Is there a connection problem or something else causing this build
> > fail?
> > > >
> > > > --
> > > > Best Regards,
> > > > *Suraj Khurana* | Sr. Enterprise Software Engineer
> > > > *HotWax Commerce*  by  *HotWax Systems*
> > > > Plot no. 80, Scheme no. 78, Vijay Nagar, Indore, M.P. India 452010
> > > > Cell phone: +91 96697-50002
> > > >
> > > > On Sat, Apr 28, 2018 at 5:15 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/204
> > > > >
> > > > > 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] 1830429
> > > > > Blamelist: rishi
> > > > >
> > > > > BUILD FAILED: failed shell_2
> > > > >
> > > > > Sincerely,
> > > > >  -The Buildbot
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > >
> >
>