Re: [Qpid Dispatch] link's owning_addr

2021-04-07 Thread Ganesh Murthy
On Tue, Apr 6, 2021 at 4:16 PM Ted Ross wrote: > On Tue, Apr 6, 2021 at 3:28 PM Ganesh Murthy wrote: > > > On Tue, Apr 6, 2021 at 2:57 PM Ted Ross wrote: > > > > > Hi Ganesh, > > > > > > Yes, multiple links can share the same owning_addr. It looks, from a > > > reading of the backtrace, that i

Re: [VOTE] Release Apache Qpid Proton 0.34.0

2021-04-07 Thread Andrew Stitcher
+1: Built from git tag: Raspberry Pi 4 (aarch64/armv8l - 32 bit userspace): Latest Raspbian (based on Debian 10.9); Built (RelWithDebInfo; gcc8.3, No go, no ruby) and tested (ctest) with no errors: built with no checking and with ASAN checking (valgrind seems to have problems on this platform).

Re: outreachy applicant

2021-04-07 Thread Jiri Daněk
I still have no idea what's going on. Try to see how container_test gets produced. Delete it, then run `VERBOSE=1 make`. As a result, the file should be recreated and you should see a subcommand executed by make that produced it. Post that here. On Wed, Apr 7, 2021 at 6:36 PM mehaboob shariff wro

Re: outreachy applicant

2021-04-07 Thread mehaboob shariff
no it is executing On Wed, Apr 7, 2021 at 9:36 PM Jiri Daněk wrote: > On Wed, Apr 7, 2021 at 6:01 PM mehaboob shariff > wrote: > > > I built it as given in the INSTALL.md file which seems to be > out-of-source > > build > > > > But then you report that container_test has been built in-source?

Re: outreachy applicant

2021-04-07 Thread Jiri Daněk
On Wed, Apr 7, 2021 at 6:01 PM mehaboob shariff wrote: > I built it as given in the INSTALL.md file which seems to be out-of-source > build > But then you report that container_test has been built in-source? Can you actually run it there? ./container_test ? -- Mit freundlichen Grüßen / Kind reg

Re: outreachy applicant

2021-04-07 Thread mehaboob shariff
I built it as given in the INSTALL.md file which seems to be out-of-source build On Wed, Apr 7, 2021 at 9:13 PM Jiri Daněk wrote: > On Wed, Apr 7, 2021 at 5:36 PM mehaboob shariff > wrote: > > > There was no container_test in build/cpp earlier so I copied src from > > /qpid-proton/cpp/ and past

Re: outreachy applicant

2021-04-07 Thread Jiri Daněk
On Wed, Apr 7, 2021 at 5:36 PM mehaboob shariff wrote: > There was no container_test in build/cpp earlier so I copied src from > /qpid-proton/cpp/ and pasted in there. Then ran the command you gave. > Allright, so what do we have here. The test is expecting files in the /build/ dir, but they wer

Re: outreachy applicant

2021-04-07 Thread mehaboob shariff
There was no container_test in build/cpp earlier so I copied src from /qpid-proton/cpp/ and pasted in there. Then ran the command you gave. mrrobot@mrrobot:~/Desktop/qpid-proton/build$ ls -AlFh /home/mrrobot/Desktop/qpid-proton/build/cpp/src/container_test.cpp -rw-rw-r-- 1 mrrobot mrrobot 19K Apr

Re: outreachy applicant

2021-04-07 Thread mehaboob shariff
Build 😅 On Wed, 7 Apr 2021, 20:16 Jiri Daněk, wrote: > On Wed, Apr 7, 2021 at 4:41 PM mehaboob shariff > wrote: > > > Is this a mistake I made while building? > > > > On Wed, Apr 7, 2021 at 7:58 PM mehaboob shariff > > wrote: > > > > > mrrobot@mrrobot:~/Desktop/qpid-proton/build$ ls -ALFh > >

Re: outreachy applicant

2021-04-07 Thread Jiri Daněk
On Wed, Apr 7, 2021 at 4:41 PM mehaboob shariff wrote: > Is this a mistake I made while building? > > On Wed, Apr 7, 2021 at 7:58 PM mehaboob shariff > wrote: > > > mrrobot@mrrobot:~/Desktop/qpid-proton/build$ ls -ALFh > > /home/mrrobot/Desktop/qpid-proton/buid/cpp/container_test > > ls: cannot

Re: outreachy applicant

2021-04-07 Thread mehaboob shariff
Is this a mistake I made while building? On Wed, Apr 7, 2021 at 7:58 PM mehaboob shariff wrote: > mrrobot@mrrobot:~/Desktop/qpid-proton/build$ ls -ALFh > /home/mrrobot/Desktop/qpid-proton/buid/cpp/container_test > ls: cannot access > '/home/mrrobot/Desktop/qpid-proton/buid/cpp/container_test': N

Re: outreachy applicant

2021-04-07 Thread mehaboob shariff
mrrobot@mrrobot:~/Desktop/qpid-proton/build$ ls -ALFh /home/mrrobot/Desktop/qpid-proton/buid/cpp/container_test ls: cannot access '/home/mrrobot/Desktop/qpid-proton/buid/cpp/container_test': No such file or directory but container_test is there in /qpid-proton/cpp/src On Wed, Apr 7, 2021 at 7:49

Re: outreachy applicant

2021-04-07 Thread Jiri Daněk
That's seriously weird. What does the following command print? ls -AlFh /home/mrrobot/Desktop/qpid-proton/build/cpp/container_test On Wed, Apr 7, 2021 at 4:16 PM mehaboob shariff wrote: > Both the files ( container and container_test ) are there and make was > worked fine earlier but when I run

Re: outreachy applicant

2021-04-07 Thread mehaboob shariff
Both the files ( container and container_test ) are there and make was worked fine earlier but when I running it again Im getting this issue On Wed, Apr 7, 2021 at 7:10 PM Jiri Daněk wrote: > > > > 18: FileNotFoundError: [Errno 2] No such file or directory: > > '/home/mrrobot/Desktop/qpid-proton

Re: [VOTE] Release Apache Qpid Proton 0.34.0

2021-04-07 Thread Timothy Bish
On 4/6/21 9:31 AM, Robbie Gemmell wrote: Hi folks, I have put together a first spin for a Qpid Proton 0.34.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.34.0-rc1/ The JIRAs assigned are: https://is

Re: outreachy applicant

2021-04-07 Thread Jiri Daněk
> > 18: FileNotFoundError: [Errno 2] No such file or directory: > '/home/mrrobot/Desktop/qpid-proton/build/cpp/container_test' > Right. So, is container_test really missing? If so, then it was not built. Why it wasn't build? Did you try rerunning make? You can list all make targets (make help, I t

Re: outreachy applicant

2021-04-07 Thread mehaboob shariff
Im sorry let me send the text Start 18: cpp-container_test 18: Test command: /usr/bin/python3.8 "/home/mrrobot/Desktop/qpid-proton/scripts/env.py" "--" "/home/mrrobot/Desktop/qpid-proton/build/cpp/container_test" 18: Test timeout computed to be: 1500 18: Traceback (most recent call last): 18: F

Re: outreachy applicant

2021-04-07 Thread Jiri Daněk
I don't see any image, it got dropped from the e-mail on the way, somewhere. But the exception is a simple text message, so please copy-paste it into the email as text, that should work more surely. On Wed, Apr 7, 2021 at 3:21 PM mehaboob shariff wrote: > Is this the one you asked for? > > [imag

Re: [VOTE] Release Apache Qpid Proton 0.34.0

2021-04-07 Thread Rakhi Kumari
+1 (non-binding) - Verified checksum - Ran the build + testsuite, and some cpp examples Tested on: Ubuntu 20.04.1 LTS, 64 bit On Wed, Apr 7, 2021 at 5:08 PM Robbie Gemmell wrote: > On Tue, 6 Apr 2021 at 14:31, Robbie Gemmell > wrote: > > > > Hi folks, > > > > I have put together a first spin f

Re: outreachy applicant

2021-04-07 Thread mehaboob shariff
Is this the one you asked for? [image: image.png] On Wed, Apr 7, 2021 at 6:37 PM Jiri Daněk wrote: > On Wed, Apr 7, 2021 at 2:11 PM mehaboob shariff > wrote: > > > Im getting these errors again > > 18: Test timeout computed to be: 1500 > > 18: Traceback (most recent call last): > > 18: File

Re: outreachy applicant

2021-04-07 Thread Jiri Daněk
On Wed, Apr 7, 2021 at 2:11 PM mehaboob shariff wrote: > Im getting these errors again > 18: Test timeout computed to be: 1500 > 18: Traceback (most recent call last): > 18: File "/home/mrrobot/Desktop/qpid-proton/scripts/env.py", line 68, in > > 18: sys.exit(main()) > 18: File "/home/mr

Re: outreachy applicant

2021-04-07 Thread mehaboob shariff
Im getting these errors again 18: Test timeout computed to be: 1500 18: Traceback (most recent call last): 18: File "/home/mrrobot/Desktop/qpid-proton/scripts/env.py", line 68, in 18: sys.exit(main()) 18: File "/home/mrrobot/Desktop/qpid-proton/scripts/env.py", line 63, in main 18: p =

Re: [VOTE] Release Apache Qpid JMS 0.58.0

2021-04-07 Thread Robbie Gemmell
On Tue, 6 Apr 2021 at 17:48, Robbie Gemmell wrote: > > Hi folks, > > I have put together a spin for a 0.58.0 Qpid JMS client release, > please give it a test out and vote accordingly. > > The source and binary archives can be grabbed from: > https://dist.apache.org/repos/dist/dev/qpid/jms/0.58.0-r

Re: [VOTE] Release Apache Qpid Proton 0.34.0

2021-04-07 Thread Robbie Gemmell
On Tue, 6 Apr 2021 at 14:31, Robbie Gemmell wrote: > > Hi folks, > > I have put together a first spin for a Qpid Proton 0.34.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.34.0-rc1/ > > The JIRA