Package: netopeer2
Version: 2.0.35-1

Dear Maintainer,

test_rpc fails on 32 bits architectures (i386 example at
https://buildd.debian.org/status/fetch.php?pkg=netopeer2&arch=i386&ver=2.0.35-1&stamp=1637934181&raw=0)

2: [ RUN ] test_lock_basic
2: [ OK ] test_lock_basic
2: [ RUN ] test_lock_fail
2: "<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="68">
2: <rpc-error>
2: <error-type>protocol</error-type>
2: <error-tag>lock-denied</error-tag>
2: <error-severity>error</error-severity>
2: <error-message xml:lang="en">Access to the requested lock is denied
because the lock is currently held by another entity.</error-message>
2: <error-info>
2: <session-id>1</session-id>
2: </error-info>
2: </rpc-error>
2: </rpc-reply>
2: " != "<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"
message-id="0">
2: <rpc-error>
2: <error-type>protocol</error-type>
2: <error-tag>lock-denied</error-tag>
2: <error-severity>error</error-severity>
2: <error-message xml:lang="en">Access to the requested lock is denied
because the lock is currently held by another entity.</error-message>
2: <error-info>
2: <session-id>68</session-id>
2: </error-info>
2: </rpc-error>
2: </rpc-reply>
2: "
5: [ RUN ] test_basic_notif
2: [ LINE ] --- ./tests/test_rpc.c:154: error: Failure!
 2/15 Test #2: test_rpc .........................Subprocess
aborted***Exception: 5.73 sec


I filed an upstream bug about it at
https://github.com/CESNET/netopeer2/issues/1106

and they published a commit with the fix at
https://github.com/CESNET/netopeer2/commit/f63454b0eb9a8d5077e2ca0a80ae1720f1990e30

Reply via email to