[Gluster-devel] Build and Regression failure in master branch!

2015-06-27 Thread Kotresh Hiremath Ravishankar
Hi,

rpm build is consistently failing for the patch 
(http://review.gluster.org/#/c/11443/)
with following error where as it is passing in local setup.

...
Making all in performance
Making all in write-behind
Making all in src
  CC   write-behind.lo
write-behind.c:24:35: fatal error: write-behind-messages.h: No such file or 
directory
 #include "write-behind-messages.h"
   ^
compilation terminated.
make[5]: *** [write-behind.lo] Error 1
make[4]: *** [all-recursive] Error 1
make[3]: *** [all-recursive] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
RPM build errors:
error: Bad exit status from /var/tmp/rpm-tmp.8QmLg0 (%build)
Bad exit status from /var/tmp/rpm-tmp.8QmLg0 (%build)



Regression Failures: ./tests/basic/afr/client-side-heal.t

Above test case is consistently failing for the patch. 
http://build.gluster.org/job/rackspace-netbsd7-regression-triggered/7596/consoleFull
http://build.gluster.org/job/rackspace-regression-2GB-triggered/11641/consoleFull

Are there known issues?


Thanks and Regards,
Kotresh H R

___
Gluster-devel mailing list
Gluster-devel@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-devel


Re: [Gluster-devel] Build and Regression failure in master branch!

2015-06-28 Thread Kotresh Hiremath Ravishankar
Hi,

Sorry, rmpbuild is failing in local setup as well.
Reverting the following commit helped me in the local setup.

commit 3741804bec65a33d400af38dcc80700c8a668b81
Author: arao 
Date:   Mon Jun 22 11:10:05 2015 +0530

Logging: Porting the performance translator
 logs to new logging framework.


Thanks and Regards,
Kotresh H R

- Original Message -
> From: "Kotresh Hiremath Ravishankar" 
> To: "Gluster Devel" 
> Sent: Sunday, June 28, 2015 12:01:22 PM
> Subject: [Gluster-devel] Build and Regression failure in master branch!
> 
> Hi,
> 
> rpm build is consistently failing for the patch
> (http://review.gluster.org/#/c/11443/)
> with following error where as it is passing in local setup.
> 
> ...
> Making all in performance
> Making all in write-behind
> Making all in src
>   CC   write-behind.lo
> write-behind.c:24:35: fatal error: write-behind-messages.h: No such file or
> directory
>  #include "write-behind-messages.h"
>^
> compilation terminated.
> make[5]: *** [write-behind.lo] Error 1
> make[4]: *** [all-recursive] Error 1
> make[3]: *** [all-recursive] Error 1
> make[2]: *** [all-recursive] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
> RPM build errors:
> error: Bad exit status from /var/tmp/rpm-tmp.8QmLg0 (%build)
> Bad exit status from /var/tmp/rpm-tmp.8QmLg0 (%build)
> 
> 
> 
> Regression Failures: ./tests/basic/afr/client-side-heal.t
> 
> Above test case is consistently failing for the patch.
> http://build.gluster.org/job/rackspace-netbsd7-regression-triggered/7596/consoleFull
> http://build.gluster.org/job/rackspace-regression-2GB-triggered/11641/consoleFull
> 
> Are there known issues?
> 
> 
> Thanks and Regards,
> Kotresh H R
> 
> ___
> Gluster-devel mailing list
> Gluster-devel@gluster.org
> http://www.gluster.org/mailman/listinfo/gluster-devel
> 
___
Gluster-devel mailing list
Gluster-devel@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-devel


Re: [Gluster-devel] Build and Regression failure in master branch!

2015-06-28 Thread Atin Mukherjee
-Atin
Sent from one plus one
On Jun 28, 2015 12:01 PM, "Kotresh Hiremath Ravishankar" <
khire...@redhat.com> wrote:
>
> Hi,
>
> rpm build is consistently failing for the patch (
http://review.gluster.org/#/c/11443/)
> with following error where as it is passing in local setup.
>
> ...
> Making all in performance
> Making all in write-behind
> Making all in src
>   CC   write-behind.lo
> write-behind.c:24:35: fatal error: write-behind-messages.h: No such file
or directory
>  #include "write-behind-messages.h"
>^
> compilation terminated.
> make[5]: *** [write-behind.lo] Error 1
> make[4]: *** [all-recursive] Error 1
> make[3]: *** [all-recursive] Error 1
> make[2]: *** [all-recursive] Error 1
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
> RPM build errors:
> error: Bad exit status from /var/tmp/rpm-tmp.8QmLg0 (%build)
> Bad exit status from /var/tmp/rpm-tmp.8QmLg0 (%build)
This means the entry of this file is missing in the respective makefile.
> 
>
>
> Regression Failures: ./tests/basic/afr/client-side-heal.t
>
> Above test case is consistently failing for the patch.
>
http://build.gluster.org/job/rackspace-netbsd7-regression-triggered/7596/consoleFull
>
http://build.gluster.org/job/rackspace-regression-2GB-triggered/11641/consoleFull
>
> Are there known issues?
>
>
> Thanks and Regards,
> Kotresh H R
>
> ___
> Gluster-devel mailing list
> Gluster-devel@gluster.org
> http://www.gluster.org/mailman/listinfo/gluster-devel
___
Gluster-devel mailing list
Gluster-devel@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-devel


Re: [Gluster-devel] Build and Regression failure in master branch!

2015-06-28 Thread Kotresh Hiremath Ravishankar
Yes, Atin. You are right, header files are missing in Makefiles.
Build because of the commit 3741804bec65a33d400af38dcc80700c8a668b81

I have sent the patch for the same.
http://review.gluster.org/#/c/11451/

Please someone review and merge it.


Thanks and Regards,
Kotresh H R

- Original Message -
> From: "Atin Mukherjee" 
> To: "Kotresh Hiremath Ravishankar" 
> Cc: "Gluster Devel" 
> Sent: Sunday, June 28, 2015 12:56:21 PM
> Subject: Re: [Gluster-devel] Build and Regression failure in master branch!
> 
> -Atin
> Sent from one plus one
> On Jun 28, 2015 12:01 PM, "Kotresh Hiremath Ravishankar" <
> khire...@redhat.com> wrote:
> >
> > Hi,
> >
> > rpm build is consistently failing for the patch (
> http://review.gluster.org/#/c/11443/)
> > with following error where as it is passing in local setup.
> >
> > ...
> > Making all in performance
> > Making all in write-behind
> > Making all in src
> >   CC   write-behind.lo
> > write-behind.c:24:35: fatal error: write-behind-messages.h: No such file
> or directory
> >  #include "write-behind-messages.h"
> >^
> > compilation terminated.
> > make[5]: *** [write-behind.lo] Error 1
> > make[4]: *** [all-recursive] Error 1
> > make[3]: *** [all-recursive] Error 1
> > make[2]: *** [all-recursive] Error 1
> > make[1]: *** [all-recursive] Error 1
> > make: *** [all] Error 2
> > RPM build errors:
> > error: Bad exit status from /var/tmp/rpm-tmp.8QmLg0 (%build)
> > Bad exit status from /var/tmp/rpm-tmp.8QmLg0 (%build)
> This means the entry of this file is missing in the respective makefile.
> > 
> >
> >
> > Regression Failures: ./tests/basic/afr/client-side-heal.t
> >
> > Above test case is consistently failing for the patch.
> >
> http://build.gluster.org/job/rackspace-netbsd7-regression-triggered/7596/consoleFull
> >
> http://build.gluster.org/job/rackspace-regression-2GB-triggered/11641/consoleFull
> >
> > Are there known issues?
> >
> >
> > Thanks and Regards,
> > Kotresh H R
> >
> > ___
> > Gluster-devel mailing list
> > Gluster-devel@gluster.org
> > http://www.gluster.org/mailman/listinfo/gluster-devel
> 
___
Gluster-devel mailing list
Gluster-devel@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-devel


Re: [Gluster-devel] Build and Regression failure in master branch!

2015-06-28 Thread Raghavendra Gowdappa
Thanks Kotresh.

- Original Message -
> From: "Kotresh Hiremath Ravishankar" 
> To: "Atin Mukherjee" 
> Cc: "Gluster Devel" 
> Sent: Sunday, June 28, 2015 1:57:24 PM
> Subject: Re: [Gluster-devel] Build and Regression failure in master branch!
> 
> Yes, Atin. You are right, header files are missing in Makefiles.
> Build because of the commit 3741804bec65a33d400af38dcc80700c8a668b81
> 
> I have sent the patch for the same.
> http://review.gluster.org/#/c/11451/
> 
> Please someone review and merge it.
> 
> 
> Thanks and Regards,
> Kotresh H R
> 
> - Original Message -
> > From: "Atin Mukherjee" 
> > To: "Kotresh Hiremath Ravishankar" 
> > Cc: "Gluster Devel" 
> > Sent: Sunday, June 28, 2015 12:56:21 PM
> > Subject: Re: [Gluster-devel] Build and Regression failure in master branch!
> > 
> > -Atin
> > Sent from one plus one
> > On Jun 28, 2015 12:01 PM, "Kotresh Hiremath Ravishankar" <
> > khire...@redhat.com> wrote:
> > >
> > > Hi,
> > >
> > > rpm build is consistently failing for the patch (
> > http://review.gluster.org/#/c/11443/)
> > > with following error where as it is passing in local setup.
> > >
> > > ...
> > > Making all in performance
> > > Making all in write-behind
> > > Making all in src
> > >   CC   write-behind.lo
> > > write-behind.c:24:35: fatal error: write-behind-messages.h: No such file
> > or directory
> > >  #include "write-behind-messages.h"
> > >^
> > > compilation terminated.
> > > make[5]: *** [write-behind.lo] Error 1
> > > make[4]: *** [all-recursive] Error 1
> > > make[3]: *** [all-recursive] Error 1
> > > make[2]: *** [all-recursive] Error 1
> > > make[1]: *** [all-recursive] Error 1
> > > make: *** [all] Error 2
> > > RPM build errors:
> > > error: Bad exit status from /var/tmp/rpm-tmp.8QmLg0 (%build)
> > > Bad exit status from /var/tmp/rpm-tmp.8QmLg0 (%build)
> > This means the entry of this file is missing in the respective makefile.
> > > 
> > >
> > >
> > > Regression Failures: ./tests/basic/afr/client-side-heal.t
> > >
> > > Above test case is consistently failing for the patch.
> > >
> > http://build.gluster.org/job/rackspace-netbsd7-regression-triggered/7596/consoleFull
> > >
> > http://build.gluster.org/job/rackspace-regression-2GB-triggered/11641/consoleFull
> > >
> > > Are there known issues?
> > >
> > >
> > > Thanks and Regards,
> > > Kotresh H R
> > >
> > > ___
> > > Gluster-devel mailing list
> > > Gluster-devel@gluster.org
> > > http://www.gluster.org/mailman/listinfo/gluster-devel
> > 
> ___
> Gluster-devel mailing list
> Gluster-devel@gluster.org
> http://www.gluster.org/mailman/listinfo/gluster-devel
> 
___
Gluster-devel mailing list
Gluster-devel@gluster.org
http://www.gluster.org/mailman/listinfo/gluster-devel