[RESULT][VOTE] Release Apache Qpid Proton 0.27.0

2019-02-09 Thread Robbie Gemmell
There were 7 (6 binding) +1 votes, and no other votes received. The vote has passed. I will add the files to the dist release repo and create the final tag shortly. The website will be updated after the release has had time to sync to the mirrors. Robbie

Re: [VOTE] Release Apache Qpid Proton 0.27.0

2019-02-08 Thread Robbie Gemmell
It doesnt seem like anyone has been able to reproduce this as yet, and I do know of some RHEL6 test jobs with valgrind that seem to be ok. Since you appear to see the same issue with 0.26.0 it also doesnt seem to be a regression, so without further detail or another concrete issue suggesting we

Re: [VOTE] Release Apache Qpid Proton 0.27.0

2019-02-08 Thread Robbie Gemmell
browse/PROTON-2005 > > This is not a regression but it would be good to be included in the next > release. > > - Original Message - > > From: "Robbie Gemmell" > > To: users@qpid.apache.org > > Sent: Wednesday, February 6, 2019 9:01:57 AM >

Re: [VOTE] Release Apache Qpid Proton 0.27.0

2019-02-08 Thread Robbie Gemmell
I tried the build on F29 and saw the same warning. Trying 0.26.0 this also occurs, and so it seems it isn't a regression in this release, but a newer GCC warning. If I am understanding things correctly the warning is spurious in this case, aiming to stop you using the source size while copying

Re: [VOTE] Release Apache Qpid Proton 0.27.0

2019-02-08 Thread Chuck Rolke
AM > Subject: [VOTE] Release Apache Qpid Proton 0.27.0 > > Hi folks, > > I have put together a spin for a Qpid Proton 0.27.0 release, please > give it a test out and vote accordingly. > > The files can be grabbed from: > https://dist.apache.org/repos/dist/dev/qpid/proton/0.

Re: [VOTE] Release Apache Qpid Proton 0.27.0

2019-02-07 Thread Keith W
browse/PROTON-1989 > > > - Original Message - > > From: "Timothy Bish" > > To: users@qpid.apache.org > > Sent: Thursday, February 7, 2019 3:50:30 PM > > Subject: Re: [VOTE] Release Apache Qpid Proton 0.27.0 > > > > On 2/6/19 9:01 AM,

Re: [VOTE] Release Apache Qpid Proton 0.27.0

2019-02-07 Thread Chuck Rolke
this jira on the road map. https://issues.apache.org/jira/browse/PROTON-1989 - Original Message - > From: "Timothy Bish" > To: users@qpid.apache.org > Sent: Thursday, February 7, 2019 3:50:30 PM > Subject: Re: [VOTE] Release Apache Qpid Proton 0.27.0 > &g

Re: [VOTE] Release Apache Qpid Proton 0.27.0

2019-02-07 Thread Timothy Bish
On 2/6/19 9:01 AM, Robbie Gemmell wrote: Hi folks, I have put together a spin for a Qpid Proton 0.27.0 release, please give it a test out and vote accordingly. The files can be grabbed from: https://dist.apache.org/repos/dist/dev/qpid/proton/0.27.0-rc1/ The JIRAs assigned are:

Re: [VOTE] Release Apache Qpid Proton 0.27.0

2019-02-07 Thread Justin Ross
+1. I tested on Fedora 29 x64 using quiver and qtools. There were no test failures for me. On Wed, Feb 6, 2019 at 6:02 AM Robbie Gemmell wrote: > Hi folks, > > I have put together a spin for a Qpid Proton 0.27.0 release, please > give it a test out and vote accordingly. > > The files can be

Re: [VOTE] Release Apache Qpid Proton 0.27.0

2019-02-07 Thread Ted Ross
+1 (assuming the below warning is not a blocker) Installed and ran tests on Fedora 29 Tested against Qpid Dispatch Router -Ted On Thu, Feb 7, 2019 at 1:58 PM Ted Ross wrote: > Should have added that I'm running on Fedora 29. The swig version is > swig-3.0.12-21.fc29. > > On Thu, Feb 7, 2019 at

Re: [VOTE] Release Apache Qpid Proton 0.27.0

2019-02-07 Thread Ted Ross
Should have added that I'm running on Fedora 29. The swig version is swig-3.0.12-21.fc29. On Thu, Feb 7, 2019 at 1:56 PM Ted Ross wrote: > Still testing, but I saw the following warning during the build. It > appears to be in SWIG-generated code, so this might not be easy to address. > >

Re: [VOTE] Release Apache Qpid Proton 0.27.0

2019-02-07 Thread Ted Ross
Still testing, but I saw the following warning during the build. It appears to be in SWIG-generated code, so this might not be easy to address. [100%] Building C object python/CMakeFiles/_cproton.dir/CMakeFiles/_cproton.dir/cprotonPYTHON_wrap.c.o

Re: [VOTE] Release Apache Qpid Proton 0.27.0

2019-02-07 Thread Roddie Kieley
+1 I checked out the 0.27.0-rc1 tag on a Fedora 29 box - default cmake ../qpid-proton && cmake --build . && ctest -VV - no failures - ran all c examples - ran all cpp examples w/exception of service_bus I checked out the 0.27.0-rc1 tag on a 10.11.6 OSX box with Xcode 7.3.1 - cmake

Re: [VOTE] Release Apache Qpid Proton 0.27.0

2019-02-07 Thread jeremy
Hi Cliff Indeed, we have the same problem with 0.26.0. I'm afraid we weren't launching valgrind tests prior to 0.26.0 (-DENABLE_VALGRIND=FALSE). However, I don't see a reason why we shouldn't. - Red Hat Enterprise Linux Server release 6.4 (Santiago) - g++ 4.9.2 - valgrind-3.10.1 - Cmake 3.2.3

Re: [VOTE] Release Apache Qpid Proton 0.27.0

2019-02-06 Thread Cliff Jansen
Hi Jeremy, Thank you for your testing and report. I am not seeing these errors on a variety of systems. Would you please tell me - Your OS - Compiler of choice - cmake build arguments ?? Also, can you confirm whether you see similar or no errors from the 0.26.0 release? Many thanks.

Re: [VOTE] Release Apache Qpid Proton 0.27.0

2019-02-06 Thread jeremy
I have failing tests due to valgrind due to invalid memory manipulation: 10: ==29146== Invalid free() / delete / delete[] / realloc() 10: ==29146==at 0x4C273F0: free (vg_replace_malloc.c:446) 10: ==29146==by 0x5B897FA: free_mem (in /lib64/libc-2.12.so) 10: ==29146==by 0x5B89391:

Re: [VOTE] Release Apache Qpid Proton 0.27.0

2019-02-06 Thread Robbie Gemmell
On Wed, 6 Feb 2019 at 14:01, Robbie Gemmell wrote: > > Hi folks, > > I have put together a spin for a Qpid Proton 0.27.0 release, please > give it a test out and vote accordingly. > > The files can be grabbed from: > https://dist.apache.org/repos/dist/dev/qpid/proton/0.27.0-rc1/ > > The JIRAs

[VOTE] Release Apache Qpid Proton 0.27.0

2019-02-06 Thread Robbie Gemmell
Hi folks, I have put together a spin for a Qpid Proton 0.27.0 release, please give it a test out and vote accordingly. The files can be grabbed from: https://dist.apache.org/repos/dist/dev/qpid/proton/0.27.0-rc1/ The JIRAs assigned are: