Source: crossbar
Version: 21.3.1+dfsg-3
Severity: serious
Tags: ftbfs
https://tests.reproducible-builds.org/debian/rb-pkg/bookworm/amd64/crossbar.html
https://buildd.debian.org/status/fetch.php?pkg=crossbar&arch=all&ver=21.3.1%2Bdfsg-4&stamp=1664558948&raw=0
...
======================================================================
ERROR: test_basic_web (crossbar.bridge.rest.test.test_callee.CalleeTestCase)
Plain request, no params.
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_crossbar/build/crossbar/bridge/rest/test/test_callee.py",
line 58, in test_basic_web
res = yield c.call("io.crossbar.testrest", method="GET", url="baz.html")
autobahn.wamp.exception.ApplicationError:
ApplicationError(error=<wamp.error.no_such_procedure>, args=[], kwargs={},
enc_algo=None, callee=None, callee_authid=None, callee_authrole=None,
forward_for=None)
======================================================================
ERROR: test_basic_web (crossbar.bridge.rest.test.test_callee.CalleeTestCase)
Plain request, no params.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line 857, in
_runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/lib/python3/dist-packages/autobahn/wamp/protocol.py", line 605, in
success
transport=self._transport.transport_details,
AttributeError: 'MockTransport' object has no attribute 'transport_details'
======================================================================
ERROR: test_slightlymorecomplex_web
(crossbar.bridge.rest.test.test_callee.CalleeTestCase)
Giving headers, params, a body.
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_crossbar/build/crossbar/bridge/rest/test/test_callee.py",
line 86, in test_slightlymorecomplex_web
res = yield c.call("io.crossbar.testrest", method="POST",
autobahn.wamp.exception.ApplicationError:
ApplicationError(error=<wamp.error.no_such_procedure>, args=[], kwargs={},
enc_algo=None, callee=None, callee_authid=None, callee_authrole=None,
forward_for=None)
======================================================================
ERROR: test_slightlymorecomplex_web
(crossbar.bridge.rest.test.test_callee.CalleeTestCase)
Giving headers, params, a body.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line 857, in
_runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/lib/python3/dist-packages/autobahn/wamp/protocol.py", line 605, in
success
transport=self._transport.transport_details,
AttributeError: 'MockTransport' object has no attribute 'transport_details'
======================================================================
ERROR: test_basic_web
(crossbar.bridge.rest.test.test_subscriber.MessageForwarderTestCase)
Plain request, no params.
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_crossbar/build/crossbar/bridge/rest/test/test_subscriber.py",
line 64, in test_basic_web
res = yield c.publish("io.crossbar.forward1", "hi",
autobahn.wamp.exception.ApplicationError:
ApplicationError(error=<wamp.error.not_authorized>, args=[], kwargs={},
enc_algo=None, callee=None, callee_authid=None, callee_authrole=None,
forward_for=None)
======================================================================
ERROR: test_basic_web
(crossbar.bridge.rest.test.test_subscriber.MessageForwarderTestCase)
Plain request, no params.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/twisted/internet/defer.py", line 857, in
_runCallbacks
current.result = callback( # type: ignore[misc]
File "/usr/lib/python3/dist-packages/autobahn/wamp/protocol.py", line 605, in
success
transport=self._transport.transport_details,
AttributeError: 'MockTransport' object has no attribute 'transport_details'
----------------------------------------------------------------------
Ran 319 tests in 0.879s
FAILED (errors=6, skipped=35)
E: pybuild pybuild:379: test: plugin distutils failed with: exit code=1: cd
/<<PKGBUILDDIR>>/.pybuild/cpython3_3.10_crossbar/build; python3.10 -m unittest
discover -v
dh_auto_test: error: pybuild --test -i python{version} -p 3.10 returned exit
code 13