[jira] [Resolved] (PROTON-1880) "make install" doesn't install pdbs for proton-core and proton-proactor libs

2018-06-28 Thread Andrew Stitcher (JIRA)


 [ 
https://issues.apache.org/jira/browse/PROTON-1880?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Stitcher resolved PROTON-1880.
-
Resolution: Fixed

> "make install" doesn't install pdbs for proton-core and proton-proactor libs
> 
>
> Key: PROTON-1880
> URL: https://issues.apache.org/jira/browse/PROTON-1880
> Project: Qpid Proton
>  Issue Type: Bug
>Affects Versions: proton-c-0.23.0
> Environment: Windows visual studio compiles
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
>Priority: Major
> Fix For: proton-c-0.25.0
>
>




--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Created] (PROTON-1880) "make install" doesn't install pdbs for proton-core and proton-proactor libs

2018-06-28 Thread Andrew Stitcher (JIRA)
Andrew Stitcher created PROTON-1880:
---

 Summary: "make install" doesn't install pdbs for proton-core and 
proton-proactor libs
 Key: PROTON-1880
 URL: https://issues.apache.org/jira/browse/PROTON-1880
 Project: Qpid Proton
  Issue Type: Bug
Affects Versions: proton-c-0.23.0
 Environment: Windows visual studio compiles
Reporter: Andrew Stitcher
Assignee: Andrew Stitcher
 Fix For: proton-c-0.25.0






--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Resolved] (PROTON-1878) Improve cmake modularity - split out library detection code

2018-06-28 Thread Andrew Stitcher (JIRA)


 [ 
https://issues.apache.org/jira/browse/PROTON-1878?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrew Stitcher resolved PROTON-1878.
-
Resolution: Fixed

> Improve cmake modularity - split out library detection code
> ---
>
> Key: PROTON-1878
> URL: https://issues.apache.org/jira/browse/PROTON-1878
> Project: Qpid Proton
>  Issue Type: Improvement
>  Components: proton-c
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
>Priority: Major
> Fix For: proton-c-0.25.0
>
>
> Split out the cmake detection code for Cyrus SASL  into it's own module so 
> that the main Cmake file can just contain:
> {{find_package(CyrusSASL)}}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1879) Update cmake so that it uses the easier to use imported target feature

2018-06-28 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/PROTON-1879?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16527039#comment-16527039
 ] 

ASF subversion and git services commented on PROTON-1879:
-

Commit 69647801d4615403be64cf3162f1de5ec947306a in qpid-proton's branch 
refs/heads/master from [~astitcher]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=6964780 ]

PROTON-1879: Make CMake files more idiomatic by modern standards
- Use imported targets
- Create wrappers for FindOpenSSL/FindThreads so that we can use imported
  targets on cmake 2.8.12 on RHEL6/RHEL7 where the cmake supplied modules
  don't provide imported targets.


> Update cmake so that it uses the easier to use imported target feature
> --
>
> Key: PROTON-1879
> URL: https://issues.apache.org/jira/browse/PROTON-1879
> Project: Qpid Proton
>  Issue Type: Improvement
>  Components: proton-c
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
>Priority: Major
> Fix For: proton-c-0.25.0
>
>
> Recent versions of cmake deal with dependencies by using imported targets 
> which carry with them the necessary flags etc.
> This is now supported in all the supported versions of cmake we use (albeit a 
> little unevenly in the earlier versions) so it makes sense to simplify our 
> build system to use it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1878) Improve cmake modularity - split out library detection code

2018-06-28 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/PROTON-1878?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16527038#comment-16527038
 ] 

ASF subversion and git services commented on PROTON-1878:
-

Commit 556463838a8f19dbac0f92ddc222af49e8a886f4 in qpid-proton's branch 
refs/heads/master from [~astitcher]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=5564638 ]

 PROTON-1878: Improve CMake modularity
- Small improvements to FindLibuv
- Tiny fix to FindSWIG wrapper
- Split out logic to find Cyrus SASL


> Improve cmake modularity - split out library detection code
> ---
>
> Key: PROTON-1878
> URL: https://issues.apache.org/jira/browse/PROTON-1878
> Project: Qpid Proton
>  Issue Type: Improvement
>  Components: proton-c
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
>Priority: Major
> Fix For: proton-c-0.25.0
>
>
> Split out the cmake detection code for Cyrus SASL  into it's own module so 
> that the main Cmake file can just contain:
> {{find_package(CyrusSASL)}}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Created] (PROTON-1879) Update cmake so that it uses the easier to use imported target feature

2018-06-28 Thread Andrew Stitcher (JIRA)
Andrew Stitcher created PROTON-1879:
---

 Summary: Update cmake so that it uses the easier to use imported 
target feature
 Key: PROTON-1879
 URL: https://issues.apache.org/jira/browse/PROTON-1879
 Project: Qpid Proton
  Issue Type: Improvement
  Components: proton-c
Reporter: Andrew Stitcher
Assignee: Andrew Stitcher
 Fix For: proton-c-0.25.0


Recent versions of cmake deal with dependencies by using imported targets which 
carry with them the necessary flags etc.

This is now supported in all the supported versions of cmake we use (albeit a 
little unevenly in the earlier versions) so it makes sense to simplify our 
build system to use it.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Created] (PROTON-1878) Improve cmake modularity - split out library detection code

2018-06-28 Thread Andrew Stitcher (JIRA)
Andrew Stitcher created PROTON-1878:
---

 Summary: Improve cmake modularity - split out library detection 
code
 Key: PROTON-1878
 URL: https://issues.apache.org/jira/browse/PROTON-1878
 Project: Qpid Proton
  Issue Type: Improvement
  Components: proton-c
Reporter: Andrew Stitcher
Assignee: Andrew Stitcher
 Fix For: proton-c-0.25.0


Split out the cmake detection code for Cyrus SASL  into it's own module so that 
the main Cmake file can just contain:

{{find_package(CyrusSASL)}}

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (DISPATCH-1057) system_tests_console failing

2018-06-28 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16526840#comment-16526840
 ] 

ASF subversion and git services commented on DISPATCH-1057:
---

Commit ed515fb7009913b08e6c61fd3a6f8175be1380df in qpid-dispatch's branch 
refs/heads/master from [~ganeshmurthy]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=ed515fb ]

DISPATCH-1057 - Additional fix. Move comments to separate lines. Renamed shadow 
variables


> system_tests_console failing 
> -
>
> Key: DISPATCH-1057
> URL: https://issues.apache.org/jira/browse/DISPATCH-1057
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.1.0
>Reporter: Ganesh Murthy
>Assignee: Ernest Allen
>Priority: Major
> Fix For: 1.2.0
>
>
> system_tests_console failing with the following error -
>  
> {noformat}
> 49: Test command: /usr/bin/python "/foo/qpid-dispatch/build/tests/run.py" 
> "-x" "unit2" "-v" "system_tests_console"
> 49: Test timeout computed to be: 1500
> 49: test_console (system_tests_console.ConsoleTest) ... ERROR
> 49: 
> 49: ==
> 49: ERROR: test_console (system_tests_console.ConsoleTest)
> 49: --
> 49: Traceback (most recent call last):
> 49:   File "/foo/qpid-dispatch/tests/system_tests_console.py", line 88, in 
> test_console
> 49: self.run_console_test()
> 49:   File "/foo/qpid-dispatch/tests/system_tests_console.py", line 66, in 
> run_console_test
> 49: p0 = subprocess.Popen(['npm', 'install', '--loglevel=error'], 
> stdout=PIPE, cwd=src_dir)
> 49:   File "/usr/lib64/python2.7/subprocess.py", line 711, in __init__
> 49: errread, errwrite)
> 49:   File "/usr/lib64/python2.7/subprocess.py", line 1327, in _execute_child
> 49: raise child_exception
> 49: OSError: [Errno 2] No such file or directory
> 49: 
> 49: --
> 49: Ran 1 test in 0.352s
> 49: 
> 49: FAILED (errors=1)
> 49/49 Test #49: system_tests_console ..***Failed  
>   0.51 sec
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1875) [Ruby] Error running ruby-test-container on Raspbian Jesse

2018-06-28 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/PROTON-1875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16526710#comment-16526710
 ] 

ASF subversion and git services commented on PROTON-1875:
-

Commit 88bf39454376e1b08fd0cde189b661453e9a705f in qpid-proton's branch 
refs/heads/master from [~aconway]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=88bf394 ]

PROTON-1875: [Ruby] Error running ruby-test-container on Raspbian Jesse

Bug in this line:

Thread.report_on_exception = false rescue nil

The "rescue nil" clause applies to the expression "false" *not* to the call to
Thread.report_on_exception. Replace with:

(Thread.report_on_exception = false) rescue nil


> [Ruby] Error running ruby-test-container on Raspbian Jesse
> --
>
> Key: PROTON-1875
> URL: https://issues.apache.org/jira/browse/PROTON-1875
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: ruby-binding
>Affects Versions: proton-c-0.24.0
> Environment: ruby 2.3.3p222 (2016-11-21) [arm-linux-gnueabihf]
>Reporter: Andrew Stitcher
>Assignee: Alan Conway
>Priority: Major
>
> Get this error when running the tests:
> {noformat}
> test 36
> Start 36: ruby-test-container
> 36: Test command: /usr/bin/python 
> "/home/andrew/Source/qpid-proton/src/scripts/env.py" "--" 
> "PATH=/home/andrew/Source/qpid-proton/bld/ruby:/home/andrew/Source/qpid-proton/bld/c:/home/andrew/.cargo/bin:/home/andrew/.cargo/bin:/home/andrew/.local/bin:/home/andrew/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games"
>  
> "RUBYLIB=/home/andrew/Source/qpid-proton/src/ruby/lib:/home/andrew/Source/qpid-proton/src/ruby/tests:/home/andrew/Source/qpid-proton/src/ruby/spec:/home/andrew/Source/qpid-proton/bld/ruby:/home/andrew/Source/qpid-proton/bld/c:"
>  "SASLPASSWD=/usr/sbin/saslpasswd2" "/usr/bin/ruby" 
> "/home/andrew/Source/qpid-proton/src/ruby/tests/test_container.rb" "-v"
> 36: Test timeout computed to be: 1500
> 36: /home/andrew/Source/qpid-proton/src/ruby/tests/test_container.rb:25:in 
> `': undefined method `report_on_exception=' for Thread:Class 
> (NoMethodError)
> 1/2 Test #36: ruby-test-container ..***Failed0.96 sec
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Issue Comment Deleted] (PROTON-1875) [Ruby] Error running ruby-test-container on Raspbian Jesse

2018-06-28 Thread Alan Conway (JIRA)


 [ 
https://issues.apache.org/jira/browse/PROTON-1875?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alan Conway updated PROTON-1875:

Comment: was deleted

(was: Good catch, I'll avoid it if not present. It's quite helpful for 
debugging but not essential for anything.)

> [Ruby] Error running ruby-test-container on Raspbian Jesse
> --
>
> Key: PROTON-1875
> URL: https://issues.apache.org/jira/browse/PROTON-1875
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: ruby-binding
>Affects Versions: proton-c-0.24.0
> Environment: ruby 2.3.3p222 (2016-11-21) [arm-linux-gnueabihf]
>Reporter: Andrew Stitcher
>Assignee: Alan Conway
>Priority: Major
>
> Get this error when running the tests:
> {noformat}
> test 36
> Start 36: ruby-test-container
> 36: Test command: /usr/bin/python 
> "/home/andrew/Source/qpid-proton/src/scripts/env.py" "--" 
> "PATH=/home/andrew/Source/qpid-proton/bld/ruby:/home/andrew/Source/qpid-proton/bld/c:/home/andrew/.cargo/bin:/home/andrew/.cargo/bin:/home/andrew/.local/bin:/home/andrew/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games"
>  
> "RUBYLIB=/home/andrew/Source/qpid-proton/src/ruby/lib:/home/andrew/Source/qpid-proton/src/ruby/tests:/home/andrew/Source/qpid-proton/src/ruby/spec:/home/andrew/Source/qpid-proton/bld/ruby:/home/andrew/Source/qpid-proton/bld/c:"
>  "SASLPASSWD=/usr/sbin/saslpasswd2" "/usr/bin/ruby" 
> "/home/andrew/Source/qpid-proton/src/ruby/tests/test_container.rb" "-v"
> 36: Test timeout computed to be: 1500
> 36: /home/andrew/Source/qpid-proton/src/ruby/tests/test_container.rb:25:in 
> `': undefined method `report_on_exception=' for Thread:Class 
> (NoMethodError)
> 1/2 Test #36: ruby-test-container ..***Failed0.96 sec
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1875) [Ruby] Error running ruby-test-container on Raspbian Jesse

2018-06-28 Thread Alan Conway (JIRA)


[ 
https://issues.apache.org/jira/browse/PROTON-1875?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16526703#comment-16526703
 ] 

Alan Conway commented on PROTON-1875:
-

Good catch, I'll avoid it if not present. It's quite helpful for debugging but 
not essential for anything.

> [Ruby] Error running ruby-test-container on Raspbian Jesse
> --
>
> Key: PROTON-1875
> URL: https://issues.apache.org/jira/browse/PROTON-1875
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: ruby-binding
>Affects Versions: proton-c-0.24.0
> Environment: ruby 2.3.3p222 (2016-11-21) [arm-linux-gnueabihf]
>Reporter: Andrew Stitcher
>Assignee: Alan Conway
>Priority: Major
>
> Get this error when running the tests:
> {noformat}
> test 36
> Start 36: ruby-test-container
> 36: Test command: /usr/bin/python 
> "/home/andrew/Source/qpid-proton/src/scripts/env.py" "--" 
> "PATH=/home/andrew/Source/qpid-proton/bld/ruby:/home/andrew/Source/qpid-proton/bld/c:/home/andrew/.cargo/bin:/home/andrew/.cargo/bin:/home/andrew/.local/bin:/home/andrew/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/games:/usr/games"
>  
> "RUBYLIB=/home/andrew/Source/qpid-proton/src/ruby/lib:/home/andrew/Source/qpid-proton/src/ruby/tests:/home/andrew/Source/qpid-proton/src/ruby/spec:/home/andrew/Source/qpid-proton/bld/ruby:/home/andrew/Source/qpid-proton/bld/c:"
>  "SASLPASSWD=/usr/sbin/saslpasswd2" "/usr/bin/ruby" 
> "/home/andrew/Source/qpid-proton/src/ruby/tests/test_container.rb" "-v"
> 36: Test timeout computed to be: 1500
> 36: /home/andrew/Source/qpid-proton/src/ruby/tests/test_container.rb:25:in 
> `': undefined method `report_on_exception=' for Thread:Class 
> (NoMethodError)
> 1/2 Test #36: ruby-test-container ..***Failed0.96 sec
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Resolved] (QPIDJMS-399) Add ability to split a write and flush on the Transport into two operations

2018-06-28 Thread Timothy Bish (JIRA)


 [ 
https://issues.apache.org/jira/browse/QPIDJMS-399?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Timothy Bish resolved QPIDJMS-399.
--
Resolution: Fixed

> Add ability to split a write and flush on the Transport into two operations
> ---
>
> Key: QPIDJMS-399
> URL: https://issues.apache.org/jira/browse/QPIDJMS-399
> Project: Qpid JMS
>  Issue Type: Improvement
>  Components: qpid-jms-client
>Affects Versions: 0.34.0
>Reporter: Timothy Bish
>Assignee: Timothy Bish
>Priority: Major
> Fix For: 0.35.0
>
>
> Enhance the current Transport layer to allow for split write and flush 
> operations which can improve performance in some cases such as batching 
> writes on larger messages or writing commands to the transport and delaying 
> flush until later. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (QPIDJMS-399) Add ability to split a write and flush on the Transport into two operations

2018-06-28 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/QPIDJMS-399?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16526685#comment-16526685
 ] 

ASF subversion and git services commented on QPIDJMS-399:
-

Commit 7750a1c27589261b197d7b746506e19d8771b145 in qpid-jms's branch 
refs/heads/master from [~tabish121]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-jms.git;h=7750a1c ]

QPIDJMS-399 Split write and flush of data into two operations

Allow for split write and then flush of outbound data which allows
for quicker release of blocking operations where the flush can be
done after the caller has been notified of success or a batch of
writes could improve performance.


> Add ability to split a write and flush on the Transport into two operations
> ---
>
> Key: QPIDJMS-399
> URL: https://issues.apache.org/jira/browse/QPIDJMS-399
> Project: Qpid JMS
>  Issue Type: Improvement
>  Components: qpid-jms-client
>Affects Versions: 0.34.0
>Reporter: Timothy Bish
>Assignee: Timothy Bish
>Priority: Major
> Fix For: 0.35.0
>
>
> Enhance the current Transport layer to allow for split write and flush 
> operations which can improve performance in some cases such as batching 
> writes on larger messages or writing commands to the transport and delaying 
> flush until later. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (DISPATCH-1057) system_tests_console failing

2018-06-28 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16526663#comment-16526663
 ] 

ASF subversion and git services commented on DISPATCH-1057:
---

Commit 439950b1eec8494df49eb0bb4f62b329391905c9 in qpid-dispatch's branch 
refs/heads/master from [~eallen]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=439950b ]

DISPATCH-1057 Add space after # to make python happy. Add more error checking 
in console test


> system_tests_console failing 
> -
>
> Key: DISPATCH-1057
> URL: https://issues.apache.org/jira/browse/DISPATCH-1057
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.1.0
>Reporter: Ganesh Murthy
>Assignee: Ernest Allen
>Priority: Major
> Fix For: 1.2.0
>
>
> system_tests_console failing with the following error -
>  
> {noformat}
> 49: Test command: /usr/bin/python "/foo/qpid-dispatch/build/tests/run.py" 
> "-x" "unit2" "-v" "system_tests_console"
> 49: Test timeout computed to be: 1500
> 49: test_console (system_tests_console.ConsoleTest) ... ERROR
> 49: 
> 49: ==
> 49: ERROR: test_console (system_tests_console.ConsoleTest)
> 49: --
> 49: Traceback (most recent call last):
> 49:   File "/foo/qpid-dispatch/tests/system_tests_console.py", line 88, in 
> test_console
> 49: self.run_console_test()
> 49:   File "/foo/qpid-dispatch/tests/system_tests_console.py", line 66, in 
> run_console_test
> 49: p0 = subprocess.Popen(['npm', 'install', '--loglevel=error'], 
> stdout=PIPE, cwd=src_dir)
> 49:   File "/usr/lib64/python2.7/subprocess.py", line 711, in __init__
> 49: errread, errwrite)
> 49:   File "/usr/lib64/python2.7/subprocess.py", line 1327, in _execute_child
> 49: raise child_exception
> 49: OSError: [Errno 2] No such file or directory
> 49: 
> 49: --
> 49: Ran 1 test in 0.352s
> 49: 
> 49: FAILED (errors=1)
> 49/49 Test #49: system_tests_console ..***Failed  
>   0.51 sec
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (DISPATCH-1057) system_tests_console failing

2018-06-28 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16526649#comment-16526649
 ] 

ASF subversion and git services commented on DISPATCH-1057:
---

Commit eb1c8a4d85673b35aa5f41585c8b97a63d0727f6 in qpid-dispatch's branch 
refs/heads/master from [~eallen]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=eb1c8a4 ]

DISPATCH-1057 Skip the console test is the console is not built


> system_tests_console failing 
> -
>
> Key: DISPATCH-1057
> URL: https://issues.apache.org/jira/browse/DISPATCH-1057
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.1.0
>Reporter: Ganesh Murthy
>Assignee: Ernest Allen
>Priority: Major
> Fix For: 1.2.0
>
>
> system_tests_console failing with the following error -
>  
> {noformat}
> 49: Test command: /usr/bin/python "/foo/qpid-dispatch/build/tests/run.py" 
> "-x" "unit2" "-v" "system_tests_console"
> 49: Test timeout computed to be: 1500
> 49: test_console (system_tests_console.ConsoleTest) ... ERROR
> 49: 
> 49: ==
> 49: ERROR: test_console (system_tests_console.ConsoleTest)
> 49: --
> 49: Traceback (most recent call last):
> 49:   File "/foo/qpid-dispatch/tests/system_tests_console.py", line 88, in 
> test_console
> 49: self.run_console_test()
> 49:   File "/foo/qpid-dispatch/tests/system_tests_console.py", line 66, in 
> run_console_test
> 49: p0 = subprocess.Popen(['npm', 'install', '--loglevel=error'], 
> stdout=PIPE, cwd=src_dir)
> 49:   File "/usr/lib64/python2.7/subprocess.py", line 711, in __init__
> 49: errread, errwrite)
> 49:   File "/usr/lib64/python2.7/subprocess.py", line 1327, in _execute_child
> 49: raise child_exception
> 49: OSError: [Errno 2] No such file or directory
> 49: 
> 49: --
> 49: Ran 1 test in 0.352s
> 49: 
> 49: FAILED (errors=1)
> 49/49 Test #49: system_tests_console ..***Failed  
>   0.51 sec
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Created] (QPIDJMS-399) Add ability to split a write and flush on the Transport into two operations

2018-06-28 Thread Timothy Bish (JIRA)
Timothy Bish created QPIDJMS-399:


 Summary: Add ability to split a write and flush on the Transport 
into two operations
 Key: QPIDJMS-399
 URL: https://issues.apache.org/jira/browse/QPIDJMS-399
 Project: Qpid JMS
  Issue Type: Improvement
  Components: qpid-jms-client
Affects Versions: 0.34.0
Reporter: Timothy Bish
Assignee: Timothy Bish
 Fix For: 0.35.0


Enhance the current Transport layer to allow for split write and flush 
operations which can improve performance in some cases such as batching writes 
on larger messages or writing commands to the transport and delaying flush 
until later. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Assigned] (DISPATCH-1057) system_tests_console failing

2018-06-28 Thread Ganesh Murthy (JIRA)


 [ 
https://issues.apache.org/jira/browse/DISPATCH-1057?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ganesh Murthy reassigned DISPATCH-1057:
---

Assignee: Ernest Allen

> system_tests_console failing 
> -
>
> Key: DISPATCH-1057
> URL: https://issues.apache.org/jira/browse/DISPATCH-1057
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.1.0
>Reporter: Ganesh Murthy
>Assignee: Ernest Allen
>Priority: Major
> Fix For: 1.2.0
>
>
> system_tests_console failing with the following error -
>  
> {noformat}
> 49: Test command: /usr/bin/python "/foo/qpid-dispatch/build/tests/run.py" 
> "-x" "unit2" "-v" "system_tests_console"
> 49: Test timeout computed to be: 1500
> 49: test_console (system_tests_console.ConsoleTest) ... ERROR
> 49: 
> 49: ==
> 49: ERROR: test_console (system_tests_console.ConsoleTest)
> 49: --
> 49: Traceback (most recent call last):
> 49:   File "/foo/qpid-dispatch/tests/system_tests_console.py", line 88, in 
> test_console
> 49: self.run_console_test()
> 49:   File "/foo/qpid-dispatch/tests/system_tests_console.py", line 66, in 
> run_console_test
> 49: p0 = subprocess.Popen(['npm', 'install', '--loglevel=error'], 
> stdout=PIPE, cwd=src_dir)
> 49:   File "/usr/lib64/python2.7/subprocess.py", line 711, in __init__
> 49: errread, errwrite)
> 49:   File "/usr/lib64/python2.7/subprocess.py", line 1327, in _execute_child
> 49: raise child_exception
> 49: OSError: [Errno 2] No such file or directory
> 49: 
> 49: --
> 49: Ran 1 test in 0.352s
> 49: 
> 49: FAILED (errors=1)
> 49/49 Test #49: system_tests_console ..***Failed  
>   0.51 sec
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Resolved] (DISPATCH-1046) system_tests_policy fail in python3 environment

2018-06-28 Thread Ken Giusti (JIRA)


 [ 
https://issues.apache.org/jira/browse/DISPATCH-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ken Giusti resolved DISPATCH-1046.
--
Resolution: Fixed

> system_tests_policy fail in python3 environment
> ---
>
> Key: DISPATCH-1046
> URL: https://issues.apache.org/jira/browse/DISPATCH-1046
> Project: Qpid Dispatch
>  Issue Type: Bug
>Reporter: Ken Giusti
>Assignee: Ken Giusti
>Priority: Major
> Fix For: 1.2.0
>
> Attachments: Dockerfile-ctest
>
>
> Can be reproduced by building and running the attached dockerfile
> -
>   Start 21: system_tests_policy
> 21: Test command: /usr/bin/python 
> "/main/qpid-dispatch-master/BUILD/tests/run.py" "-x" "unit2" "-v" 
> "system_tests_policy"
> 21: Test timeout computed to be: 1500
> 21: test_verify_maximum_connections 
> (system_tests_policy.AbsoluteConnectionCountLimit) ... ok
> 21: test_01_router_links_allowed 
> (system_tests_policy.InterrouterLinksAllowed) ... ok
> 21: test_repeated_create_delete (system_tests_policy.LoadPolicyFromFolder) 
> ... ok
> 21: test_verify_policies_are_loaded 
> (system_tests_policy.LoadPolicyFromFolder) ... ok
> 21: test_verify_policy_add_update_delete 
> (system_tests_policy.LoadPolicyFromFolder) ... ok
> 21: ERROR
> 21: test_link_name_parse_tree_patterns 
> (system_tests_policy.PolicyLinkNamePatternTest) ... ERROR
> 21: test_03_policy_warnings (system_tests_policy.PolicyWarnings) ... ok
> 21: test_verify_n_receivers (system_tests_policy.SenderReceiverLimits) ... ok
> 21: test_verify_n_senders (system_tests_policy.SenderReceiverLimits) ... ok
> 21: test_verify_vhost_maximum_connections 
> (system_tests_policy.VhostPolicyFromRouterConfig) ... ok
> 21: test_vhost_allowed_addresses 
> (system_tests_policy.VhostPolicyFromRouterConfig) ... ok
> 21: test_vhost_denied_addresses 
> (system_tests_policy.VhostPolicyFromRouterConfig) ... ok
> 21: test_01_id_vs_hostname (system_tests_policy.VhostPolicyNameField) ... ok
> 21: 
> 21: ==
> 21: ERROR: setUpClass (system_tests_policy.PolicyHostamePatternTest)
> 21: --
> 21: Traceback (most recent call last):
> 21:   File "/main/qpid-dispatch-master/tests/system_test.py", line 175, in 
> wait_port
> 21: **retry_kwargs)
> 21:   File "/main/qpid-dispatch-master/tests/system_test.py", line 134, in 
> retry_exception
> 21: return function()
> 21:   File "/main/qpid-dispatch-master/tests/system_test.py", line 174, in 
> 
> 21: retry_exception(lambda: s.connect((host, port)), exception_test=check,
> 21: ConnectionRefusedError: [Errno 111] Connection refused
> 21: 
> 21: During handling of the above exception, another exception occurred:
> 21: 
> 21: Traceback (most recent call last):
> 21:   File "/main/qpid-dispatch-master/tests/system_tests_policy.py", line 
> 852, in setUpClass
> 21: cls.router = cls.tester.qdrouterd('PolicyVhostNamePatternTest', 
> config, wait=True)
> 21:   File "/main/qpid-dispatch-master/tests/system_test.py", line 562, in 
> qdrouterd
> 21: return self.cleanup(Qdrouterd(*args, **kwargs))
> 21:   File "/main/qpid-dispatch-master/tests/system_test.py", line 352, in 
> __init__
> 21: self.wait_ready()
> 21:   File "/main/qpid-dispatch-master/tests/system_test.py", line 483, in 
> wait_ready
> 21: self.wait_ports(**retry_kwargs)
> 21:   File "/main/qpid-dispatch-master/tests/system_test.py", line 468, in 
> wait_ports
> 21: wait_ports(self.ports_family, **retry_kwargs)
> 21:   File "/main/qpid-dispatch-master/tests/system_test.py", line 185, in 
> wait_ports
> 21: wait_port(port=port, protocol_family=protocol_family, **retry_kwargs)
> 21:   File "/main/qpid-dispatch-master/tests/system_test.py", line 177, in 
> wait_port
> 21: raise Exception("wait_port timeout on host %s port %s: %s"%(host, 
> port, e))
> 21: Exception: wait_port timeout on host 127.0.0.1 port 21435: [Errno 111] 
> Connection refused
> 21: 
> 21: ==
> 21: ERROR: test_link_name_parse_tree_patterns 
> (system_tests_policy.PolicyLinkNamePatternTest)
> 21: --
> 21: Traceback (most recent call last):
> 21:   File "/main/qpid-dispatch-master/tests/system_tests_policy.py", line 
> 642, in run_qdmanage
> 21: p.teardown()
> 21:   File "/main/qpid-dispatch-master/tests/system_test.py", line 264, in 
> teardown
> 21: error("exit code %s, expected %s" % (status, self.expect))
> 21:   File "/main/qpid-dispatch-master/tests/system_test.py", line 254, in 
> error
> 21: self.outfile + '.cmd', f.read()));
> 21: RuntimeError: Process 352 error: exit code 1, expected 0
> 21: 

[jira] [Commented] (DISPATCH-1046) system_tests_policy fail in python3 environment

2018-06-28 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16526600#comment-16526600
 ] 

ASF subversion and git services commented on DISPATCH-1046:
---

Commit 69c61341344ccf737023e4a473f0f1e62ac75b2b in qpid-dispatch's branch 
refs/heads/master from Kenneth Giusti
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=69c6134 ]

DISPATCH-1046: fixes for running the policy code under python3

This closes #334


> system_tests_policy fail in python3 environment
> ---
>
> Key: DISPATCH-1046
> URL: https://issues.apache.org/jira/browse/DISPATCH-1046
> Project: Qpid Dispatch
>  Issue Type: Bug
>Reporter: Ken Giusti
>Assignee: Ken Giusti
>Priority: Major
> Fix For: 1.2.0
>
> Attachments: Dockerfile-ctest
>
>
> Can be reproduced by building and running the attached dockerfile
> -
>   Start 21: system_tests_policy
> 21: Test command: /usr/bin/python 
> "/main/qpid-dispatch-master/BUILD/tests/run.py" "-x" "unit2" "-v" 
> "system_tests_policy"
> 21: Test timeout computed to be: 1500
> 21: test_verify_maximum_connections 
> (system_tests_policy.AbsoluteConnectionCountLimit) ... ok
> 21: test_01_router_links_allowed 
> (system_tests_policy.InterrouterLinksAllowed) ... ok
> 21: test_repeated_create_delete (system_tests_policy.LoadPolicyFromFolder) 
> ... ok
> 21: test_verify_policies_are_loaded 
> (system_tests_policy.LoadPolicyFromFolder) ... ok
> 21: test_verify_policy_add_update_delete 
> (system_tests_policy.LoadPolicyFromFolder) ... ok
> 21: ERROR
> 21: test_link_name_parse_tree_patterns 
> (system_tests_policy.PolicyLinkNamePatternTest) ... ERROR
> 21: test_03_policy_warnings (system_tests_policy.PolicyWarnings) ... ok
> 21: test_verify_n_receivers (system_tests_policy.SenderReceiverLimits) ... ok
> 21: test_verify_n_senders (system_tests_policy.SenderReceiverLimits) ... ok
> 21: test_verify_vhost_maximum_connections 
> (system_tests_policy.VhostPolicyFromRouterConfig) ... ok
> 21: test_vhost_allowed_addresses 
> (system_tests_policy.VhostPolicyFromRouterConfig) ... ok
> 21: test_vhost_denied_addresses 
> (system_tests_policy.VhostPolicyFromRouterConfig) ... ok
> 21: test_01_id_vs_hostname (system_tests_policy.VhostPolicyNameField) ... ok
> 21: 
> 21: ==
> 21: ERROR: setUpClass (system_tests_policy.PolicyHostamePatternTest)
> 21: --
> 21: Traceback (most recent call last):
> 21:   File "/main/qpid-dispatch-master/tests/system_test.py", line 175, in 
> wait_port
> 21: **retry_kwargs)
> 21:   File "/main/qpid-dispatch-master/tests/system_test.py", line 134, in 
> retry_exception
> 21: return function()
> 21:   File "/main/qpid-dispatch-master/tests/system_test.py", line 174, in 
> 
> 21: retry_exception(lambda: s.connect((host, port)), exception_test=check,
> 21: ConnectionRefusedError: [Errno 111] Connection refused
> 21: 
> 21: During handling of the above exception, another exception occurred:
> 21: 
> 21: Traceback (most recent call last):
> 21:   File "/main/qpid-dispatch-master/tests/system_tests_policy.py", line 
> 852, in setUpClass
> 21: cls.router = cls.tester.qdrouterd('PolicyVhostNamePatternTest', 
> config, wait=True)
> 21:   File "/main/qpid-dispatch-master/tests/system_test.py", line 562, in 
> qdrouterd
> 21: return self.cleanup(Qdrouterd(*args, **kwargs))
> 21:   File "/main/qpid-dispatch-master/tests/system_test.py", line 352, in 
> __init__
> 21: self.wait_ready()
> 21:   File "/main/qpid-dispatch-master/tests/system_test.py", line 483, in 
> wait_ready
> 21: self.wait_ports(**retry_kwargs)
> 21:   File "/main/qpid-dispatch-master/tests/system_test.py", line 468, in 
> wait_ports
> 21: wait_ports(self.ports_family, **retry_kwargs)
> 21:   File "/main/qpid-dispatch-master/tests/system_test.py", line 185, in 
> wait_ports
> 21: wait_port(port=port, protocol_family=protocol_family, **retry_kwargs)
> 21:   File "/main/qpid-dispatch-master/tests/system_test.py", line 177, in 
> wait_port
> 21: raise Exception("wait_port timeout on host %s port %s: %s"%(host, 
> port, e))
> 21: Exception: wait_port timeout on host 127.0.0.1 port 21435: [Errno 111] 
> Connection refused
> 21: 
> 21: ==
> 21: ERROR: test_link_name_parse_tree_patterns 
> (system_tests_policy.PolicyLinkNamePatternTest)
> 21: --
> 21: Traceback (most recent call last):
> 21:   File "/main/qpid-dispatch-master/tests/system_tests_policy.py", line 
> 642, in run_qdmanage
> 21: p.teardown()
> 21:   File 

[GitHub] qpid-dispatch pull request #334: Dispatch 1046 - fix policy handling in pyth...

2018-06-28 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/qpid-dispatch/pull/334


---

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] qpid-dispatch pull request #335: Dispatch 1046 rev2

2018-06-28 Thread kgiusti
Github user kgiusti closed the pull request at:

https://github.com/apache/qpid-dispatch/pull/335


---

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (DISPATCH-1056) Build fails making docs on python-3-only fedora 28

2018-06-28 Thread Justin Ross (JIRA)


 [ 
https://issues.apache.org/jira/browse/DISPATCH-1056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Ross updated DISPATCH-1056:
--
Fix Version/s: 1.2.0

> Build fails making docs on python-3-only fedora 28
> --
>
> Key: DISPATCH-1056
> URL: https://issues.apache.org/jira/browse/DISPATCH-1056
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Documentation
>Affects Versions: 1.1.0
>Reporter: Chuck Rolke
>Assignee: Justin Ross
>Priority: Major
> Fix For: 1.2.0
>
>
> The build failed originally when asciidoc and asciidoctor were not installed. 
> After installing them the build still fail. Proton is build and installed at 
> a shared install prefix: /opt/local
> {{Scanning dependencies of target qdrouterd}}
> {{[ 91%] Building C object router/CMakeFiles/qdrouterd.dir/src/main.c.o}}
> {{[ 93%] Linking C executable qdrouterd}}
> {{[ 93%] Built target qdrouterd}}
> {{Scanning dependencies of target doc_gen}}
> {{[ 95%] Generating qdrouterd_help.adoc}}
> {{[ 96%] Generating qdrouterd.conf.5.adoc}}
> {{[100%] Generating qdmanage_help.adoc}}
> {{[100%] Generating qdstat_help.adoc}}
> {{Traceback (most recent call last):}}
> {{  File "/home/root/git/qpid-dispatch/tools/qdmanage", line 29, in }}
> {{    from qpid_dispatch.management.client import Node, Url}}
> {{  File 
> "/home/root/git/qpid-dispatch/python/qpid_dispatch/management/client.py", 
> line 30, in }}
> {{    import proton}}
> {{ImportError: No module named proton}}
> {{Traceback (most recent call last):}}
> {{  File "/home/root/git/qpid-dispatch/build/run.py", line 123, in }}
> {{    run_path(sys.argv[0], run_name="__main__")}}
> {{  File "/home/root/git/qpid-dispatch/build/run.py", line 107, in run_path}}
> {{    runpy.run_path(file_path, run_name=run_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 252, in run_path}}
> {{    return _run_module_code(code, init_globals, run_name, path_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 82, in _run_module_code}}
> {{    mod_name, mod_fname, mod_loader, pkg_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code}}
> {{    exec code in run_globals}}
> {{  File "/home/root/git/qpid-dispatch/docs/man/help2txt.py", line 68, in 
> }}
> {{    main(sys.argv)}}
> {{  File "/home/root/git/qpid-dispatch/docs/man/help2txt.py", line 65, in 
> main}}
> {{    print(help2txt(check_output(program)))}}
> {{  File "/usr/lib64/python2.7/subprocess.py", line 223, in check_output}}
> {{    raise CalledProcessError(retcode, cmd, output=output)}}
> {{subprocess.CalledProcessError: Command 
> '['/home/root/git/qpid-dispatch/tools/qdmanage', '--help']' returned non-zero 
> exit status 1}}
> {{make[2]: *** [docs/man/CMakeFiles/doc_gen.dir/build.make:83: 
> docs/man/qdmanage_help.adoc] Error 1}}
> {{make[2]: *** Deleting file 'docs/man/qdmanage_help.adoc'}}
> {{make[2]: *** Waiting for unfinished jobs}}
> {{Traceback (most recent call last):}}
> {{  File "/home/root/git/qpid-dispatch/tools/qdstat", line 35, in }}
> {{    from qpid_dispatch.management.client import Url, Node, Entity}}
> {{  File 
> "/home/root/git/qpid-dispatch/python/qpid_dispatch/management/client.py", 
> line 30, in }}
> {{    import proton}}
> {{ImportError: No module named proton}}
> {{Traceback (most recent call last):}}
> {{  File "/home/root/git/qpid-dispatch/build/run.py", line 123, in }}
> {{    run_path(sys.argv[0], run_name="__main__")}}
> {{  File "/home/root/git/qpid-dispatch/build/run.py", line 107, in run_path}}
> {{    runpy.run_path(file_path, run_name=run_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 252, in run_path}}
> {{    return _run_module_code(code, init_globals, run_name, path_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 82, in _run_module_code}}
> {{    mod_name, mod_fname, mod_loader, pkg_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code}}
> {{    exec code in run_globals}}
> {{  File "/home/root/git/qpid-dispatch/docs/man/help2txt.py", line 68, in 
> }}
> {{    main(sys.argv)}}
> {{  File "/home/root/git/qpid-dispatch/docs/man/help2txt.py", line 65, in 
> main}}
> {{    print(help2txt(check_output(program)))}}
> {{  File "/usr/lib64/python2.7/subprocess.py", line 223, in check_output}}
> {{    raise CalledProcessError(retcode, cmd, output=output)}}
> {{subprocess.CalledProcessError: Command 
> '['/home/root/git/qpid-dispatch/tools/qdstat', '--help']' returned non-zero 
> exit status 1}}
> {{make[2]: *** [docs/man/CMakeFiles/doc_gen.dir/build.make:91: 
> docs/man/qdstat_help.adoc] Error 1}}
> {{make[2]: *** Deleting file 'docs/man/qdstat_help.adoc'}}
> {{make[1]: *** [CMakeFiles/Makefile2:385: 
> docs/man/CMakeFiles/doc_gen.dir/all] Error 2}}
> {{make: *** [Makefile:141: all] Error 2}}
>  



--
This message was sent by 

[jira] [Resolved] (DISPATCH-1056) Build fails making docs on python-3-only fedora 28

2018-06-28 Thread Justin Ross (JIRA)


 [ 
https://issues.apache.org/jira/browse/DISPATCH-1056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Justin Ross resolved DISPATCH-1056.
---
Resolution: Fixed

> Build fails making docs on python-3-only fedora 28
> --
>
> Key: DISPATCH-1056
> URL: https://issues.apache.org/jira/browse/DISPATCH-1056
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Documentation
>Affects Versions: 1.1.0
>Reporter: Chuck Rolke
>Assignee: Justin Ross
>Priority: Major
>
> The build failed originally when asciidoc and asciidoctor were not installed. 
> After installing them the build still fail. Proton is build and installed at 
> a shared install prefix: /opt/local
> {{Scanning dependencies of target qdrouterd}}
> {{[ 91%] Building C object router/CMakeFiles/qdrouterd.dir/src/main.c.o}}
> {{[ 93%] Linking C executable qdrouterd}}
> {{[ 93%] Built target qdrouterd}}
> {{Scanning dependencies of target doc_gen}}
> {{[ 95%] Generating qdrouterd_help.adoc}}
> {{[ 96%] Generating qdrouterd.conf.5.adoc}}
> {{[100%] Generating qdmanage_help.adoc}}
> {{[100%] Generating qdstat_help.adoc}}
> {{Traceback (most recent call last):}}
> {{  File "/home/root/git/qpid-dispatch/tools/qdmanage", line 29, in }}
> {{    from qpid_dispatch.management.client import Node, Url}}
> {{  File 
> "/home/root/git/qpid-dispatch/python/qpid_dispatch/management/client.py", 
> line 30, in }}
> {{    import proton}}
> {{ImportError: No module named proton}}
> {{Traceback (most recent call last):}}
> {{  File "/home/root/git/qpid-dispatch/build/run.py", line 123, in }}
> {{    run_path(sys.argv[0], run_name="__main__")}}
> {{  File "/home/root/git/qpid-dispatch/build/run.py", line 107, in run_path}}
> {{    runpy.run_path(file_path, run_name=run_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 252, in run_path}}
> {{    return _run_module_code(code, init_globals, run_name, path_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 82, in _run_module_code}}
> {{    mod_name, mod_fname, mod_loader, pkg_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code}}
> {{    exec code in run_globals}}
> {{  File "/home/root/git/qpid-dispatch/docs/man/help2txt.py", line 68, in 
> }}
> {{    main(sys.argv)}}
> {{  File "/home/root/git/qpid-dispatch/docs/man/help2txt.py", line 65, in 
> main}}
> {{    print(help2txt(check_output(program)))}}
> {{  File "/usr/lib64/python2.7/subprocess.py", line 223, in check_output}}
> {{    raise CalledProcessError(retcode, cmd, output=output)}}
> {{subprocess.CalledProcessError: Command 
> '['/home/root/git/qpid-dispatch/tools/qdmanage', '--help']' returned non-zero 
> exit status 1}}
> {{make[2]: *** [docs/man/CMakeFiles/doc_gen.dir/build.make:83: 
> docs/man/qdmanage_help.adoc] Error 1}}
> {{make[2]: *** Deleting file 'docs/man/qdmanage_help.adoc'}}
> {{make[2]: *** Waiting for unfinished jobs}}
> {{Traceback (most recent call last):}}
> {{  File "/home/root/git/qpid-dispatch/tools/qdstat", line 35, in }}
> {{    from qpid_dispatch.management.client import Url, Node, Entity}}
> {{  File 
> "/home/root/git/qpid-dispatch/python/qpid_dispatch/management/client.py", 
> line 30, in }}
> {{    import proton}}
> {{ImportError: No module named proton}}
> {{Traceback (most recent call last):}}
> {{  File "/home/root/git/qpid-dispatch/build/run.py", line 123, in }}
> {{    run_path(sys.argv[0], run_name="__main__")}}
> {{  File "/home/root/git/qpid-dispatch/build/run.py", line 107, in run_path}}
> {{    runpy.run_path(file_path, run_name=run_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 252, in run_path}}
> {{    return _run_module_code(code, init_globals, run_name, path_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 82, in _run_module_code}}
> {{    mod_name, mod_fname, mod_loader, pkg_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code}}
> {{    exec code in run_globals}}
> {{  File "/home/root/git/qpid-dispatch/docs/man/help2txt.py", line 68, in 
> }}
> {{    main(sys.argv)}}
> {{  File "/home/root/git/qpid-dispatch/docs/man/help2txt.py", line 65, in 
> main}}
> {{    print(help2txt(check_output(program)))}}
> {{  File "/usr/lib64/python2.7/subprocess.py", line 223, in check_output}}
> {{    raise CalledProcessError(retcode, cmd, output=output)}}
> {{subprocess.CalledProcessError: Command 
> '['/home/root/git/qpid-dispatch/tools/qdstat', '--help']' returned non-zero 
> exit status 1}}
> {{make[2]: *** [docs/man/CMakeFiles/doc_gen.dir/build.make:91: 
> docs/man/qdstat_help.adoc] Error 1}}
> {{make[2]: *** Deleting file 'docs/man/qdstat_help.adoc'}}
> {{make[1]: *** [CMakeFiles/Makefile2:385: 
> docs/man/CMakeFiles/doc_gen.dir/all] Error 2}}
> {{make: *** [Makefile:141: all] Error 2}}
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (DISPATCH-1056) Build fails making docs on python-3-only fedora 28

2018-06-28 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16526530#comment-16526530
 ] 

ASF subversion and git services commented on DISPATCH-1056:
---

Commit 550c6711d38a27b1dd3eab14d2e884a7779a9bd2 in qpid-dispatch's branch 
refs/heads/master from [~jr...@redhat.com]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=550c671 ]

DISPATCH-1056: Generate man page inputs only if the docs target is invoked


> Build fails making docs on python-3-only fedora 28
> --
>
> Key: DISPATCH-1056
> URL: https://issues.apache.org/jira/browse/DISPATCH-1056
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Documentation
>Affects Versions: 1.1.0
>Reporter: Chuck Rolke
>Assignee: Justin Ross
>Priority: Major
>
> The build failed originally when asciidoc and asciidoctor were not installed. 
> After installing them the build still fail. Proton is build and installed at 
> a shared install prefix: /opt/local
> {{Scanning dependencies of target qdrouterd}}
> {{[ 91%] Building C object router/CMakeFiles/qdrouterd.dir/src/main.c.o}}
> {{[ 93%] Linking C executable qdrouterd}}
> {{[ 93%] Built target qdrouterd}}
> {{Scanning dependencies of target doc_gen}}
> {{[ 95%] Generating qdrouterd_help.adoc}}
> {{[ 96%] Generating qdrouterd.conf.5.adoc}}
> {{[100%] Generating qdmanage_help.adoc}}
> {{[100%] Generating qdstat_help.adoc}}
> {{Traceback (most recent call last):}}
> {{  File "/home/root/git/qpid-dispatch/tools/qdmanage", line 29, in }}
> {{    from qpid_dispatch.management.client import Node, Url}}
> {{  File 
> "/home/root/git/qpid-dispatch/python/qpid_dispatch/management/client.py", 
> line 30, in }}
> {{    import proton}}
> {{ImportError: No module named proton}}
> {{Traceback (most recent call last):}}
> {{  File "/home/root/git/qpid-dispatch/build/run.py", line 123, in }}
> {{    run_path(sys.argv[0], run_name="__main__")}}
> {{  File "/home/root/git/qpid-dispatch/build/run.py", line 107, in run_path}}
> {{    runpy.run_path(file_path, run_name=run_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 252, in run_path}}
> {{    return _run_module_code(code, init_globals, run_name, path_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 82, in _run_module_code}}
> {{    mod_name, mod_fname, mod_loader, pkg_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code}}
> {{    exec code in run_globals}}
> {{  File "/home/root/git/qpid-dispatch/docs/man/help2txt.py", line 68, in 
> }}
> {{    main(sys.argv)}}
> {{  File "/home/root/git/qpid-dispatch/docs/man/help2txt.py", line 65, in 
> main}}
> {{    print(help2txt(check_output(program)))}}
> {{  File "/usr/lib64/python2.7/subprocess.py", line 223, in check_output}}
> {{    raise CalledProcessError(retcode, cmd, output=output)}}
> {{subprocess.CalledProcessError: Command 
> '['/home/root/git/qpid-dispatch/tools/qdmanage', '--help']' returned non-zero 
> exit status 1}}
> {{make[2]: *** [docs/man/CMakeFiles/doc_gen.dir/build.make:83: 
> docs/man/qdmanage_help.adoc] Error 1}}
> {{make[2]: *** Deleting file 'docs/man/qdmanage_help.adoc'}}
> {{make[2]: *** Waiting for unfinished jobs}}
> {{Traceback (most recent call last):}}
> {{  File "/home/root/git/qpid-dispatch/tools/qdstat", line 35, in }}
> {{    from qpid_dispatch.management.client import Url, Node, Entity}}
> {{  File 
> "/home/root/git/qpid-dispatch/python/qpid_dispatch/management/client.py", 
> line 30, in }}
> {{    import proton}}
> {{ImportError: No module named proton}}
> {{Traceback (most recent call last):}}
> {{  File "/home/root/git/qpid-dispatch/build/run.py", line 123, in }}
> {{    run_path(sys.argv[0], run_name="__main__")}}
> {{  File "/home/root/git/qpid-dispatch/build/run.py", line 107, in run_path}}
> {{    runpy.run_path(file_path, run_name=run_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 252, in run_path}}
> {{    return _run_module_code(code, init_globals, run_name, path_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 82, in _run_module_code}}
> {{    mod_name, mod_fname, mod_loader, pkg_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code}}
> {{    exec code in run_globals}}
> {{  File "/home/root/git/qpid-dispatch/docs/man/help2txt.py", line 68, in 
> }}
> {{    main(sys.argv)}}
> {{  File "/home/root/git/qpid-dispatch/docs/man/help2txt.py", line 65, in 
> main}}
> {{    print(help2txt(check_output(program)))}}
> {{  File "/usr/lib64/python2.7/subprocess.py", line 223, in check_output}}
> {{    raise CalledProcessError(retcode, cmd, output=output)}}
> {{subprocess.CalledProcessError: Command 
> '['/home/root/git/qpid-dispatch/tools/qdstat', '--help']' returned non-zero 
> exit status 1}}
> {{make[2]: *** 

[jira] [Commented] (QPIDJMS-397) Update to the current v19 apache parent pom

2018-06-28 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/QPIDJMS-397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16526439#comment-16526439
 ] 

ASF subversion and git services commented on QPIDJMS-397:
-

Commit 856e2b9acd084cbd8c43d2a14819afb90cd961c2 in qpid-jms's branch 
refs/heads/master from [~gemmellr]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-jms.git;h=856e2b9 ]

QPIDJMS-397: override up to surefire 2.21.0 to resolve Java 10 compatibility 
issue


> Update to the current v19 apache parent pom
> ---
>
> Key: QPIDJMS-397
> URL: https://issues.apache.org/jira/browse/QPIDJMS-397
> Project: Qpid JMS
>  Issue Type: Task
>  Components: qpid-jms-client
>Affects Versions: 0.34.0
>Reporter: Timothy Bish
>Assignee: Timothy Bish
>Priority: Major
> Fix For: 0.35.0
>
>
> The build should be updated to a current apache parent pom version to use 
> more current plugins etc and better align with the other java components.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (DISPATCH-1046) system_tests_policy fail in python3 environment

2018-06-28 Thread Ganesh Murthy (JIRA)


 [ 
https://issues.apache.org/jira/browse/DISPATCH-1046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ganesh Murthy updated DISPATCH-1046:

Fix Version/s: 1.2.0

> system_tests_policy fail in python3 environment
> ---
>
> Key: DISPATCH-1046
> URL: https://issues.apache.org/jira/browse/DISPATCH-1046
> Project: Qpid Dispatch
>  Issue Type: Bug
>Reporter: Ken Giusti
>Assignee: Ken Giusti
>Priority: Major
> Fix For: 1.2.0
>
> Attachments: Dockerfile-ctest
>
>
> Can be reproduced by building and running the attached dockerfile
> -
>   Start 21: system_tests_policy
> 21: Test command: /usr/bin/python 
> "/main/qpid-dispatch-master/BUILD/tests/run.py" "-x" "unit2" "-v" 
> "system_tests_policy"
> 21: Test timeout computed to be: 1500
> 21: test_verify_maximum_connections 
> (system_tests_policy.AbsoluteConnectionCountLimit) ... ok
> 21: test_01_router_links_allowed 
> (system_tests_policy.InterrouterLinksAllowed) ... ok
> 21: test_repeated_create_delete (system_tests_policy.LoadPolicyFromFolder) 
> ... ok
> 21: test_verify_policies_are_loaded 
> (system_tests_policy.LoadPolicyFromFolder) ... ok
> 21: test_verify_policy_add_update_delete 
> (system_tests_policy.LoadPolicyFromFolder) ... ok
> 21: ERROR
> 21: test_link_name_parse_tree_patterns 
> (system_tests_policy.PolicyLinkNamePatternTest) ... ERROR
> 21: test_03_policy_warnings (system_tests_policy.PolicyWarnings) ... ok
> 21: test_verify_n_receivers (system_tests_policy.SenderReceiverLimits) ... ok
> 21: test_verify_n_senders (system_tests_policy.SenderReceiverLimits) ... ok
> 21: test_verify_vhost_maximum_connections 
> (system_tests_policy.VhostPolicyFromRouterConfig) ... ok
> 21: test_vhost_allowed_addresses 
> (system_tests_policy.VhostPolicyFromRouterConfig) ... ok
> 21: test_vhost_denied_addresses 
> (system_tests_policy.VhostPolicyFromRouterConfig) ... ok
> 21: test_01_id_vs_hostname (system_tests_policy.VhostPolicyNameField) ... ok
> 21: 
> 21: ==
> 21: ERROR: setUpClass (system_tests_policy.PolicyHostamePatternTest)
> 21: --
> 21: Traceback (most recent call last):
> 21:   File "/main/qpid-dispatch-master/tests/system_test.py", line 175, in 
> wait_port
> 21: **retry_kwargs)
> 21:   File "/main/qpid-dispatch-master/tests/system_test.py", line 134, in 
> retry_exception
> 21: return function()
> 21:   File "/main/qpid-dispatch-master/tests/system_test.py", line 174, in 
> 
> 21: retry_exception(lambda: s.connect((host, port)), exception_test=check,
> 21: ConnectionRefusedError: [Errno 111] Connection refused
> 21: 
> 21: During handling of the above exception, another exception occurred:
> 21: 
> 21: Traceback (most recent call last):
> 21:   File "/main/qpid-dispatch-master/tests/system_tests_policy.py", line 
> 852, in setUpClass
> 21: cls.router = cls.tester.qdrouterd('PolicyVhostNamePatternTest', 
> config, wait=True)
> 21:   File "/main/qpid-dispatch-master/tests/system_test.py", line 562, in 
> qdrouterd
> 21: return self.cleanup(Qdrouterd(*args, **kwargs))
> 21:   File "/main/qpid-dispatch-master/tests/system_test.py", line 352, in 
> __init__
> 21: self.wait_ready()
> 21:   File "/main/qpid-dispatch-master/tests/system_test.py", line 483, in 
> wait_ready
> 21: self.wait_ports(**retry_kwargs)
> 21:   File "/main/qpid-dispatch-master/tests/system_test.py", line 468, in 
> wait_ports
> 21: wait_ports(self.ports_family, **retry_kwargs)
> 21:   File "/main/qpid-dispatch-master/tests/system_test.py", line 185, in 
> wait_ports
> 21: wait_port(port=port, protocol_family=protocol_family, **retry_kwargs)
> 21:   File "/main/qpid-dispatch-master/tests/system_test.py", line 177, in 
> wait_port
> 21: raise Exception("wait_port timeout on host %s port %s: %s"%(host, 
> port, e))
> 21: Exception: wait_port timeout on host 127.0.0.1 port 21435: [Errno 111] 
> Connection refused
> 21: 
> 21: ==
> 21: ERROR: test_link_name_parse_tree_patterns 
> (system_tests_policy.PolicyLinkNamePatternTest)
> 21: --
> 21: Traceback (most recent call last):
> 21:   File "/main/qpid-dispatch-master/tests/system_tests_policy.py", line 
> 642, in run_qdmanage
> 21: p.teardown()
> 21:   File "/main/qpid-dispatch-master/tests/system_test.py", line 264, in 
> teardown
> 21: error("exit code %s, expected %s" % (status, self.expect))
> 21:   File "/main/qpid-dispatch-master/tests/system_test.py", line 254, in 
> error
> 21: self.outfile + '.cmd', f.read()));
> 21: RuntimeError: Process 352 error: exit code 1, expected 0
> 

[jira] [Commented] (PROTON-1877) [proton 0.23] rubygem doc is not multilib-clean for x86_64 vs i686

2018-06-28 Thread JIRA


[ 
https://issues.apache.org/jira/browse/PROTON-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16526426#comment-16526426
 ] 

Jiri Daněk commented on PROTON-1877:


Should be good now

{noformat}
$ gem rdoc --rdoc qpid_proton
~/.gem/ruby/2.4.0/doc/qpid_proton-0.25.0]$ grep -R 2018
rdoc/ext/cproton/Makefile.html:sitearchdir = 
$(DESTDIR)./.gem.20180628-13229-9att6r sitelibdir =
rdoc/ext/cproton/Makefile.html:$(DESTDIR)./.gem.20180628-13229-9att6r sitedir = 
$(rubylibprefix)/site_ruby
Binary file ri/ext/cproton/page-Makefile.ri matches
{noformat}

> [proton 0.23] rubygem doc is not multilib-clean for x86_64 vs i686
> --
>
> Key: PROTON-1877
> URL: https://issues.apache.org/jira/browse/PROTON-1877
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: ruby-binding
>Affects Versions: proton-c-0.23.0, proton-c-0.24.0
>Reporter: Jiri Daněk
>Assignee: Alan Conway
>Priority: Minor
>
> There is timestamp in headers as well, and there is multiple {{created.rid}} 
> files which contain timestamp
> The header:
> {code}
>   
> tracker.rb
> 
> 
>   Path:
>   lib/core/tracker.rb
>   
> 
> 
>   Last Update:
>   Wed Jun 06 12:33:53 -0400 2018
> 
> 
>   
>   
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Resolved] (PROTON-1877) [proton 0.23] rubygem doc is not multilib-clean for x86_64 vs i686

2018-06-28 Thread Alan Conway (JIRA)


 [ 
https://issues.apache.org/jira/browse/PROTON-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Alan Conway resolved PROTON-1877.
-
Resolution: Fixed

> [proton 0.23] rubygem doc is not multilib-clean for x86_64 vs i686
> --
>
> Key: PROTON-1877
> URL: https://issues.apache.org/jira/browse/PROTON-1877
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: ruby-binding
>Affects Versions: proton-c-0.23.0, proton-c-0.24.0
>Reporter: Jiri Daněk
>Assignee: Alan Conway
>Priority: Minor
>
> There is timestamp in headers as well, and there is multiple {{created.rid}} 
> files which contain timestamp
> The header:
> {code}
>   
> tracker.rb
> 
> 
>   Path:
>   lib/core/tracker.rb
>   
> 
> 
>   Last Update:
>   Wed Jun 06 12:33:53 -0400 2018
> 
> 
>   
>   
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (DISPATCH-1056) Build fails making docs on python-3-only fedora 28

2018-06-28 Thread Justin Ross (JIRA)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16526362#comment-16526362
 ] 

Justin Ross commented on DISPATCH-1056:
---

That code adds to docs_deps only if asciidoc (not asciidoc*tor*) or a2x is 
available.

https://github.com/apache/qpid-dispatch/blob/e92dab3c5a06b20760e11d1dd702fdb0b4c84b94/docs/man/CMakeLists.txt#L98

But I think that's immaterial here, because the problem arises from the 
help2txt invocations.  And the real problem underneath there is not a missing 
doc gen dependency but rather that qdmanage has a shebang that points at Python 
2.

https://github.com/apache/qpid-dispatch/blob/e92dab3c5a06b20760e11d1dd702fdb0b4c84b94/docs/man/CMakeLists.txt#L58

https://github.com/apache/qpid-dispatch/blob/e92dab3c5a06b20760e11d1dd702fdb0b4c84b94/tools/qdmanage#L1



> Build fails making docs on python-3-only fedora 28
> --
>
> Key: DISPATCH-1056
> URL: https://issues.apache.org/jira/browse/DISPATCH-1056
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Documentation
>Affects Versions: 1.1.0
>Reporter: Chuck Rolke
>Assignee: Justin Ross
>Priority: Major
>
> The build failed originally when asciidoc and asciidoctor were not installed. 
> After installing them the build still fail. Proton is build and installed at 
> a shared install prefix: /opt/local
> {{Scanning dependencies of target qdrouterd}}
> {{[ 91%] Building C object router/CMakeFiles/qdrouterd.dir/src/main.c.o}}
> {{[ 93%] Linking C executable qdrouterd}}
> {{[ 93%] Built target qdrouterd}}
> {{Scanning dependencies of target doc_gen}}
> {{[ 95%] Generating qdrouterd_help.adoc}}
> {{[ 96%] Generating qdrouterd.conf.5.adoc}}
> {{[100%] Generating qdmanage_help.adoc}}
> {{[100%] Generating qdstat_help.adoc}}
> {{Traceback (most recent call last):}}
> {{  File "/home/root/git/qpid-dispatch/tools/qdmanage", line 29, in }}
> {{    from qpid_dispatch.management.client import Node, Url}}
> {{  File 
> "/home/root/git/qpid-dispatch/python/qpid_dispatch/management/client.py", 
> line 30, in }}
> {{    import proton}}
> {{ImportError: No module named proton}}
> {{Traceback (most recent call last):}}
> {{  File "/home/root/git/qpid-dispatch/build/run.py", line 123, in }}
> {{    run_path(sys.argv[0], run_name="__main__")}}
> {{  File "/home/root/git/qpid-dispatch/build/run.py", line 107, in run_path}}
> {{    runpy.run_path(file_path, run_name=run_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 252, in run_path}}
> {{    return _run_module_code(code, init_globals, run_name, path_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 82, in _run_module_code}}
> {{    mod_name, mod_fname, mod_loader, pkg_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code}}
> {{    exec code in run_globals}}
> {{  File "/home/root/git/qpid-dispatch/docs/man/help2txt.py", line 68, in 
> }}
> {{    main(sys.argv)}}
> {{  File "/home/root/git/qpid-dispatch/docs/man/help2txt.py", line 65, in 
> main}}
> {{    print(help2txt(check_output(program)))}}
> {{  File "/usr/lib64/python2.7/subprocess.py", line 223, in check_output}}
> {{    raise CalledProcessError(retcode, cmd, output=output)}}
> {{subprocess.CalledProcessError: Command 
> '['/home/root/git/qpid-dispatch/tools/qdmanage', '--help']' returned non-zero 
> exit status 1}}
> {{make[2]: *** [docs/man/CMakeFiles/doc_gen.dir/build.make:83: 
> docs/man/qdmanage_help.adoc] Error 1}}
> {{make[2]: *** Deleting file 'docs/man/qdmanage_help.adoc'}}
> {{make[2]: *** Waiting for unfinished jobs}}
> {{Traceback (most recent call last):}}
> {{  File "/home/root/git/qpid-dispatch/tools/qdstat", line 35, in }}
> {{    from qpid_dispatch.management.client import Url, Node, Entity}}
> {{  File 
> "/home/root/git/qpid-dispatch/python/qpid_dispatch/management/client.py", 
> line 30, in }}
> {{    import proton}}
> {{ImportError: No module named proton}}
> {{Traceback (most recent call last):}}
> {{  File "/home/root/git/qpid-dispatch/build/run.py", line 123, in }}
> {{    run_path(sys.argv[0], run_name="__main__")}}
> {{  File "/home/root/git/qpid-dispatch/build/run.py", line 107, in run_path}}
> {{    runpy.run_path(file_path, run_name=run_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 252, in run_path}}
> {{    return _run_module_code(code, init_globals, run_name, path_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 82, in _run_module_code}}
> {{    mod_name, mod_fname, mod_loader, pkg_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code}}
> {{    exec code in run_globals}}
> {{  File "/home/root/git/qpid-dispatch/docs/man/help2txt.py", line 68, in 
> }}
> {{    main(sys.argv)}}
> {{  File "/home/root/git/qpid-dispatch/docs/man/help2txt.py", line 65, in 
> main}}
> {{    

[jira] [Commented] (PROTON-1877) [proton 0.23] rubygem doc is not multilib-clean for x86_64 vs i686

2018-06-28 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/PROTON-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16526361#comment-16526361
 ] 

ASF subversion and git services commented on PROTON-1877:
-

Commit 122404a49a40e5f913ffe4e678bcd781b2e3d9db in qpid-proton's branch 
refs/heads/master from [~aconway]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=122404a ]

PROTON-1877: [ruby] doc is not multilib-clean for x86_64 vs i686

Override the footer which has a timestamp in it.


> [proton 0.23] rubygem doc is not multilib-clean for x86_64 vs i686
> --
>
> Key: PROTON-1877
> URL: https://issues.apache.org/jira/browse/PROTON-1877
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: ruby-binding
>Affects Versions: proton-c-0.23.0, proton-c-0.24.0
>Reporter: Jiri Daněk
>Assignee: Alan Conway
>Priority: Minor
>
> There is timestamp in headers as well, and there is multiple {{created.rid}} 
> files which contain timestamp
> The header:
> {code}
>   
> tracker.rb
> 
> 
>   Path:
>   lib/core/tracker.rb
>   
> 
> 
>   Last Update:
>   Wed Jun 06 12:33:53 -0400 2018
> 
> 
>   
>   
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Resolved] (DISPATCH-1052) minor lock leak in policy code

2018-06-28 Thread Ken Giusti (JIRA)


 [ 
https://issues.apache.org/jira/browse/DISPATCH-1052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ken Giusti resolved DISPATCH-1052.
--
Resolution: Fixed

> minor lock leak in policy code
> --
>
> Key: DISPATCH-1052
> URL: https://issues.apache.org/jira/browse/DISPATCH-1052
> Project: Qpid Dispatch
>  Issue Type: Bug
>Reporter: Ken Giusti
>Assignee: Ken Giusti
>Priority: Major
> Fix For: 1.2.0
>
>
> running ctest -VV -R tests_policy with -DUSE_VALGRIND=True:
> 21: ==17833== 64 bytes in 1 blocks are definitely lost in loss record 1,080 
> of 3,621
> 21: ==17833==at 0x4C2ED47: memalign (vg_replace_malloc.c:857)
> 21: ==17833==by 0x4C2EE45: posix_memalign (vg_replace_malloc.c:1020)
> 21: ==17833==by 0x4E706B8: sys_mutex (threading.c:40)
> 21: ==17833==by 0x4E6C9E8: qd_policy (policy.c:100)
> 21: ==17833==by 0x4E62B01: qd_dispatch_prepare (dispatch.c:302)
> 21: ==17833==by 0x10FCAD1D: ffi_call_unix64 (unix64.S:76)
> 21: ==17833==by 0x10FCA68E: ffi_call (ffi64.c:525)
> 21: ==17833==by 0x10DB79C4: _call_function_pointer (callproc.c:841)
> 21: ==17833==by 0x10DB79C4: _ctypes_callproc (callproc.c:1184)
> 21: ==17833==by 0x10DB168D: PyCFuncPtr_call (_ctypes.c:4077)
> 21: ==17833==by 0x5BBFBE2: PyObject_Call (abstract.c:2547)
> 21: ==17833==by 0x5C81991: do_call (ceval.c:4666)
> 21: ==17833==by 0x5C81991: call_function (ceval.c:4471)
> 21: ==17833==by 0x5C81991: PyEval_EvalFrameEx (ceval.c:3083)
> 21: ==17833==by 0x5C86987: PyEval_EvalCodeEx (ceval.c:3681)
> 21: ==17833== 
> 21: 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (DISPATCH-1056) Build fails making docs on python-3-only fedora 28

2018-06-28 Thread Chuck Rolke (JIRA)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16526348#comment-16526348
 ] 

Chuck Rolke commented on DISPATCH-1056:
---

I'm saying that when asciidoctor is absent then the build fails because docs 
don't build. Something is wrong.

In the docs/man/CMakeLists.txt

[https://github.com/apache/qpid-dispatch/blob/e92dab3c5a06b20760e11d1dd702fdb0b4c84b94/docs/man/CMakeLists.txt#L124]

The handling of ascii_doctor not found is different from the same code path in 
docs/books/CMakeLists.txt. I think docs/books is better logic.

 

> Build fails making docs on python-3-only fedora 28
> --
>
> Key: DISPATCH-1056
> URL: https://issues.apache.org/jira/browse/DISPATCH-1056
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Documentation
>Affects Versions: 1.1.0
>Reporter: Chuck Rolke
>Assignee: Justin Ross
>Priority: Major
>
> The build failed originally when asciidoc and asciidoctor were not installed. 
> After installing them the build still fail. Proton is build and installed at 
> a shared install prefix: /opt/local
> {{Scanning dependencies of target qdrouterd}}
> {{[ 91%] Building C object router/CMakeFiles/qdrouterd.dir/src/main.c.o}}
> {{[ 93%] Linking C executable qdrouterd}}
> {{[ 93%] Built target qdrouterd}}
> {{Scanning dependencies of target doc_gen}}
> {{[ 95%] Generating qdrouterd_help.adoc}}
> {{[ 96%] Generating qdrouterd.conf.5.adoc}}
> {{[100%] Generating qdmanage_help.adoc}}
> {{[100%] Generating qdstat_help.adoc}}
> {{Traceback (most recent call last):}}
> {{  File "/home/root/git/qpid-dispatch/tools/qdmanage", line 29, in }}
> {{    from qpid_dispatch.management.client import Node, Url}}
> {{  File 
> "/home/root/git/qpid-dispatch/python/qpid_dispatch/management/client.py", 
> line 30, in }}
> {{    import proton}}
> {{ImportError: No module named proton}}
> {{Traceback (most recent call last):}}
> {{  File "/home/root/git/qpid-dispatch/build/run.py", line 123, in }}
> {{    run_path(sys.argv[0], run_name="__main__")}}
> {{  File "/home/root/git/qpid-dispatch/build/run.py", line 107, in run_path}}
> {{    runpy.run_path(file_path, run_name=run_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 252, in run_path}}
> {{    return _run_module_code(code, init_globals, run_name, path_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 82, in _run_module_code}}
> {{    mod_name, mod_fname, mod_loader, pkg_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code}}
> {{    exec code in run_globals}}
> {{  File "/home/root/git/qpid-dispatch/docs/man/help2txt.py", line 68, in 
> }}
> {{    main(sys.argv)}}
> {{  File "/home/root/git/qpid-dispatch/docs/man/help2txt.py", line 65, in 
> main}}
> {{    print(help2txt(check_output(program)))}}
> {{  File "/usr/lib64/python2.7/subprocess.py", line 223, in check_output}}
> {{    raise CalledProcessError(retcode, cmd, output=output)}}
> {{subprocess.CalledProcessError: Command 
> '['/home/root/git/qpid-dispatch/tools/qdmanage', '--help']' returned non-zero 
> exit status 1}}
> {{make[2]: *** [docs/man/CMakeFiles/doc_gen.dir/build.make:83: 
> docs/man/qdmanage_help.adoc] Error 1}}
> {{make[2]: *** Deleting file 'docs/man/qdmanage_help.adoc'}}
> {{make[2]: *** Waiting for unfinished jobs}}
> {{Traceback (most recent call last):}}
> {{  File "/home/root/git/qpid-dispatch/tools/qdstat", line 35, in }}
> {{    from qpid_dispatch.management.client import Url, Node, Entity}}
> {{  File 
> "/home/root/git/qpid-dispatch/python/qpid_dispatch/management/client.py", 
> line 30, in }}
> {{    import proton}}
> {{ImportError: No module named proton}}
> {{Traceback (most recent call last):}}
> {{  File "/home/root/git/qpid-dispatch/build/run.py", line 123, in }}
> {{    run_path(sys.argv[0], run_name="__main__")}}
> {{  File "/home/root/git/qpid-dispatch/build/run.py", line 107, in run_path}}
> {{    runpy.run_path(file_path, run_name=run_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 252, in run_path}}
> {{    return _run_module_code(code, init_globals, run_name, path_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 82, in _run_module_code}}
> {{    mod_name, mod_fname, mod_loader, pkg_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code}}
> {{    exec code in run_globals}}
> {{  File "/home/root/git/qpid-dispatch/docs/man/help2txt.py", line 68, in 
> }}
> {{    main(sys.argv)}}
> {{  File "/home/root/git/qpid-dispatch/docs/man/help2txt.py", line 65, in 
> main}}
> {{    print(help2txt(check_output(program)))}}
> {{  File "/usr/lib64/python2.7/subprocess.py", line 223, in check_output}}
> {{    raise CalledProcessError(retcode, cmd, output=output)}}
> {{subprocess.CalledProcessError: Command 
> 

[jira] [Commented] (DISPATCH-1056) Build fails making docs on python-3-only fedora 28

2018-06-28 Thread Justin Ross (JIRA)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16526344#comment-16526344
 ] 

Justin Ross commented on DISPATCH-1056:
---

[~ganeshmurthy], I'd first like to understand in what way it is a bug.

> Build fails making docs on python-3-only fedora 28
> --
>
> Key: DISPATCH-1056
> URL: https://issues.apache.org/jira/browse/DISPATCH-1056
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Documentation
>Affects Versions: 1.1.0
>Reporter: Chuck Rolke
>Assignee: Justin Ross
>Priority: Major
>
> The build failed originally when asciidoc and asciidoctor were not installed. 
> After installing them the build still fail. Proton is build and installed at 
> a shared install prefix: /opt/local
> {{Scanning dependencies of target qdrouterd}}
> {{[ 91%] Building C object router/CMakeFiles/qdrouterd.dir/src/main.c.o}}
> {{[ 93%] Linking C executable qdrouterd}}
> {{[ 93%] Built target qdrouterd}}
> {{Scanning dependencies of target doc_gen}}
> {{[ 95%] Generating qdrouterd_help.adoc}}
> {{[ 96%] Generating qdrouterd.conf.5.adoc}}
> {{[100%] Generating qdmanage_help.adoc}}
> {{[100%] Generating qdstat_help.adoc}}
> {{Traceback (most recent call last):}}
> {{  File "/home/root/git/qpid-dispatch/tools/qdmanage", line 29, in }}
> {{    from qpid_dispatch.management.client import Node, Url}}
> {{  File 
> "/home/root/git/qpid-dispatch/python/qpid_dispatch/management/client.py", 
> line 30, in }}
> {{    import proton}}
> {{ImportError: No module named proton}}
> {{Traceback (most recent call last):}}
> {{  File "/home/root/git/qpid-dispatch/build/run.py", line 123, in }}
> {{    run_path(sys.argv[0], run_name="__main__")}}
> {{  File "/home/root/git/qpid-dispatch/build/run.py", line 107, in run_path}}
> {{    runpy.run_path(file_path, run_name=run_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 252, in run_path}}
> {{    return _run_module_code(code, init_globals, run_name, path_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 82, in _run_module_code}}
> {{    mod_name, mod_fname, mod_loader, pkg_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code}}
> {{    exec code in run_globals}}
> {{  File "/home/root/git/qpid-dispatch/docs/man/help2txt.py", line 68, in 
> }}
> {{    main(sys.argv)}}
> {{  File "/home/root/git/qpid-dispatch/docs/man/help2txt.py", line 65, in 
> main}}
> {{    print(help2txt(check_output(program)))}}
> {{  File "/usr/lib64/python2.7/subprocess.py", line 223, in check_output}}
> {{    raise CalledProcessError(retcode, cmd, output=output)}}
> {{subprocess.CalledProcessError: Command 
> '['/home/root/git/qpid-dispatch/tools/qdmanage', '--help']' returned non-zero 
> exit status 1}}
> {{make[2]: *** [docs/man/CMakeFiles/doc_gen.dir/build.make:83: 
> docs/man/qdmanage_help.adoc] Error 1}}
> {{make[2]: *** Deleting file 'docs/man/qdmanage_help.adoc'}}
> {{make[2]: *** Waiting for unfinished jobs}}
> {{Traceback (most recent call last):}}
> {{  File "/home/root/git/qpid-dispatch/tools/qdstat", line 35, in }}
> {{    from qpid_dispatch.management.client import Url, Node, Entity}}
> {{  File 
> "/home/root/git/qpid-dispatch/python/qpid_dispatch/management/client.py", 
> line 30, in }}
> {{    import proton}}
> {{ImportError: No module named proton}}
> {{Traceback (most recent call last):}}
> {{  File "/home/root/git/qpid-dispatch/build/run.py", line 123, in }}
> {{    run_path(sys.argv[0], run_name="__main__")}}
> {{  File "/home/root/git/qpid-dispatch/build/run.py", line 107, in run_path}}
> {{    runpy.run_path(file_path, run_name=run_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 252, in run_path}}
> {{    return _run_module_code(code, init_globals, run_name, path_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 82, in _run_module_code}}
> {{    mod_name, mod_fname, mod_loader, pkg_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code}}
> {{    exec code in run_globals}}
> {{  File "/home/root/git/qpid-dispatch/docs/man/help2txt.py", line 68, in 
> }}
> {{    main(sys.argv)}}
> {{  File "/home/root/git/qpid-dispatch/docs/man/help2txt.py", line 65, in 
> main}}
> {{    print(help2txt(check_output(program)))}}
> {{  File "/usr/lib64/python2.7/subprocess.py", line 223, in check_output}}
> {{    raise CalledProcessError(retcode, cmd, output=output)}}
> {{subprocess.CalledProcessError: Command 
> '['/home/root/git/qpid-dispatch/tools/qdstat', '--help']' returned non-zero 
> exit status 1}}
> {{make[2]: *** [docs/man/CMakeFiles/doc_gen.dir/build.make:91: 
> docs/man/qdstat_help.adoc] Error 1}}
> {{make[2]: *** Deleting file 'docs/man/qdstat_help.adoc'}}
> {{make[1]: *** [CMakeFiles/Makefile2:385: 
> docs/man/CMakeFiles/doc_gen.dir/all] Error 2}}
> {{make: *** 

[jira] [Commented] (DISPATCH-1056) Build fails making docs on python-3-only fedora 28

2018-06-28 Thread Ganesh Murthy (JIRA)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16526339#comment-16526339
 ] 

Ganesh Murthy commented on DISPATCH-1056:
-

Should this Jira be targeted/fixed for the 1.2 release ?

> Build fails making docs on python-3-only fedora 28
> --
>
> Key: DISPATCH-1056
> URL: https://issues.apache.org/jira/browse/DISPATCH-1056
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Documentation
>Affects Versions: 1.1.0
>Reporter: Chuck Rolke
>Assignee: Justin Ross
>Priority: Major
>
> The build failed originally when asciidoc and asciidoctor were not installed. 
> After installing them the build still fail. Proton is build and installed at 
> a shared install prefix: /opt/local
> {{Scanning dependencies of target qdrouterd}}
> {{[ 91%] Building C object router/CMakeFiles/qdrouterd.dir/src/main.c.o}}
> {{[ 93%] Linking C executable qdrouterd}}
> {{[ 93%] Built target qdrouterd}}
> {{Scanning dependencies of target doc_gen}}
> {{[ 95%] Generating qdrouterd_help.adoc}}
> {{[ 96%] Generating qdrouterd.conf.5.adoc}}
> {{[100%] Generating qdmanage_help.adoc}}
> {{[100%] Generating qdstat_help.adoc}}
> {{Traceback (most recent call last):}}
> {{  File "/home/root/git/qpid-dispatch/tools/qdmanage", line 29, in }}
> {{    from qpid_dispatch.management.client import Node, Url}}
> {{  File 
> "/home/root/git/qpid-dispatch/python/qpid_dispatch/management/client.py", 
> line 30, in }}
> {{    import proton}}
> {{ImportError: No module named proton}}
> {{Traceback (most recent call last):}}
> {{  File "/home/root/git/qpid-dispatch/build/run.py", line 123, in }}
> {{    run_path(sys.argv[0], run_name="__main__")}}
> {{  File "/home/root/git/qpid-dispatch/build/run.py", line 107, in run_path}}
> {{    runpy.run_path(file_path, run_name=run_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 252, in run_path}}
> {{    return _run_module_code(code, init_globals, run_name, path_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 82, in _run_module_code}}
> {{    mod_name, mod_fname, mod_loader, pkg_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code}}
> {{    exec code in run_globals}}
> {{  File "/home/root/git/qpid-dispatch/docs/man/help2txt.py", line 68, in 
> }}
> {{    main(sys.argv)}}
> {{  File "/home/root/git/qpid-dispatch/docs/man/help2txt.py", line 65, in 
> main}}
> {{    print(help2txt(check_output(program)))}}
> {{  File "/usr/lib64/python2.7/subprocess.py", line 223, in check_output}}
> {{    raise CalledProcessError(retcode, cmd, output=output)}}
> {{subprocess.CalledProcessError: Command 
> '['/home/root/git/qpid-dispatch/tools/qdmanage', '--help']' returned non-zero 
> exit status 1}}
> {{make[2]: *** [docs/man/CMakeFiles/doc_gen.dir/build.make:83: 
> docs/man/qdmanage_help.adoc] Error 1}}
> {{make[2]: *** Deleting file 'docs/man/qdmanage_help.adoc'}}
> {{make[2]: *** Waiting for unfinished jobs}}
> {{Traceback (most recent call last):}}
> {{  File "/home/root/git/qpid-dispatch/tools/qdstat", line 35, in }}
> {{    from qpid_dispatch.management.client import Url, Node, Entity}}
> {{  File 
> "/home/root/git/qpid-dispatch/python/qpid_dispatch/management/client.py", 
> line 30, in }}
> {{    import proton}}
> {{ImportError: No module named proton}}
> {{Traceback (most recent call last):}}
> {{  File "/home/root/git/qpid-dispatch/build/run.py", line 123, in }}
> {{    run_path(sys.argv[0], run_name="__main__")}}
> {{  File "/home/root/git/qpid-dispatch/build/run.py", line 107, in run_path}}
> {{    runpy.run_path(file_path, run_name=run_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 252, in run_path}}
> {{    return _run_module_code(code, init_globals, run_name, path_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 82, in _run_module_code}}
> {{    mod_name, mod_fname, mod_loader, pkg_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code}}
> {{    exec code in run_globals}}
> {{  File "/home/root/git/qpid-dispatch/docs/man/help2txt.py", line 68, in 
> }}
> {{    main(sys.argv)}}
> {{  File "/home/root/git/qpid-dispatch/docs/man/help2txt.py", line 65, in 
> main}}
> {{    print(help2txt(check_output(program)))}}
> {{  File "/usr/lib64/python2.7/subprocess.py", line 223, in check_output}}
> {{    raise CalledProcessError(retcode, cmd, output=output)}}
> {{subprocess.CalledProcessError: Command 
> '['/home/root/git/qpid-dispatch/tools/qdstat', '--help']' returned non-zero 
> exit status 1}}
> {{make[2]: *** [docs/man/CMakeFiles/doc_gen.dir/build.make:91: 
> docs/man/qdstat_help.adoc] Error 1}}
> {{make[2]: *** Deleting file 'docs/man/qdstat_help.adoc'}}
> {{make[1]: *** [CMakeFiles/Makefile2:385: 
> docs/man/CMakeFiles/doc_gen.dir/all] Error 2}}
> {{make: *** [Makefile:141: 

[jira] [Commented] (DISPATCH-1056) Build fails making docs on python-3-only fedora 28

2018-06-28 Thread Justin Ross (JIRA)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16526332#comment-16526332
 ] 

Justin Ross commented on DISPATCH-1056:
---

I'm not quite parsing this:

"Also check that if asciidoc and asciidoctor are absent then the build tries to 
build the docs anyway."

Are you saying there is some missing conditionality?

> Build fails making docs on python-3-only fedora 28
> --
>
> Key: DISPATCH-1056
> URL: https://issues.apache.org/jira/browse/DISPATCH-1056
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Documentation
>Affects Versions: 1.1.0
>Reporter: Chuck Rolke
>Assignee: Justin Ross
>Priority: Major
>
> The build failed originally when asciidoc and asciidoctor were not installed. 
> After installing them the build still fail. Proton is build and installed at 
> a shared install prefix: /opt/local
> {{Scanning dependencies of target qdrouterd}}
> {{[ 91%] Building C object router/CMakeFiles/qdrouterd.dir/src/main.c.o}}
> {{[ 93%] Linking C executable qdrouterd}}
> {{[ 93%] Built target qdrouterd}}
> {{Scanning dependencies of target doc_gen}}
> {{[ 95%] Generating qdrouterd_help.adoc}}
> {{[ 96%] Generating qdrouterd.conf.5.adoc}}
> {{[100%] Generating qdmanage_help.adoc}}
> {{[100%] Generating qdstat_help.adoc}}
> {{Traceback (most recent call last):}}
> {{  File "/home/root/git/qpid-dispatch/tools/qdmanage", line 29, in }}
> {{    from qpid_dispatch.management.client import Node, Url}}
> {{  File 
> "/home/root/git/qpid-dispatch/python/qpid_dispatch/management/client.py", 
> line 30, in }}
> {{    import proton}}
> {{ImportError: No module named proton}}
> {{Traceback (most recent call last):}}
> {{  File "/home/root/git/qpid-dispatch/build/run.py", line 123, in }}
> {{    run_path(sys.argv[0], run_name="__main__")}}
> {{  File "/home/root/git/qpid-dispatch/build/run.py", line 107, in run_path}}
> {{    runpy.run_path(file_path, run_name=run_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 252, in run_path}}
> {{    return _run_module_code(code, init_globals, run_name, path_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 82, in _run_module_code}}
> {{    mod_name, mod_fname, mod_loader, pkg_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code}}
> {{    exec code in run_globals}}
> {{  File "/home/root/git/qpid-dispatch/docs/man/help2txt.py", line 68, in 
> }}
> {{    main(sys.argv)}}
> {{  File "/home/root/git/qpid-dispatch/docs/man/help2txt.py", line 65, in 
> main}}
> {{    print(help2txt(check_output(program)))}}
> {{  File "/usr/lib64/python2.7/subprocess.py", line 223, in check_output}}
> {{    raise CalledProcessError(retcode, cmd, output=output)}}
> {{subprocess.CalledProcessError: Command 
> '['/home/root/git/qpid-dispatch/tools/qdmanage', '--help']' returned non-zero 
> exit status 1}}
> {{make[2]: *** [docs/man/CMakeFiles/doc_gen.dir/build.make:83: 
> docs/man/qdmanage_help.adoc] Error 1}}
> {{make[2]: *** Deleting file 'docs/man/qdmanage_help.adoc'}}
> {{make[2]: *** Waiting for unfinished jobs}}
> {{Traceback (most recent call last):}}
> {{  File "/home/root/git/qpid-dispatch/tools/qdstat", line 35, in }}
> {{    from qpid_dispatch.management.client import Url, Node, Entity}}
> {{  File 
> "/home/root/git/qpid-dispatch/python/qpid_dispatch/management/client.py", 
> line 30, in }}
> {{    import proton}}
> {{ImportError: No module named proton}}
> {{Traceback (most recent call last):}}
> {{  File "/home/root/git/qpid-dispatch/build/run.py", line 123, in }}
> {{    run_path(sys.argv[0], run_name="__main__")}}
> {{  File "/home/root/git/qpid-dispatch/build/run.py", line 107, in run_path}}
> {{    runpy.run_path(file_path, run_name=run_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 252, in run_path}}
> {{    return _run_module_code(code, init_globals, run_name, path_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 82, in _run_module_code}}
> {{    mod_name, mod_fname, mod_loader, pkg_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code}}
> {{    exec code in run_globals}}
> {{  File "/home/root/git/qpid-dispatch/docs/man/help2txt.py", line 68, in 
> }}
> {{    main(sys.argv)}}
> {{  File "/home/root/git/qpid-dispatch/docs/man/help2txt.py", line 65, in 
> main}}
> {{    print(help2txt(check_output(program)))}}
> {{  File "/usr/lib64/python2.7/subprocess.py", line 223, in check_output}}
> {{    raise CalledProcessError(retcode, cmd, output=output)}}
> {{subprocess.CalledProcessError: Command 
> '['/home/root/git/qpid-dispatch/tools/qdstat', '--help']' returned non-zero 
> exit status 1}}
> {{make[2]: *** [docs/man/CMakeFiles/doc_gen.dir/build.make:91: 
> docs/man/qdstat_help.adoc] Error 1}}
> {{make[2]: *** Deleting file 'docs/man/qdstat_help.adoc'}}

[jira] [Commented] (DISPATCH-1056) Build fails making docs on python-3-only fedora 28

2018-06-28 Thread Chuck Rolke (JIRA)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16526329#comment-16526329
 ] 

Chuck Rolke commented on DISPATCH-1056:
---

Also check that if asciidoc and asciidoctor are absent then the build tries to 
build the docs anyway.

I couldn't find any switch to turn docs off so I deleted them from cmake to 
make progress locally . A cmake switch would be nice.

 

> Build fails making docs on python-3-only fedora 28
> --
>
> Key: DISPATCH-1056
> URL: https://issues.apache.org/jira/browse/DISPATCH-1056
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Documentation
>Affects Versions: 1.1.0
>Reporter: Chuck Rolke
>Assignee: Justin Ross
>Priority: Major
>
> The build failed originally when asciidoc and asciidoctor were not installed. 
> After installing them the build still fail. Proton is build and installed at 
> a shared install prefix: /opt/local
> {{Scanning dependencies of target qdrouterd}}
> {{[ 91%] Building C object router/CMakeFiles/qdrouterd.dir/src/main.c.o}}
> {{[ 93%] Linking C executable qdrouterd}}
> {{[ 93%] Built target qdrouterd}}
> {{Scanning dependencies of target doc_gen}}
> {{[ 95%] Generating qdrouterd_help.adoc}}
> {{[ 96%] Generating qdrouterd.conf.5.adoc}}
> {{[100%] Generating qdmanage_help.adoc}}
> {{[100%] Generating qdstat_help.adoc}}
> {{Traceback (most recent call last):}}
> {{  File "/home/root/git/qpid-dispatch/tools/qdmanage", line 29, in }}
> {{    from qpid_dispatch.management.client import Node, Url}}
> {{  File 
> "/home/root/git/qpid-dispatch/python/qpid_dispatch/management/client.py", 
> line 30, in }}
> {{    import proton}}
> {{ImportError: No module named proton}}
> {{Traceback (most recent call last):}}
> {{  File "/home/root/git/qpid-dispatch/build/run.py", line 123, in }}
> {{    run_path(sys.argv[0], run_name="__main__")}}
> {{  File "/home/root/git/qpid-dispatch/build/run.py", line 107, in run_path}}
> {{    runpy.run_path(file_path, run_name=run_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 252, in run_path}}
> {{    return _run_module_code(code, init_globals, run_name, path_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 82, in _run_module_code}}
> {{    mod_name, mod_fname, mod_loader, pkg_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code}}
> {{    exec code in run_globals}}
> {{  File "/home/root/git/qpid-dispatch/docs/man/help2txt.py", line 68, in 
> }}
> {{    main(sys.argv)}}
> {{  File "/home/root/git/qpid-dispatch/docs/man/help2txt.py", line 65, in 
> main}}
> {{    print(help2txt(check_output(program)))}}
> {{  File "/usr/lib64/python2.7/subprocess.py", line 223, in check_output}}
> {{    raise CalledProcessError(retcode, cmd, output=output)}}
> {{subprocess.CalledProcessError: Command 
> '['/home/root/git/qpid-dispatch/tools/qdmanage', '--help']' returned non-zero 
> exit status 1}}
> {{make[2]: *** [docs/man/CMakeFiles/doc_gen.dir/build.make:83: 
> docs/man/qdmanage_help.adoc] Error 1}}
> {{make[2]: *** Deleting file 'docs/man/qdmanage_help.adoc'}}
> {{make[2]: *** Waiting for unfinished jobs}}
> {{Traceback (most recent call last):}}
> {{  File "/home/root/git/qpid-dispatch/tools/qdstat", line 35, in }}
> {{    from qpid_dispatch.management.client import Url, Node, Entity}}
> {{  File 
> "/home/root/git/qpid-dispatch/python/qpid_dispatch/management/client.py", 
> line 30, in }}
> {{    import proton}}
> {{ImportError: No module named proton}}
> {{Traceback (most recent call last):}}
> {{  File "/home/root/git/qpid-dispatch/build/run.py", line 123, in }}
> {{    run_path(sys.argv[0], run_name="__main__")}}
> {{  File "/home/root/git/qpid-dispatch/build/run.py", line 107, in run_path}}
> {{    runpy.run_path(file_path, run_name=run_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 252, in run_path}}
> {{    return _run_module_code(code, init_globals, run_name, path_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 82, in _run_module_code}}
> {{    mod_name, mod_fname, mod_loader, pkg_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code}}
> {{    exec code in run_globals}}
> {{  File "/home/root/git/qpid-dispatch/docs/man/help2txt.py", line 68, in 
> }}
> {{    main(sys.argv)}}
> {{  File "/home/root/git/qpid-dispatch/docs/man/help2txt.py", line 65, in 
> main}}
> {{    print(help2txt(check_output(program)))}}
> {{  File "/usr/lib64/python2.7/subprocess.py", line 223, in check_output}}
> {{    raise CalledProcessError(retcode, cmd, output=output)}}
> {{subprocess.CalledProcessError: Command 
> '['/home/root/git/qpid-dispatch/tools/qdstat', '--help']' returned non-zero 
> exit status 1}}
> {{make[2]: *** [docs/man/CMakeFiles/doc_gen.dir/build.make:91: 
> docs/man/qdstat_help.adoc] Error 1}}
> 

[jira] [Commented] (DISPATCH-1008) Router should preserve original connection information when attempting to make failover connections

2018-06-28 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1008?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16526321#comment-16526321
 ] 

ASF subversion and git services commented on DISPATCH-1008:
---

Commit e92dab3c5a06b20760e11d1dd702fdb0b4c84b94 in qpid-dispatch's branch 
refs/heads/master from [~ganeshmurthy]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=e92dab3 ]

DISPATCH-1008 - Original connection information is preserved in the failover 
list and a connection is attempted via round robin when the router fails over


> Router should preserve original connection information when attempting to 
> make failover connections
> ---
>
> Key: DISPATCH-1008
> URL: https://issues.apache.org/jira/browse/DISPATCH-1008
> Project: Qpid Dispatch
>  Issue Type: Bug
>Reporter: Ganesh Murthy
>Assignee: Ganesh Murthy
>Priority: Major
> Fix For: 1.2.0
>
> Attachments: broker-slave.xml, broker.xml, qdrouterd-failover.conf
>
>
> # Start artemis master and slave brokers and the router with the attached 
> config files.
>  # Notice that the router receives an open frame from the master broker with 
> the following failover information
>  # 
> {noformat}
> 2018-05-22 22:11:11.830106 -0230 SERVER (trace) [1]:0 <- @open(16) 
> [container-id="localhost", max-frame-size=4294967295, channel-max=65535, 
> idle-time-out=3, 
> offered-capabilities=@PN_SYMBOL[:"sole-connection-for-container", 
> :"DELAYED_DELIVERY", :"SHARED-SUBS", :"ANONYMOUS-RELAY"], 
> properties={:product="apache-activemq-artemis", 
> :"failover-server-list"=[{:hostname="0.0.0.8", :scheme="amqp", :port=61617, 
> :"network-host"="0.0.0.0"}]"}]{noformat}
>  
>  # Now, kill the master broker and notice that the router correctly fails 
> over to the slave broker. But the slave broker does not provide any failover 
> information in its open frame and hence the router erases its original master 
> broker connection information
>  # When the master broker is now restarted and the slave broker is killed, 
> the router attempts to repeatedly connect only to the slave broker but never 
> attempts a connection to the master broker.
>  # If the router did not erase its failover list but preserved the original 
> master connection information, it would have connected the master broker.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (PROTON-1877) [proton 0.23] rubygem doc is not multilib-clean for x86_64 vs i686

2018-06-28 Thread Robbie Gemmell (JIRA)


 [ 
https://issues.apache.org/jira/browse/PROTON-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robbie Gemmell updated PROTON-1877:
---
Affects Version/s: proton-c-0.24.0

> [proton 0.23] rubygem doc is not multilib-clean for x86_64 vs i686
> --
>
> Key: PROTON-1877
> URL: https://issues.apache.org/jira/browse/PROTON-1877
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: ruby-binding
>Affects Versions: proton-c-0.23.0, proton-c-0.24.0
>Reporter: Jiri Daněk
>Assignee: Alan Conway
>Priority: Minor
>
> There is timestamp in headers as well, and there is multiple {{created.rid}} 
> files which contain timestamp
> The header:
> {code}
>   
> tracker.rb
> 
> 
>   Path:
>   lib/core/tracker.rb
>   
> 
> 
>   Last Update:
>   Wed Jun 06 12:33:53 -0400 2018
> 
> 
>   
>   
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Resolved] (DISPATCH-1045) Sometimes close connetion after releasing partial multi-frame messsage

2018-06-28 Thread Ganesh Murthy (JIRA)


 [ 
https://issues.apache.org/jira/browse/DISPATCH-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ganesh Murthy resolved DISPATCH-1045.
-
Resolution: Fixed

> Sometimes close connetion after releasing partial multi-frame messsage
> --
>
> Key: DISPATCH-1045
> URL: https://issues.apache.org/jira/browse/DISPATCH-1045
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Router Node
>Affects Versions: 1.1.0
>Reporter: Alan Conway
>Assignee: Ganesh Murthy
>Priority: Major
> Fix For: 1.2.0
>
>
> Since DISPATCH-1012 the router releases undeliverable deliveries.
> In the case of a multi-frame delivery, it is possible for dispatch to release 
> it before the entire delivery has been received. Presently dispatch settles 
> such deliveries and advances its link. That means that if another transfer 
> for the same delivery arrives, dispatch regards it as a new message with an 
> invalid delivery-id and closes the connection. Since the release is 
> asynchronous, there's no way for the client to avoid this possibility.
> Worth checking the spec but I suspect we should be dropping the extra data 
> rather than closing the connection. Need to investigate how this would work 
> in proton - I think we'd update the delivery without settling it and then 
> wait for the remote to settle before finally throwing it away.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (DISPATCH-1045) Sometimes close connetion after releasing partial multi-frame messsage

2018-06-28 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16526305#comment-16526305
 ] 

ASF subversion and git services commented on DISPATCH-1045:
---

Commit 5d7304f2c4caf206c9304fcbd22be0a972116e3d in qpid-dispatch's branch 
refs/heads/master from [~ganeshmurthy]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-dispatch.git;h=5d7304f ]

DISPATCH-1045 - Release the delivery only after the entire message has been 
received


> Sometimes close connetion after releasing partial multi-frame messsage
> --
>
> Key: DISPATCH-1045
> URL: https://issues.apache.org/jira/browse/DISPATCH-1045
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Router Node
>Affects Versions: 1.1.0
>Reporter: Alan Conway
>Assignee: Ganesh Murthy
>Priority: Major
> Fix For: 1.2.0
>
>
> Since DISPATCH-1012 the router releases undeliverable deliveries.
> In the case of a multi-frame delivery, it is possible for dispatch to release 
> it before the entire delivery has been received. Presently dispatch settles 
> such deliveries and advances its link. That means that if another transfer 
> for the same delivery arrives, dispatch regards it as a new message with an 
> invalid delivery-id and closes the connection. Since the release is 
> asynchronous, there's no way for the client to avoid this possibility.
> Worth checking the spec but I suspect we should be dropping the extra data 
> rather than closing the connection. Need to investigate how this would work 
> in proton - I think we'd update the delivery without settling it and then 
> wait for the remote to settle before finally throwing it away.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (DISPATCH-1056) Build fails making docs on python-3-only fedora 28

2018-06-28 Thread Justin Ross (JIRA)


[ 
https://issues.apache.org/jira/browse/DISPATCH-1056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16526285#comment-16526285
 ] 

Justin Ross commented on DISPATCH-1056:
---

Reproduced this.  I'm not sure if it is a defect. Perhaps it reflects some 
missing dependency metadata.

The qdmanage code starts with this line:

#!/usr/bin/env python

On F28, that resolves to Python 2, so it tries to load the proton Python 
binding from the Python 2 packages.  If I install python2-qpid-proton, 
everything goes as planned.  I didn't try it, but I think the same would happen 
if you built Proton with python2-devel and setup the paths.

It may be worth taking a look at changing the shebang to a generated value 
based on the platform.

> Build fails making docs on python-3-only fedora 28
> --
>
> Key: DISPATCH-1056
> URL: https://issues.apache.org/jira/browse/DISPATCH-1056
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Documentation
>Affects Versions: 1.1.0
>Reporter: Chuck Rolke
>Assignee: Justin Ross
>Priority: Major
>
> The build failed originally when asciidoc and asciidoctor were not installed. 
> After installing them the build still fail. Proton is build and installed at 
> a shared install prefix: /opt/local
> {{Scanning dependencies of target qdrouterd}}
> {{[ 91%] Building C object router/CMakeFiles/qdrouterd.dir/src/main.c.o}}
> {{[ 93%] Linking C executable qdrouterd}}
> {{[ 93%] Built target qdrouterd}}
> {{Scanning dependencies of target doc_gen}}
> {{[ 95%] Generating qdrouterd_help.adoc}}
> {{[ 96%] Generating qdrouterd.conf.5.adoc}}
> {{[100%] Generating qdmanage_help.adoc}}
> {{[100%] Generating qdstat_help.adoc}}
> {{Traceback (most recent call last):}}
> {{  File "/home/root/git/qpid-dispatch/tools/qdmanage", line 29, in }}
> {{    from qpid_dispatch.management.client import Node, Url}}
> {{  File 
> "/home/root/git/qpid-dispatch/python/qpid_dispatch/management/client.py", 
> line 30, in }}
> {{    import proton}}
> {{ImportError: No module named proton}}
> {{Traceback (most recent call last):}}
> {{  File "/home/root/git/qpid-dispatch/build/run.py", line 123, in }}
> {{    run_path(sys.argv[0], run_name="__main__")}}
> {{  File "/home/root/git/qpid-dispatch/build/run.py", line 107, in run_path}}
> {{    runpy.run_path(file_path, run_name=run_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 252, in run_path}}
> {{    return _run_module_code(code, init_globals, run_name, path_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 82, in _run_module_code}}
> {{    mod_name, mod_fname, mod_loader, pkg_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code}}
> {{    exec code in run_globals}}
> {{  File "/home/root/git/qpid-dispatch/docs/man/help2txt.py", line 68, in 
> }}
> {{    main(sys.argv)}}
> {{  File "/home/root/git/qpid-dispatch/docs/man/help2txt.py", line 65, in 
> main}}
> {{    print(help2txt(check_output(program)))}}
> {{  File "/usr/lib64/python2.7/subprocess.py", line 223, in check_output}}
> {{    raise CalledProcessError(retcode, cmd, output=output)}}
> {{subprocess.CalledProcessError: Command 
> '['/home/root/git/qpid-dispatch/tools/qdmanage', '--help']' returned non-zero 
> exit status 1}}
> {{make[2]: *** [docs/man/CMakeFiles/doc_gen.dir/build.make:83: 
> docs/man/qdmanage_help.adoc] Error 1}}
> {{make[2]: *** Deleting file 'docs/man/qdmanage_help.adoc'}}
> {{make[2]: *** Waiting for unfinished jobs}}
> {{Traceback (most recent call last):}}
> {{  File "/home/root/git/qpid-dispatch/tools/qdstat", line 35, in }}
> {{    from qpid_dispatch.management.client import Url, Node, Entity}}
> {{  File 
> "/home/root/git/qpid-dispatch/python/qpid_dispatch/management/client.py", 
> line 30, in }}
> {{    import proton}}
> {{ImportError: No module named proton}}
> {{Traceback (most recent call last):}}
> {{  File "/home/root/git/qpid-dispatch/build/run.py", line 123, in }}
> {{    run_path(sys.argv[0], run_name="__main__")}}
> {{  File "/home/root/git/qpid-dispatch/build/run.py", line 107, in run_path}}
> {{    runpy.run_path(file_path, run_name=run_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 252, in run_path}}
> {{    return _run_module_code(code, init_globals, run_name, path_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 82, in _run_module_code}}
> {{    mod_name, mod_fname, mod_loader, pkg_name)}}
> {{  File "/usr/lib64/python2.7/runpy.py", line 72, in _run_code}}
> {{    exec code in run_globals}}
> {{  File "/home/root/git/qpid-dispatch/docs/man/help2txt.py", line 68, in 
> }}
> {{    main(sys.argv)}}
> {{  File "/home/root/git/qpid-dispatch/docs/man/help2txt.py", line 65, in 
> main}}
> {{    print(help2txt(check_output(program)))}}
> {{  File "/usr/lib64/python2.7/subprocess.py", line 223, in check_output}}

[jira] [Updated] (PROTON-1877) [proton 0.23] rubygem doc is not multilib-clean for x86_64 vs i686

2018-06-28 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/PROTON-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jiri Daněk updated PROTON-1877:
---
Description: 
There is timestamp in headers as well, and there is multiple {{created.rid}} 
files which contain timestamp

The header:

{code}
  
tracker.rb


  Path:
  lib/core/tracker.rb
  


  Last Update:
  Wed Jun 06 12:33:53 -0400 2018


  
  
{code}

  was:
There is timestamp in headers as well, and there is a {created.rid} file which 
contains timestamp

The header:

{code}
  
tracker.rb


  Path:
  lib/core/tracker.rb
  


  Last Update:
  Wed Jun 06 12:33:53 -0400 2018


  
  
{code}


> [proton 0.23] rubygem doc is not multilib-clean for x86_64 vs i686
> --
>
> Key: PROTON-1877
> URL: https://issues.apache.org/jira/browse/PROTON-1877
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: ruby-binding
>Affects Versions: proton-c-0.23.0
>Reporter: Jiri Daněk
>Assignee: Alan Conway
>Priority: Minor
>
> There is timestamp in headers as well, and there is multiple {{created.rid}} 
> files which contain timestamp
> The header:
> {code}
>   
> tracker.rb
> 
> 
>   Path:
>   lib/core/tracker.rb
>   
> 
> 
>   Last Update:
>   Wed Jun 06 12:33:53 -0400 2018
> 
> 
>   
>   
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (PROTON-1877) [proton 0.23] rubygem doc is not multilib-clean for x86_64 vs i686

2018-06-28 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/PROTON-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jiri Daněk updated PROTON-1877:
---
Affects Version/s: proton-c-0.23.0

> [proton 0.23] rubygem doc is not multilib-clean for x86_64 vs i686
> --
>
> Key: PROTON-1877
> URL: https://issues.apache.org/jira/browse/PROTON-1877
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: ruby-binding
>Affects Versions: proton-c-0.23.0
>Reporter: Jiri Daněk
>Assignee: Alan Conway
>Priority: Minor
>
> There is timestamp in headers as well, and there is multiple {{created.rid}} 
> files which contain timestamp
> The header:
> {code}
>   
> tracker.rb
> 
> 
>   Path:
>   lib/core/tracker.rb
>   
> 
> 
>   Last Update:
>   Wed Jun 06 12:33:53 -0400 2018
> 
> 
>   
>   
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (PROTON-1877) [proton 0.23] rubygem doc is not multilib-clean for x86_64 vs i686

2018-06-28 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/PROTON-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jiri Daněk updated PROTON-1877:
---
Description: 
There is timestamp in headers as well, and there is a {created.rid} file which 
contains timestamp

The header:

{code}
  
tracker.rb


  Path:
  lib/core/tracker.rb
  


  Last Update:
  Wed Jun 06 12:33:53 -0400 2018


  
  
{code}

  was:
There is timestamp in headers as well, and there is a {created.rid} file which 
contains timestamp

The header:

{code}
  
tracker.rb


  Path:
  lib/core/tracker.rb
  


  Last Update:
  Wed Jun 06 12:33:53 -0400 2018


  
  
{noformat}


> [proton 0.23] rubygem doc is not multilib-clean for x86_64 vs i686
> --
>
> Key: PROTON-1877
> URL: https://issues.apache.org/jira/browse/PROTON-1877
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: ruby-binding
>Reporter: Jiri Daněk
>Assignee: Alan Conway
>Priority: Minor
>
> There is timestamp in headers as well, and there is a {created.rid} file 
> which contains timestamp
> The header:
> {code}
>   
> tracker.rb
> 
> 
>   Path:
>   lib/core/tracker.rb
>   
> 
> 
>   Last Update:
>   Wed Jun 06 12:33:53 -0400 2018
> 
> 
>   
>   
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (PROTON-1877) [proton 0.23] rubygem doc is not multilib-clean for x86_64 vs i686

2018-06-28 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/PROTON-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jiri Daněk updated PROTON-1877:
---
Description: 
There is timestamp in headers as well, and there is a {created.rid} file which 
contains timestamp

The header:

{code}
  
tracker.rb


  Path:
  lib/core/tracker.rb
  


  Last Update:
  Wed Jun 06 12:33:53 -0400 2018


  
  
{noformat}

  was:
RHEL 6:

Subpackage rubygem-qpid_proton-doc is not multilib-clean for x86_64 vs i686: 
166 files have non-equal 32/64bit content: 
/usr/lib/ruby/gems/1.8/doc/qpid_proton-0.20.0/ri/created.rid 
/usr/lib/ruby/gems/1.8/doc/qpid_proton-0.20.0/ri/Qpid/Proton/cdesc-Proton.yaml 
/usr/lib/ruby/gems/1.8/doc/qpid_proton-0.20.0/ri/Qpid/Proton/Codec/cdesc-Codec.yaml
 /usr/lib/ruby/gems/1.8/doc/qpid_proton-0.20.0/rdoc/index.html 
/usr/lib/ruby/gems/1.8/doc/qpid_proton-0.20.0/rdoc/fr_method_index.html 
/usr/lib/ruby/gems/1.8/doc/qpid_proton-0.20.0/rdoc/files/lib/util/wrapper_rb.html
 
/usr/lib/ruby/gems/1.8/doc/qpid_proton-0.20.0/rdoc/files/lib/util/version_rb.html
 
/usr/lib/ruby/gems/1.8/doc/qpid_proton-0.20.0/rdoc/files/lib/util/timeout_rb.html
 
/usr/lib/ruby/gems/1.8/doc/qpid_proton-0.20.0/rdoc/files/lib/util/error_handler_rb.html
 
/usr/lib/ruby/gems/1.8/doc/qpid_proton-0.20.0/rdoc/files/lib/util/deprecation_rb.html


> [proton 0.23] rubygem doc is not multilib-clean for x86_64 vs i686
> --
>
> Key: PROTON-1877
> URL: https://issues.apache.org/jira/browse/PROTON-1877
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: ruby-binding
>Reporter: Jiri Daněk
>Assignee: Alan Conway
>Priority: Major
>
> There is timestamp in headers as well, and there is a {created.rid} file 
> which contains timestamp
> The header:
> {code}
>   
> tracker.rb
> 
> 
>   Path:
>   lib/core/tracker.rb
>   
> 
> 
>   Last Update:
>   Wed Jun 06 12:33:53 -0400 2018
> 
> 
>   
>   
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (PROTON-1877) [proton 0.23] rubygem doc is not multilib-clean for x86_64 vs i686

2018-06-28 Thread JIRA


 [ 
https://issues.apache.org/jira/browse/PROTON-1877?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jiri Daněk updated PROTON-1877:
---
Fix Version/s: (was: proton-c-0.22.0)

> [proton 0.23] rubygem doc is not multilib-clean for x86_64 vs i686
> --
>
> Key: PROTON-1877
> URL: https://issues.apache.org/jira/browse/PROTON-1877
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: ruby-binding
>Reporter: Jiri Daněk
>Assignee: Alan Conway
>Priority: Major
>
> There is timestamp in headers as well, and there is a {created.rid} file 
> which contains timestamp
> The header:
> {code}
>   
> tracker.rb
> 
> 
>   Path:
>   lib/core/tracker.rb
>   
> 
> 
>   Last Update:
>   Wed Jun 06 12:33:53 -0400 2018
> 
> 
>   
>   
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Created] (PROTON-1877) [proton 0.23] rubygem doc is not multilib-clean for x86_64 vs i686

2018-06-28 Thread JIRA
Jiri Daněk created PROTON-1877:
--

 Summary: [proton 0.23] rubygem doc is not multilib-clean for 
x86_64 vs i686
 Key: PROTON-1877
 URL: https://issues.apache.org/jira/browse/PROTON-1877
 Project: Qpid Proton
  Issue Type: Bug
  Components: ruby-binding
Reporter: Jiri Daněk
Assignee: Alan Conway
 Fix For: proton-c-0.22.0


RHEL 6:

Subpackage rubygem-qpid_proton-doc is not multilib-clean for x86_64 vs i686: 
166 files have non-equal 32/64bit content: 
/usr/lib/ruby/gems/1.8/doc/qpid_proton-0.20.0/ri/created.rid 
/usr/lib/ruby/gems/1.8/doc/qpid_proton-0.20.0/ri/Qpid/Proton/cdesc-Proton.yaml 
/usr/lib/ruby/gems/1.8/doc/qpid_proton-0.20.0/ri/Qpid/Proton/Codec/cdesc-Codec.yaml
 /usr/lib/ruby/gems/1.8/doc/qpid_proton-0.20.0/rdoc/index.html 
/usr/lib/ruby/gems/1.8/doc/qpid_proton-0.20.0/rdoc/fr_method_index.html 
/usr/lib/ruby/gems/1.8/doc/qpid_proton-0.20.0/rdoc/files/lib/util/wrapper_rb.html
 
/usr/lib/ruby/gems/1.8/doc/qpid_proton-0.20.0/rdoc/files/lib/util/version_rb.html
 
/usr/lib/ruby/gems/1.8/doc/qpid_proton-0.20.0/rdoc/files/lib/util/timeout_rb.html
 
/usr/lib/ruby/gems/1.8/doc/qpid_proton-0.20.0/rdoc/files/lib/util/error_handler_rb.html
 
/usr/lib/ruby/gems/1.8/doc/qpid_proton-0.20.0/rdoc/files/lib/util/deprecation_rb.html



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org